Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_virtual_cwd.h352 #ifndef S_IFLNK
354 #define S_IFLNK _IFLNK macro
366 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1785 -#ifdef S_IFLNK
1822 -#ifdef S_IFLNK
1836 -#ifdef S_IFLNK
1977 #ifdef S_IFLNK
1978 case S_IFLNK:
2436 +# undef S_IFLNK
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfsmagic.c192 #ifdef S_IFLNK in file_fsmagic()
193 case S_IFLNK: in file_fsmagic()
H A Dmagic.c74 # undef S_IFLNK
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c715 sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */ in phar_file_stat()
728 sb.st_mode |= S_IFLNK; in phar_file_stat()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c269 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHP_FUNCTION()
H A Dphpdbg_bp.c287 } else if (!(ssb.sb.st_mode & (S_IFREG|S_IFLNK))) { in phpdbg_set_breakpoint_file()
H A Dphpdbg_prompt.c404 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHPDBG_COMMAND()
/PHP-8.1/win32/
H A Dioutil.c1004 buf->st_mode = S_IFLNK; in php_win32_ioutil_stat_ex_w()

Completed in 54 milliseconds