Home
last modified time | relevance | path

Searched refs:S_IFCHR (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dstat.h29 #define S_IFCHR 0020000 macro
37 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/bionic/tests/headers/posix/
Dsys_stat_h_mode_constants.h31 MACRO(S_IFCHR);