Home
last modified time | relevance | path

Searched refs:topath (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/standard/
H A Dlink.c121 char *topath, *frompath; in PHP_FUNCTION() local
130 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
142 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
165 ret = symlink(topath, source_p); in PHP_FUNCTION()
180 char *topath, *frompath; in PHP_FUNCTION() local
187 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION()
191 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
212 ret = link(topath, frompath); in PHP_FUNCTION()
H A Dlink_win32.c123 char *topath, *frompath; in PHP_FUNCTION() local
133 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &topath, &topath_len, &frompath, &frompath_len) =… in PHP_FUNCTION()
145 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
165 dstw = php_win32_ioutil_any_to_w(topath); in PHP_FUNCTION()
205 char *topath, *frompath; in PHP_FUNCTION() local
214 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &frompath, &frompath_len, &topath, &topath_len) =… in PHP_FUNCTION()
218 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
239 # define _TO_PATH topath in PHP_FUNCTION()

Completed in 8 milliseconds