Home
last modified time | relevance | path

Searched defs:S_ISCHR (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/diff/lib/
HDfile-type.h60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
62 # define S_ISCHR(m) 0 macro
/freebsd-head/contrib/tcsh/
HDtc.os.h244 # define S_ISCHR(a) (((a) & S_IFMT) == S_IFCHR) macro
/freebsd-head/contrib/llvm-project/libcxx/src/filesystem/
HDposix_compat.h116 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) macro
/freebsd-head/sys/sys/
HDstat.h283 #define S_ISCHR(m) (((m) & 0170000) == 0020000) /* char special */ macro
/freebsd-head/crypto/heimdal/lib/roken/
HDroken.h.in359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR) macro