Searched defs:S_ISCHR (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/external/bison/linux-lib/sys/
H A Dstat.h399 # undef S_ISCHR macro
419 #ifndef S_ISCHR
421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
423 # define S_ISCHR(m) 0 macro
/external/bison/darwin-lib/sys/
H A Dstat.h399 # undef S_ISCHR macro
419 #ifndef S_ISCHR
421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
423 # define S_ISCHR(m) 0 macro

Completed in 164 milliseconds