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
1106 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
190 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
969 if (S_ISLNK(ssb.sb.st_mode)) { in php_stat()995 RETURN_BOOL(S_ISLNK(ssb.sb.st_mode)); in php_stat()
511 if (S_ISLNK(stat_sb->st_mode)) { in phar_fancy_stat()531 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in phar_fancy_stat()
574 (S_ISLNK(sb.st_mode) &&
35357 bLink = S_ISLNK(buf.st_mode);
Completed in 514 milliseconds