Searched refs:php_sys_lstat (Results 1 – 4 of 4) sorted by relevance
123 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1) macro127 # define php_sys_lstat lstat macro
1104 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()1753 retval = php_sys_lstat(new_state.cwd, buf); in virtual_lstat()
118 # define lstat(x, y) php_sys_lstat(x, y)
864 return(php_sys_lstat(buf, sb));
Completed in 25 milliseconds