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

/freebsd-11-stable/contrib/groff/src/include/
H A Dposix.h54 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_stat.h31 #undef S_ISREG macro
50 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dreadfilemap.c65 # define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/diff/lib/
H A Dfile-type.h45 # undef S_ISREG macro
126 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
128 # define S_ISREG(m) 0 macro
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h57 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c221 #define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/freebsd-11-stable/contrib/libreadline/
H A Dposixstat.h34 # undef S_ISREG macro
92 #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) /* file */ macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h103 # undef S_ISREG macro
109 # define S_ISREG(Mode) (((Mode) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h107 # define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h294 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h232 # undef S_ISREG macro
250 # define S_ISREG(a) (((a) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/less/
H A Dfilename.c42 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h464 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h300 #define S_ISREG(n) (((n) & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/sys/sys/
H A Dstat.h240 #define S_ISREG(m) (((m) & 0170000) == 0100000) /* regular file */ macro
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1314 # undef S_ISREG macro
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h164 # define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG)) macro
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c102 #define S_ISREG(m) ((m) & _S_IFREG) macro
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h2707 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c118 #define S_ISREG(m) ((m) & _S_IFREG) macro
/freebsd-11-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h227 #define S_ISREG(mode) ((mode & S_IFMT) == S_IFREG) macro
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c1087 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro

Completed in 396 milliseconds