Searched refs:S_IFCHR (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/features/
H A Dmode.c63 #ifdef S_IFCHR
64 printf("#define S_ISCHR(m) (S_ITYPE(m)==S_IFCHR)\n");
/ast/src/lib/libast/sfio/
H A Dsfhdr.h569 #ifndef S_IFCHR
570 #define S_IFCHR 0 macro
580 #define S_IFMT (S_IFDIR|S_IFREG|S_IFCHR|S_IFIFO|S_ISOCK)
590 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR)
/ast/src/cmd/ie/
H A Dio.h52 # define S_ISCHR(m) (((m)&S_IFMT)==S_IFCHR)

Completed in 23 milliseconds