Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_doswin.c90 const size_t truncate_pos);
285 SANITIZEcode truncate_dryrun(const char *path, const size_t truncate_pos) in truncate_dryrun() argument
294 if(truncate_pos > len) in truncate_dryrun()
297 if(!len || !truncate_pos) in truncate_dryrun()
300 if(strpbrk(&path[truncate_pos - 1], "\\/:")) in truncate_dryrun()
304 if(truncate_pos > 1) { in truncate_dryrun()
305 const char *p = &path[truncate_pos - 1]; in truncate_dryrun()
Dtool_doswin.h44 SANITIZEcode truncate_dryrun(const char *path, const size_t truncate_pos);