Searched refs:truncate_pos (Results 1 – 2 of 2) sorted by relevance
65 const size_t truncate_pos);260 SANITIZEcode truncate_dryrun(const char *path, const size_t truncate_pos) in truncate_dryrun() argument269 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()
44 SANITIZEcode truncate_dryrun(const char *path, const size_t truncate_pos);