Searched refs:S_ISDIR (Results 1 - 25 of 237) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Disdir.c28 # undef S_ISDIR macro
31 #if !defined S_ISDIR && defined S_IFDIR
32 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR) macro
43 return stat (path, &stats) == 0 && S_ISDIR (stats.st_mode);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/include/isc/
H A Dstat.h59 #ifndef S_ISDIR
60 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dfilesys.h90 #if !defined (S_ISDIR) && defined (S_IFDIR)
91 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
92 #endif /* !S_ISDIR && S_IFDIR */
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_stat.h15 # undef S_ISDIR macro
26 #if !defined(S_ISDIR) && defined(S_IFDIR)
27 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
28 #endif /* S_ISDIR */
45 # define S_ISCDF(m) (S_ISDIR(m) && ((m) & S_CDF))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dstat1.c12 || !S_ISDIR (buf.st_mode))
H A Dstat2.c16 || !S_ISDIR (buf.st_mode))
H A Dstat3.c18 || !S_ISDIR (buf.st_mode))
H A Dstat4.c20 || !S_ISDIR (buf.st_mode))
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dstat.h48 #ifndef S_ISDIR
49 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/compat/
H A Dwindows-config.h143 #ifndef S_ISDIR
145 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dwindows-config.h142 #ifndef S_ISDIR
144 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c135 #ifndef S_ISDIR
137 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
139 #define S_ISDIR(i) (((i) & 0170000) == 040000)
141 #endif /* ! defined (S_ISDIR) */
186 if (S_ISDIR (bits))
136 #define S_ISDIR macro
138 #define S_ISDIR macro
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dremove.c67 if (S_ISDIR(sb.st_mode))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dposixstat.h32 # undef S_ISDIR macro
39 #if !defined (S_IFDIR) && !defined (S_ISDIR)
41 #endif /* !S_IFDIR && !S_ISDIR */
87 #if defined (S_IFDIR) && !defined (S_ISDIR)
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */ macro
H A Drldefs.h51 #if defined (S_IFDIR) && !defined (S_ISDIR)
52 # define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dtmpdir.c44 # undef S_ISDIR macro
46 #if !defined S_ISDIR && defined S_IFDIR
47 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
85 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
H A Dmkdtemp.c65 # undef S_ISDIR macro
67 #if !defined S_ISDIR && defined S_IFDIR
68 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_stat.h29 #undef S_ISDIR macro
45 #if !defined(S_ISDIR) && defined(S_IFDIR)
46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/usr.bin/patch/
H A Dmkpath.c74 } else if (!S_ISDIR(sb.st_mode)) {
/netbsd-6-1-5-RELEASE/bin/ln/
H A Dln.c142 if (!S_ISDIR(sb.st_mode)) {
171 (!lstat(source, &sb) && S_ISDIR(sb.st_mode)) ||
172 (!hflag && !stat(source, &sb) && S_ISDIR(sb.st_mode))) {
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h35 # undef S_ISDIR macro
64 # ifndef S_ISDIR
66 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
68 # define S_ISDIR(m) 0 macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dsystem.h32 #define S_ISDIR(x) ((x)&_S_IFDIR) macro
136 # undef S_ISDIR macro
138 #if !defined(S_ISDIR) && defined(S_IFDIR)
139 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmake_dirs.c82 if (!S_ISDIR(st.st_mode)) {
119 if (!S_ISDIR(st.st_mode)) {
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixdir.c177 if ((S_ISDIR (temp_stat.st_mode)
180 ((!S_ISDIR (temp_stat.st_mode)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h44 #undef S_ISDIR macro
49 #ifndef S_ISDIR
50 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro

Completed in 188 milliseconds

12345678910