Home
last modified time | relevance | path

Searched refs:_S_IFREG (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h94 # undef _S_IFREG
103 # define _S_IFREG 0x8000 macro
119 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
162 buf->st_mode |= _S_IFREG; in stat_handle()
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h50 # define S_IFREG _S_IFREG
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h106 # define S_IFREG _S_IFREG
/freebsd/contrib/expat/xmlwf/
H A Dreadfilemap.c67 # define S_IFREG _S_IFREG
/freebsd/crypto/openssh/
H A Ddefines.h176 # define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG))
/freebsd/contrib/pkgconf/libpkgconf/
H A Dwin-dirent.h74 # define S_IFREG _S_IFREG
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in355 #define S_ISREG(m) (((m) & _S_IFREG) == _S_IFREG)
/freebsd/contrib/xz/src/xz/
H A Dfile_io.c57 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
/freebsd/contrib/bzip2/
H A Dbzip2.c137 # define MY_S_ISREG(x) ((x) & _S_IFREG)
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c102 #define S_ISREG(m) ((m) & _S_IFREG)
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c140 #define S_ISREG(m) ((m) & _S_IFREG)
/freebsd/contrib/sqlite3/
H A Dshell.c24260 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource()