Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 9 of 9) sorted by last modified time

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c411 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHPDBG_COMMAND()
H A Dphpdbg.c331 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHP_FUNCTION()
H A Dphpdbg_bp.c290 } else if (!(ssb.sb.st_mode & (S_IFREG|S_IFLNK))) { in phpdbg_set_breakpoint_file()
/PHP-7.2/ext/phar/
H A Dfunc_interceptors.c713 sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */ in phar_file_stat()
726 sb.st_mode |= S_IFLNK; in phar_file_stat()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfsmagic.c208 #ifdef S_IFLNK in file_fsmagic()
209 case S_IFLNK: in file_fsmagic()
H A Dmagic.c75 # undef S_IFLNK
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1642 -#ifdef S_IFLNK
1689 -#ifdef S_IFLNK
1708 -#ifdef S_IFLNK
1871 #ifdef S_IFLNK
1872 case S_IFLNK:
2361 +# undef S_IFLNK
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c326 buf->st_mode = S_IFLNK; in php_sys_stat_ex()
H A Dzend_virtual_cwd.h348 #ifndef S_IFLNK
350 #define S_IFLNK _IFLNK macro
362 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)

Completed in 42 milliseconds