Home
last modified time | relevance | path

Searched defs:S_ISSOCK (Results 1 – 3 of 3) sorted by relevance

/tools/include/uapi/linux/
Dstat.h27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h36 #define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) macro
/tools/include/nolibc/
Dnolibc.h222 #define S_ISSOCK(mode) (((mode) & S_IFSOCK) == S_IFSOCK) macro