Home
last modified time | relevance | path

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

/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.c156 if (S_ISLNK(logstat.st_mode)) { in prepare_logging()
/tools/include/nolibc/
Dnolibc.h221 #define S_ISLNK(mode) (((mode) & S_IFLNK) == S_IFLNK) macro