S_ISLNK           429 phar/func_interceptors.c #ifndef S_ISLNK
S_ISLNK           514 phar/func_interceptors.c 		if (S_ISLNK(stat_sb->st_mode)) {
S_ISLNK           534 phar/func_interceptors.c 		RETURN_BOOL(S_ISLNK(stat_sb->st_mode));
S_ISLNK           181 session/mod_files.c 				if (S_ISLNK(sbuf.st_mode) && php_check_open_basedir(buf TSRMLS_CC)) {
S_ISLNK            94 standard/filestat.c #ifndef S_ISLNK
S_ISLNK           981 standard/filestat.c 		if (S_ISLNK(ssb.sb.st_mode)) {
S_ISLNK          1007 standard/filestat.c 		RETURN_BOOL(S_ISLNK(ssb.sb.st_mode));