Searched refs:S_ISCHR (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/common/linux/ | ||
D | stat.h | 32 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro |
/bionic/libc/stdio/ | ||
D | makebuf.c | 92 *couldbetty = S_ISCHR(st.st_mode); in __swhatbuf() |