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

/seL4-test-master/projects/musllibc/src/stat/
H A Dfchmodat.c21 if (S_ISLNK(st.st_mode))
33 if (S_ISLNK(st.st_mode)) ret = -EOPNOTSUPP;
/seL4-test-master/projects/musllibc/include/sys/
H A Dstat.h49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/seL4-test-master/projects/musllibc/src/regex/
H A Dglob.c101 if (p2 && de->d_type && !S_ISDIR(de->d_type<<12) && !S_ISLNK(de->d_type<<12))
118 if (de->d_type && !S_ISLNK(de->d_type<<12))
/seL4-test-master/projects/musllibc/src/misc/
H A Dnftw.c42 } else if (S_ISLNK(st.st_mode)) {

Completed in 112 milliseconds