Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h143 # define php_sys_stat php_win32_ioutil_stat macro
150 # define php_sys_stat stat macro
329 #define VCWD_STAT(path, buff) php_sys_stat(path, buff)
H A Dzend_virtual_cwd.c125 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
136 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) in php_is_file_ok()
1545 retval = php_sys_stat(new_state.cwd, buf); in virtual_stat()
/php-src/ext/fileinfo/libmagic/
H A Dfsmagic.c100 ret = php_sys_stat(fn, sb); in file_fsmagic()
H A Dapprentice.c1485 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
/php-src/win32/
H A Dglob.c828 return(php_sys_stat(buf, sb)); in g_stat()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c161 if (php_sys_stat(file_dirname, &buf) != 0) { in _xmlwriter_get_valid_file_path()
/php-src/sapi/cli/
H A Dphp_cli_server.c1469 if (!php_sys_stat(buf, &sb)) { in php_cli_server_request_translate_vpath()
1478 if (!php_sys_stat(buf, &sb) && (sb.st_mode & S_IFREG)) { in php_cli_server_request_translate_vpath()
2829 if (php_sys_stat(document_root, &sb)) { in do_cli_server()
/php-src/ext/fileinfo/
H A Dlibmagic.patch392 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
1707 + ret = php_sys_stat(fn, sb);

Completed in 59 milliseconds