Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h47 # define S_IFCHR _S_IFCHR
/src/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h91 # undef _S_IFCHR
100 # define _S_IFCHR 0x2000 macro
116 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR)
/src/crypto/heimdal/lib/roken/
H A Droken.h.in359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR)
/src/contrib/sendmail/include/sm/
H A Dconf.h1386 # define S_IFCHR _S_IFCHR
/src/contrib/sqlite3/
H A Dshell.c1289 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource()