Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dlink.c72 ret = php_sys_readlink(link, buff, MAXPATHLEN-1); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_virtual_cwd.h148 # define php_sys_readlink php_win32_ioutil_readlink macro
156 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) macro
H A Dzend_virtual_cwd.c905 if (++(*ll) > LINK_MAX || (j = (size_t)php_sys_readlink(tmp, path, MAXPATHLEN)) == (size_t)-1) { in tsrm_realpath_r()
/php-src/main/
H A Dfopen_wrappers.c180 ret = php_sys_readlink(path_tmp, buf, MAXPATHLEN - 1);
/php-src/ext/spl/
H A Dspl_directory.c1240 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()
1242 ret = php_sys_readlink(ZSTR_VAL(intern->file_name), buff, MAXPATHLEN-1); in FileInfoFunction()

Completed in 20 milliseconds