S_ISLNK          1061 TSRM/tsrm_virtual_cwd.c 		if (save && S_ISLNK(st.st_mode)) {
S_ISLNK           429 ext/phar/func_interceptors.c #ifndef S_ISLNK
S_ISLNK           514 ext/phar/func_interceptors.c 		if (S_ISLNK(stat_sb->st_mode)) {
S_ISLNK           534 ext/phar/func_interceptors.c 		RETURN_BOOL(S_ISLNK(stat_sb->st_mode));
S_ISLNK           152 ext/session/mod_files.c 		if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(buf TSRMLS_CC)) {
S_ISLNK            94 ext/standard/filestat.c #ifndef S_ISLNK
S_ISLNK           981 ext/standard/filestat.c 		if (S_ISLNK(ssb.sb.st_mode)) {
S_ISLNK          1007 ext/standard/filestat.c 		RETURN_BOOL(S_ISLNK(ssb.sb.st_mode));
S_ISLNK            77 win32/glob.c   #ifndef S_ISLNK
S_ISLNK           580 win32/glob.c   				(S_ISLNK(sb.st_mode) &&