Home
last modified time | relevance | path

Searched refs:php_sys_readlink (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/standard/
H A Dlink.c74 ret = php_sys_readlink(link, buff, MAXPATHLEN-1); in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h136 # define php_sys_readlink php_win32_ioutil_readlink macro
144 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) macro
H A Dzend_virtual_cwd.c906 if (++(*ll) > LINK_MAX || (j = (size_t)php_sys_readlink(tmp, path, MAXPATHLEN)) == (size_t)-1) { in tsrm_realpath_r()
/PHP-8.0/main/
H A Dfopen_wrappers.c168 ret = php_sys_readlink(path_tmp, buf, MAXPATHLEN - 1);
/PHP-8.0/ext/spl/
H A Dspl_directory.c1259 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()
1261 ret = php_sys_readlink(intern->file_name, buff, MAXPATHLEN-1); in FileInfoFunction()

Completed in 23 milliseconds