Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dsys_stat.in.h64 # undef S_ISDIR
91 #ifndef S_ISDIR
93 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
95 # define S_ISDIR(m) 0
Dlstat.c74 if (S_ISDIR (sbuf->st_mode)) in rpl_lstat()
Dtempname.c114 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode); in direxists()
Dfile-has-acl.c329 if (ret == 0 && S_ISDIR (sb->st_mode)) in file_has_acl()
Dcopy-acl.c99 if (S_ISDIR (mode)) in qcopy_acl()
Dset-mode-acl.c132 if (S_ISDIR (mode) && acl_delete_def_file (name)) in qset_acl()
/ndk/sources/host-tools/make-3.81/
Dmake.h178 # ifdef S_ISDIR
179 # undef S_ISDIR
186 #ifndef S_ISDIR
187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
Dread.c2865 if (e == 0 && S_ISDIR (stbuf.st_mode)) in construct_include_path()
2902 if (e == 0 && S_ISDIR (stbuf.st_mode)) in construct_include_path()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c236 # undef S_ISDIR
238 # ifndef S_ISDIR
239 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
809 && S_ISDIR (st.st_mode)))
955 || !S_ISDIR (st.st_mode))
1031 && S_ISDIR (st.st_mode))