Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dfsmagic.c200 #ifdef S_IFLNK in file_fsmagic()
201 case S_IFLNK: in file_fsmagic()
H A Dmagic.c79 # undef S_IFLNK
/PHP-5.3/main/
H A Dwin95nt.h42 #define S_IFLNK _IFLNK macro
/PHP-5.3/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.3/TSRM/
H A Dtsrm_virtual_cwd.c56 #ifndef S_IFLNK
57 # define S_IFLNK 0120000 macro
369 buf->st_mode = S_IFLNK; in php_sys_stat_ex()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1332 -#ifdef S_IFLNK
1379 -#ifdef S_IFLNK
1398 -#ifdef S_IFLNK
1549 #ifdef S_IFLNK
1550 case S_IFLNK:
1995 +# undef S_IFLNK
/PHP-5.3/ext/standard/
H A Dfilestat.c96 #define S_ISLNK(mode) (((mode)&S_IFMT) == S_IFLNK)

Completed in 30 milliseconds