Searched defs:S_ISCHR (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/linux-master/tools/include/nolibc/
H A Dtypes.h39 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h35 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) macro

Completed in 189 milliseconds