Home
last modified time | relevance | path

Searched refs:S_ISLNK (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/win32/
H A Dglob.c77 #ifndef S_ISLNK
78 #define S_ISLNK(m) (0) macro
580 (S_ISLNK(sb.st_mode) &&
/PHP-5.5/ext/standard/
H A Dfilestat.c94 #ifndef S_ISLNK
95 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro
981 if (S_ISLNK(ssb.sb.st_mode)) { in php_stat()
1007 RETURN_BOOL(S_ISLNK(ssb.sb.st_mode)); in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c429 #ifndef S_ISLNK
430 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro
514 if (S_ISLNK(stat_sb->st_mode)) { in phar_fancy_stat()
534 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in phar_fancy_stat()
/PHP-5.5/ext/session/
H A Dmod_files.c152 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1061 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()

Completed in 18 milliseconds