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

/linux-master/include/uapi/linux/
H A Dstat.h23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/linux-master/tools/include/nolibc/
H A Dtypes.h38 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h34 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro

Completed in 146 milliseconds