Searched refs:S_ISLNK (Results 1 – 12 of 12) sorted by relevance
412 && S_ISLNK (st.st_mode)) in process_entry()421 else if (S_ISLNK (st.st_mode)) in process_entry()694 && S_ISLNK (st.st_mode)) in ftw_startup()719 int flag = S_ISLNK (st.st_mode) ? FTW_SL : FTW_F; in ftw_startup()
138 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro142 # define S_ISLNK(mode) 0 macro
114 else if (S_ISLNK(st.st_mode)) in _GLIBCXX_VISIBILITY()
242 else if (!S_ISREG(statbuf.st_mode) && !S_ISLNK(statbuf.st_mode)) in is_shlib()246 *islink = S_ISLNK(statbuf.st_mode); in is_shlib()359 if (!S_ISLNK(linkstat.st_mode)) { in link_shlib()
282 #ifdef S_ISLNK // not present in mingw in _GLIBCXX_VISIBILITY()283 else if (S_ISLNK(st.st_mode)) in _GLIBCXX_VISIBILITY()
273 #ifdef S_ISLNK // not present in mingw in _GLIBCXX_VISIBILITY()274 else if (S_ISLNK(st.st_mode)) in _GLIBCXX_VISIBILITY()
146 if (p2 && de->d_type && !S_ISDIR(de->d_type<<12) && !S_ISLNK(de->d_type<<12)) in __glob_match_in_dir()
914 if (S_ISLNK(sbp->st_mode)) in fts_stat()
270 else if (S_ISLNK(st.st_mode)) in make_file_type()
Completed in 23 milliseconds