Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dfsmagic.c199 #ifdef S_IFLNK in file_fsmagic()
200 case S_IFLNK: in file_fsmagic()
H A Dmagic.c75 # undef S_IFLNK
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h331 #ifndef S_IFLNK
333 #define S_IFLNK _IFLNK macro
345 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)
H A Dzend_virtual_cwd.c333 buf->st_mode = S_IFLNK; in php_sys_stat_ex()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c711 sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */ in phar_file_stat()
724 sb.st_mode |= S_IFLNK; in phar_file_stat()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2471 -#ifdef S_IFLNK
2508 -#ifdef S_IFLNK
2527 -#ifdef S_IFLNK
2722 #ifdef S_IFLNK
2723 case S_IFLNK:
3233 +# undef S_IFLNK
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_bp.c290 } else if (!(ssb.sb.st_mode & (S_IFREG|S_IFLNK))) { in phpdbg_set_breakpoint_file()
H A Dphpdbg_prompt.c411 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHPDBG_COMMAND()
H A Dphpdbg.c325 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHP_FUNCTION()

Completed in 46 milliseconds