Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dlink.c70 ret = php_sys_readlink(link, buff, MAXPATHLEN-1); in PHP_FUNCTION()
H A Dlink_win32.c77 if (php_sys_readlink(link, target, MAXPATHLEN) == -1) { in PHP_FUNCTION()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h136 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len);
141 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) macro
H A Dtsrm_virtual_cwd.c222 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() function
1062 if (++(*ll) > LINK_MAX || (j = php_sys_readlink(tmp, path, MAXPATHLEN)) < 0) { in tsrm_realpath_r()
/PHP-5.5/main/
H A Dfopen_wrappers.c183 ret = php_sys_readlink(path_tmp, buf, MAXPATHLEN - 1);
/PHP-5.5/ext/spl/
H A Dspl_directory.c1269 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()
1271 ret = php_sys_readlink(intern->file_name, buff, MAXPATHLEN-1); in FileInfoFunction()
/PHP-5.5/
H A DNEWS413 . Fixed bug #69472 (php_sys_readlink ignores misc errors from

Completed in 57 milliseconds