Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h344 #ifndef S_ISLNK
345 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) macro
H A Dzend_virtual_cwd.c1155 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
/PHP-7.3/ext/standard/
H A Dfilestat.c886 if (S_ISLNK(ssb.sb.st_mode)) { in php_stat()
912 RETURN_BOOL(S_ISLNK(ssb.sb.st_mode)); in php_stat()
/PHP-7.3/ext/session/
H A Dmod_files.c190 …if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(b… in ps_files_open()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c495 if (S_ISLNK(stat_sb->st_mode)) { in phar_fancy_stat()
515 RETURN_BOOL(S_ISLNK(stat_sb->st_mode)); in phar_fancy_stat()
/PHP-7.3/win32/
H A Dglob.c572 (S_ISLNK(sb.st_mode) &&
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c38822 bLink = S_ISLNK(buf.st_mode);

Completed in 376 milliseconds