Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c205 #ifdef S_IFLNK in file_fsmagic()
206 case S_IFLNK: in file_fsmagic()
H A Dmagic.c79 # undef S_IFLNK
/PHP-5.5/main/
H A Dwin95nt.h42 #define S_IFLNK _IFLNK macro
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c430 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)
748 sb.st_mode |= S_IFREG|S_IFLNK; /* regular file */ in phar_file_stat()
767 sb.st_mode |= S_IFLNK; in phar_file_stat()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c56 #ifndef S_IFLNK
57 # define S_IFLNK 0120000 macro
357 buf->st_mode = S_IFLNK; in php_sys_stat_ex()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1554 -#ifdef S_IFLNK
1601 -#ifdef S_IFLNK
1621 -#ifdef S_IFLNK
1780 #ifdef S_IFLNK
1781 case S_IFLNK:
2257 +# undef S_IFLNK
/PHP-5.5/ext/standard/
H A Dfilestat.c95 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)

Completed in 30 milliseconds