S_IFLNK 57 Zend/zend_virtual_cwd.c #ifndef S_IFLNK S_IFLNK 367 Zend/zend_virtual_cwd.c buf->st_mode = S_IFLNK; S_IFLNK 205 ext/fileinfo/libmagic/fsmagic.c #ifdef S_IFLNK S_IFLNK 206 ext/fileinfo/libmagic/fsmagic.c case S_IFLNK: S_IFLNK 79 ext/fileinfo/libmagic/magic.c # undef S_IFLNK S_IFLNK 430 ext/phar/func_interceptors.c #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) S_IFLNK 748 ext/phar/func_interceptors.c sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */ S_IFLNK 767 ext/phar/func_interceptors.c sb.st_mode |= S_IFLNK; S_IFLNK 95 ext/standard/filestat.c #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK) S_IFLNK 239 sapi/phpdbg/phpdbg.c if (sb.st_mode & (S_IFREG|S_IFLNK)) { S_IFLNK 228 sapi/phpdbg/phpdbg_bp.c if (ssb.sb.st_mode & (S_IFREG|S_IFLNK)) { S_IFLNK 338 sapi/phpdbg/phpdbg_prompt.c if (sb.st_mode & (S_IFREG|S_IFLNK)) {