Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_stat_h_file_type_test_macros.h32 #if !defined(S_ISCHR)
33 #error S_ISCHR
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmakebuf.c91 *couldbetty = S_ISCHR(st.st_mode); in __swhatbuf()
/bionic/libc/kernel/uapi/linux/
Dstat.h37 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro