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

/ast/src/cmd/ie/
H A Dio.h51 #ifndef S_ISCHR
52 # define S_ISCHR(m) (((m)&S_IFMT)==S_IFCHR) macro
53 #endif /* S_ISCHR */
/ast/src/lib/libast/sfio/
H A Dsfhdr.h589 #ifndef S_ISCHR
590 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) macro

Completed in 20 milliseconds