Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_doswin.c65 const size_t truncate_pos);
260 SANITIZEcode truncate_dryrun(const char *path, const size_t truncate_pos) in truncate_dryrun() argument
269 if(truncate_pos > len) in truncate_dryrun()
272 if(!len || !truncate_pos) in truncate_dryrun()
275 if(strpbrk(&path[truncate_pos - 1], "\\/:")) in truncate_dryrun()
279 if(truncate_pos > 1) { in truncate_dryrun()
280 const char *p = &path[truncate_pos - 1]; in truncate_dryrun()
Dtool_doswin.h44 SANITIZEcode truncate_dryrun(const char *path, const size_t truncate_pos);