Searched defs:S_ISREG (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dfilesys.h87 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.h54 #define S_ISREG(a) (a & _S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/xmlwf/
H A Dreadfilemap.c30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dposix.h56 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_stat.h14 # undef S_ISREG macro
24 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/include/isc/
H A Dstat.h63 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_stat.h30 #undef S_ISREG macro
49 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dstat.h52 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h218 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dsystem.h219 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/compat/
H A Dwindows-config.h140 # define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_filegen.c198 #define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dwindows-config.h139 # define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h43 # undef S_ISREG macro
124 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
126 # define S_ISREG(m) 0 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dposixstat.h34 # undef S_ISREG macro
92 #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) /* file */ macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h46 #undef S_ISREG macro
53 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmake.h178 # undef S_ISREG macro
186 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dsystem.h105 # undef S_ISREG macro
111 # define S_ISREG(Mode) (((Mode) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dfilename.c48 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h293 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsystem.h294 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gkermit/
H A Dgunixio.c169 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h71 # undef S_ISREG macro
78 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h477 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h462 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro

Completed in 218 milliseconds

12