Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h134 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0) macro
138 # define php_sys_stat stat macro
305 #define VCWD_STAT(path, buff) php_sys_stat(path, buff)
H A Dtsrm_virtual_cwd.c402 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
413 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) in php_is_file_ok()
1724 retval = php_sys_stat(new_state.cwd, buf); in virtual_stat()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c119 if (php_sys_stat(fn, sb) != 0) { in file_fsmagic()
H A Dapprentice.c1170 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
/PHP-5.5/win32/
H A Dglob.c885 return(php_sys_stat(buf, sb));
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c655 if (php_sys_stat(file_dirname, &buf) != 0) { in _xmlwriter_get_valid_file_path()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch413 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
1644 + if (php_sys_stat(fn, sb) != 0) {

Completed in 46 milliseconds