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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dfile.c192 char *real_path; local
200 real_path = curl_easy_unescape(data, data->state.path, 0, NULL);
201 if(!real_path)
219 actual_path = real_path;
235 fd = open_readonly(real_path, O_RDONLY);
236 file->path = real_path;
238 file->freepath = real_path; /* free this when done */
H A Dssh.c408 char *real_path = NULL; local
419 real_path = malloc(working_path_len+1);
420 if(real_path == NULL) {
426 memcpy(real_path, working_path+3, 4 + working_path_len-3);
428 memcpy(real_path, working_path, 1 + working_path_len);
433 real_path = malloc(homelen + working_path_len + 1);
434 if(real_path == NULL) {
440 memcpy(real_path, homedir, homelen);
441 real_path[homelen] = '/';
442 real_path[homele
[all...]
/macosx-10.10/ruby-106/ruby/nacl/
H A Dpepper_main.c826 const char *real_path; local

Completed in 128 milliseconds