Searched refs:S_ISCHR (Results 1 – 4 of 4) sorted by relevance
15 if (S_ISCHR (buf.st_mode)) in _isatty_r()
109 *couldbetty = S_ISCHR(st.st_mode); in _swhatbuf()
232 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR) macro
25450 (S_ISCHR, S_ISDIR, S_ISFIFO, S_ISREG): Define.