Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operhlp.c90 const char *filep = strrchr(filename, '/'); in add_file_name_to_url() local
91 char *file2 = strrchr(filep?filep:filename, '\\'); in add_file_name_to_url()
95 filep = file2 + 1; in add_file_name_to_url()
96 else if(filep) in add_file_name_to_url()
97 filep++; in add_file_name_to_url()
99 filep = filename; in add_file_name_to_url()
102 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.