php_sys_stat      225 TSRM/tsrm_virtual_cwd.c 	if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode))
php_sys_stat      236 TSRM/tsrm_virtual_cwd.c 	if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode))
php_sys_stat     1064 TSRM/tsrm_virtual_cwd.c 	retval = php_sys_stat(new_state.cwd, buf);
php_sys_stat      130 TSRM/tsrm_virtual_cwd.h CWD_API int php_sys_stat(const char *path, struct stat *buf);
php_sys_stat      282 TSRM/tsrm_virtual_cwd.h #define VCWD_STAT(path, buff) php_sys_stat(path, buff)