S_IFLNK           365 Zend/zend_virtual_cwd.c 			buf->st_mode = S_IFLNK;
S_IFLNK           349 Zend/zend_virtual_cwd.h #ifndef S_IFLNK
S_IFLNK           362 Zend/zend_virtual_cwd.h #define S_ISLNK(mode)	(((mode)&S_IFMT) == S_IFLNK)
S_IFLNK           208 ext/fileinfo/libmagic/fsmagic.c #ifdef	S_IFLNK
S_IFLNK           209 ext/fileinfo/libmagic/fsmagic.c 	case S_IFLNK:
S_IFLNK           745 ext/phar/func_interceptors.c 					sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */
S_IFLNK           764 ext/phar/func_interceptors.c 					sb.st_mode |= S_IFLNK;
S_IFLNK            42 main/win95nt.h #ifndef S_IFLNK
S_IFLNK           286 sapi/phpdbg/phpdbg.c 			if (sb.st_mode & (S_IFREG|S_IFLNK)) {
S_IFLNK           263 sapi/phpdbg/phpdbg_bp.c 		} else if (!(ssb.sb.st_mode & (S_IFREG|S_IFLNK))) {
S_IFLNK           407 sapi/phpdbg/phpdbg_prompt.c 		if (sb.st_mode & (S_IFREG|S_IFLNK)) {