Home
last modified time | relevance | path

Searched defs:S_ISREG (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dfile-type.h126 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
128 # define S_ISREG(m) 0 macro
/freebsd/crypto/openssl/fuzz/
H A Dtest-corpus.c34 # define S_ISREG(m) ((m) & S_IFREG) macro
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h57 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd/contrib/expat/xmlwf/
H A Dreadfilemap.c71 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c57 # define S_ISREG(m) ((m) & S_IFREG) macro
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h107 # define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_filegen.c221 #define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) in filegen_open() macro
/freebsd/contrib/tcsh/
H A Dtc.os.h250 # define S_ISREG(a) (((a) & S_IFMT) == S_IFREG) macro
/freebsd/contrib/xz/src/xz/
H A Dfile_io.c56 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
/freebsd/contrib/less/
H A Dfilename.c42 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h118 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
/freebsd/contrib/libucl/src/
H A Ducl_internal.h108 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/freebsd/sys/sys/
H A Dstat.h284 #define S_ISREG(m) (((m) & 0170000) == 0100000) /* regular file */ macro
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in355 #define S_ISREG(m) (((m) & _S_IFREG) == _S_IFREG) macro
/freebsd/crypto/openssh/
H A Ddefines.h174 # define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG)) macro
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c102 #define S_ISREG(m) ((m) & _S_IFREG) macro
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c118 #define S_ISREG(m) ((m) & _S_IFREG) macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2710 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG) macro
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h254 #define S_ISREG(mode) ((mode & S_IFMT) == S_IFREG) macro
/freebsd/contrib/sqlite3/
H A Dshell.c2239 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro