Home
last modified time | relevance | path

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

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