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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_stat.h31 #undef S_ISREG macro
50 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/libs/expat/xmlwf/
H A Dreadfilemap.c22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/findutils/lib/
H A Dmodetype.h49 #undef S_ISREG macro
71 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/sharutils/lib/
H A Dsystem.h101 # undef S_ISREG macro
111 # define S_ISREG(Mode) (((Mode) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixstat.h34 # undef S_ISREG macro
92 #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) /* file */ macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dposixstat.h34 # undef S_ISREG macro
92 #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) /* file */ macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dposixstat.h34 # undef S_ISREG macro
92 #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) /* file */ macro
/haiku-fatelf/src/bin/network/wget/src/
H A Dsysdep.h175 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
/haiku-fatelf/src/bin/coreutils/lib/sys/
H A Dstat.h43 # undef S_ISREG macro
123 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
125 # define S_ISREG(m) 0 macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/sys/
H A Dstat.h46 # undef S_ISREG macro
126 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
128 # define S_ISREG(m) 0 macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dsys_stat.in.h46 # undef S_ISREG macro
126 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
128 # define S_ISREG(m) 0 macro
/haiku-fatelf/headers/posix/sys/
H A Dstat.h65 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h69 # undef S_ISREG macro
76 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/less/
H A Dfilename.c46 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/patch/
H A Dcommon.h47 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c138 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/rcs/
H A Dconf.h299 #define S_ISREG(n) (((n) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/src/bin/gawk/
H A Dawk.h142 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1272 #define S_ISREG(mode) FSSH_S_ISREG(mode) macro

Completed in 149 milliseconds