Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dlink.c140 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local
150 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION()
155 memcpy(dirname, source_p, sizeof(source_p)); in PHP_FUNCTION()
163 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
174 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
181 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION()
199 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local
207 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
212 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
223 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
[all …]

Completed in 4 milliseconds