Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dstat.h36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c188 if (S_ISLNK(sb.st_mode)) { in realpath()
/bionic/libc/bionic/
Dfts.c851 if (S_ISLNK(sbp->st_mode)) in fts_stat()