Searched refs:S_ISLNK (Results 1 – 5 of 5) sorted by relevance
77 #ifndef S_ISLNK78 #define S_ISLNK(m) (0) macro580 (S_ISLNK(sb.st_mode) &&
94 #ifndef S_ISLNK95 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro981 if (S_ISLNK(ssb.sb.st_mode)) { in php_stat()1007 RETURN_BOOL(S_ISLNK(ssb.sb.st_mode)); in php_stat()
429 #ifndef S_ISLNK430 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro514 if (S_ISLNK(stat_sb->st_mode)) { in phar_fancy_stat()534 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in phar_fancy_stat()
153 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
1092 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
Completed in 19 milliseconds