Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dwin95nt.h42 #ifndef S_IFLNK
43 # define S_IFLNK _IFLNK macro
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfsmagic.c208 #ifdef S_IFLNK in file_fsmagic()
209 case S_IFLNK: in file_fsmagic()
H A Dmagic.c79 # undef S_IFLNK
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h361 #ifndef S_IFLNK
362 # define S_IFLNK 0120000 macro
374 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)
H A Dzend_virtual_cwd.c378 buf->st_mode = S_IFLNK; in php_sys_stat_ex()
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c745 sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */ in phar_file_stat()
764 sb.st_mode |= S_IFLNK; in phar_file_stat()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1653 -#ifdef S_IFLNK
1700 -#ifdef S_IFLNK
1719 -#ifdef S_IFLNK
1883 #ifdef S_IFLNK
1884 case S_IFLNK:
2434 +# undef S_IFLNK
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c276 } else if (!(ssb.sb.st_mode & (S_IFREG|S_IFLNK))) { in phpdbg_set_breakpoint_file_ex()
H A Dphpdbg_prompt.c414 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()

Completed in 87 milliseconds