Searched refs:S_ISLNK (Results 1 – 7 of 7) sorted by relevance
361 #ifndef S_ISLNK362 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro
1116 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
888 if (S_ISLNK(ssb.sb.st_mode)) { in php_stat()914 RETURN_BOOL(S_ISLNK(ssb.sb.st_mode)); in php_stat()
190 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
497 if (S_ISLNK(stat_sb->st_mode)) { in phar_fancy_stat()517 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in phar_fancy_stat()
574 (S_ISLNK(sb.st_mode) &&
38822 bLink = S_ISLNK(buf.st_mode);
Completed in 463 milliseconds