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

/linux-master/include/uapi/linux/
H A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/linux-master/tools/include/nolibc/
H A Dtypes.h43 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h33 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) macro

Completed in 153 milliseconds