S_ISLNK          1088 Zend/zend_virtual_cwd.c 		if (save && S_ISLNK(st.st_mode)) {
S_ISLNK           361 Zend/zend_virtual_cwd.h #ifndef S_ISLNK
S_ISLNK           511 ext/phar/func_interceptors.c 		if (S_ISLNK(stat_sb->st_mode)) {
S_ISLNK           531 ext/phar/func_interceptors.c 		RETURN_BOOL(S_ISLNK(stat_sb->st_mode));
S_ISLNK           189 ext/session/mod_files.c 		if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(buf)) {
S_ISLNK           969 ext/standard/filestat.c 		if (S_ISLNK(ssb.sb.st_mode)) {
S_ISLNK           995 ext/standard/filestat.c 		RETURN_BOOL(S_ISLNK(ssb.sb.st_mode));
S_ISLNK           574 win32/glob.c   				(S_ISLNK(sb.st_mode) &&