Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dfile-type.h60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
62 # define S_ISCHR(m) 0 macro
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h270 #define S_ISCHR(m) ((m & 0170000) == 0020000) /* char special */ macro
/freebsd/contrib/tcsh/
H A Dtc.os.h244 # define S_ISCHR(a) (((a) & S_IFMT) == S_IFCHR) macro
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h116 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) macro
/freebsd/sys/sys/
H A Dstat.h283 #define S_ISCHR(m) (((m) & 0170000) == 0020000) /* char special */ macro
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR) macro