Searched defs:S_ISREG (Results 1 - 18 of 18) sorted by path

/freebsd-current/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-current/contrib/expat/xmlwf/
H A Dreadfilemap.c71 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-current/contrib/less/
H A Dfilename.c42 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c102 #define S_ISREG(m) ((m) & _S_IFREG) macro
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c118 #define S_ISREG(m) ((m) & _S_IFREG) macro
/freebsd-current/contrib/libucl/src/
H A Ducl_internal.h108 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h110 # undef S_ISREG macro
118 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
/freebsd-current/contrib/ncurses/ncurses/
H A Dcurses.priv.h254 #define S_ISREG(mode) ((mode & S_IFMT) == S_IFREG) macro
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h57 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_filegen.c221 #define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h107 # define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h2710 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG) macro
/freebsd-current/contrib/sqlite3/
H A Dshell.c2219 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/freebsd-current/contrib/tcsh/
H A Dtc.os.h232 # undef S_ISREG macro
250 # define S_ISREG(a) (((a) & S_IFMT) == S_IFREG) macro
/freebsd-current/crypto/openssh/
H A Ddefines.h174 # define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG)) macro
/freebsd-current/crypto/openssl/crypto/rand/
H A Drandfile.c57 # define S_ISREG(m) ((m) & S_IFREG) macro
/freebsd-current/crypto/openssl/fuzz/
H A Dtest-corpus.c34 # define S_ISREG(m) ((m) & S_IFREG) macro
/freebsd-current/sys/sys/
H A Dstat.h284 #define S_ISREG(m) (((m) & 0170000) == 0100000) /* regular file */ macro

Completed in 541 milliseconds