Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dfsmagic.c192 #ifdef S_IFLNK in file_fsmagic()
193 case S_IFLNK: in file_fsmagic()
H A Dmagic.c70 # undef S_IFLNK
/php-src/Zend/
H A Dzend_virtual_cwd.h364 #ifndef S_IFLNK
366 #define S_IFLNK _IFLNK macro
378 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)
/php-src/ext/phar/
H A Dfunc_interceptors.c606 sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */ in phar_file_stat()
619 sb.st_mode |= S_IFLNK; in phar_file_stat()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1591 -#ifdef S_IFLNK
1628 -#ifdef S_IFLNK
1642 -#ifdef S_IFLNK
1783 #ifdef S_IFLNK
1784 case S_IFLNK:
2259 +# undef S_IFLNK
/php-src/win32/
H A Dioutil.c1004 buf->st_mode = S_IFLNK; in php_win32_ioutil_stat_ex_w()
/php-src/sapi/phpdbg/
H A Dphpdbg.c272 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHP_FUNCTION()
H A Dphpdbg_prompt.c403 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHPDBG_COMMAND()
H A Dphpdbg_bp.c287 } else if (!(ssb.sb.st_mode & (S_IFREG|S_IFLNK))) { in phpdbg_set_breakpoint_file()

Completed in 51 milliseconds