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