Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_stat_h_file_type_test_macros.h44 #if !defined(S_ISLNK)
45 #error S_ISLNK
/bionic/libc/kernel/uapi/linux/
Dstat.h22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/bionic/tests/
Dftw_test.cpp73 } else if (S_ISLNK(sb->st_mode)) { in smoke_test_ftw()
/bionic/libc/bionic/
Dfts.c861 if (S_ISLNK(sbp->st_mode)) in fts_stat()
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c671 (S_ISLNK(sb.st_mode) && in glob2()