Searched refs:nto (Results 1 - 1 of 1) sorted by relevance
/httpd/support/ |
H A D | firehose.c | 234 char *nfrom, *nto, *from, *to; local 246 status = apr_filepath_merge(&nto, file->directory, to, 250 if (APR_SUCCESS != (status = apr_file_rename(nfrom, nto, pool))) { 254 nfrom, nto, &status);
|
Completed in 1271 milliseconds