Home
last modified time | relevance | path

Searched refs:S_ISCHR (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dstat.h40 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmakebuf.c91 *couldbetty = S_ISCHR(st.st_mode); in __swhatbuf()
/bionic/libc/bionic/
Dgetentropy_linux.c244 if (fstat(fd, &st) == -1 || !S_ISCHR(st.st_mode)) { in getentropy_urandom()
490 if (S_ISCHR(st.st_mode)) { in getentropy_fallback()