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

1234567891011>>

/netbsd-current/external/gpl2/grep/dist/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-current/external/gpl2/texinfo/dist/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-current/external/gpl3/gdb.old/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-current/external/gpl3/gdb/dist/sim/testsuite/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-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dstat.h55 #ifndef S_ISDIR
56 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/netbsd-current/lib/libc/stdio/
H A Dremove.c66 if (S_ISDIR(sb.st_mode))
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dfilemode.c134 #ifndef S_ISDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
138 #define S_ISDIR(i) (((i) & 0170000) == 040000)
140 #endif /* ! defined (S_ISDIR) */
185 if (S_ISDIR (bits))
135 #define S_ISDIR macro
137 #define S_ISDIR macro
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c134 #ifndef S_ISDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
138 #define S_ISDIR(i) (((i) & 0170000) == 040000)
140 #endif /* ! defined (S_ISDIR) */
185 if (S_ISDIR (bits))
135 #define S_ISDIR macro
137 #define S_ISDIR macro
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dfilemode.c134 #ifndef S_ISDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
138 #define S_ISDIR(i) (((i) & 0170000) == 040000)
140 #endif /* ! defined (S_ISDIR) */
185 if (S_ISDIR (bits))
135 #define S_ISDIR macro
137 #define S_ISDIR macro
/netbsd-current/external/gpl2/mkhybrid/dist/include/
H A Dstatdefs.h34 #undef S_ISDIR /* Directory */ macro
67 #ifndef S_ISDIR /* Directory */
69 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
71 # define S_ISDIR(m) (0) macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Drename.c99 if (errno != ENOENT || (!S_ISDIR (src_st.st_mode) && dst_slash))
105 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
107 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
123 if (dst_exists && S_ISDIR (dst_st.st_mode))
345 if (errno != ENOENT || (!S_ISDIR (src_st.st_mode) && dst_slash))
351 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
353 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
434 if (dst_exists && S_ISDIR (dst_s
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Drename.c99 if (errno != ENOENT || (!S_ISDIR (src_st.st_mode) && dst_slash))
105 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
107 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
123 if (dst_exists && S_ISDIR (dst_st.st_mode))
343 if (errno != ENOENT || (!S_ISDIR (src_st.st_mode) && dst_slash))
349 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
351 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
432 if (dst_exists && S_ISDIR (dst_s
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dtmpdir.c40 #if !defined S_ISDIR && defined S_IFDIR
41 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
90 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
/netbsd-current/usr.bin/patch/
H A Dmkpath.c74 } else if (!S_ISDIR(sb.st_mode)) {
/netbsd-current/external/gpl3/gdb.old/dist/readline/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
/netbsd-current/external/gpl3/gdb/dist/readline/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
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dwindows-config.h112 #ifndef S_ISDIR
114 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/netbsd-current/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-current/external/gpl2/texinfo/dist/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

Completed in 208 milliseconds

1234567891011>>