Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dstat.h36 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c169 if (S_ISLNK(sb.st_mode)) { in realpath()
/bionic/tests/
Dftw_test.cpp71 } else if (S_ISLNK(sb->st_mode)) { in sanity_check_ftw()
/bionic/libc/bionic/
Dfts.c862 if (S_ISLNK(sbp->st_mode)) in fts_stat()