Home
last modified time | relevance | path

Searched refs:_S_IFCHR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h47 # define S_IFCHR _S_IFCHR
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h92 # undef _S_IFCHR
101 # define _S_IFCHR 0x2000 macro
117 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR)
/freebsd/contrib/pkgconf/libpkgconf/
H A Dwin-dirent.h64 # define S_IFCHR _S_IFCHR
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR)
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1386 # define S_IFCHR _S_IFCHR
/freebsd/contrib/sqlite3/
H A Dshell.c24260 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource()