Home
last modified time | relevance | path

Searched refs:S_ISLNK (Results 1 – 5 of 5) sorted by relevance

/tools/include/nolibc/
Dtypes.h34 #define S_ISLNK(mode) (((mode) & S_IFLNK) == S_IFLNK) macro
/tools/include/uapi/linux/
Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/tools/testing/selftests/proc/
Dfd-001-lookup.c41 assert(S_ISLNK(st.st_mode)); in test_lookup_pass()
/tools/thermal/tmon/
Dtmon.c153 if (S_ISLNK(logstat.st_mode)) { in prepare_logging()
/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h31 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) macro