Searched refs:working_path (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.c409 char *working_path; local
412 working_path = curl_easy_unescape(data, data->state.path, 0,
414 if(!working_path)
421 free(working_path);
424 if((working_path_len > 3) && (!memcmp(working_path, "/~/", 3)))
426 memcpy(real_path, working_path+3, 4 + working_path_len-3);
428 memcpy(real_path, working_path, 1 + working_path_len);
431 if((working_path_len > 1) && (working_path[1] == '~')) {
435 free(working_path);
444 memcpy(real_path+homelen+1, working_path
[all...]

Completed in 114 milliseconds