Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds