Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operhlp.c89 const char *filep = strrchr(filename, '/'); in add_file_name_to_url() local
90 char *file2 = strrchr(filep?filep:filename, '\\'); in add_file_name_to_url()
94 filep = file2 + 1; in add_file_name_to_url()
95 else if(filep) in add_file_name_to_url()
96 filep++; in add_file_name_to_url()
98 filep = filename; in add_file_name_to_url()
101 encfile = curl_easy_escape(curl, filep, 0 /* use strlen */); in add_file_name_to_url()
/external/elfutils/libdwfl/
DChangeLog910 (__libdwfl_module_getsym): ... here. Add parameter filep. Set it.