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.h34 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/bionic/tests/
Dftw_test.cpp71 } else if (S_ISLNK(sb->st_mode)) { in sanity_check_ftw()
/bionic/libc/bionic/
Dfts.c853 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()