Searched refs:toend (Results 1 – 1 of 1) sorted by relevance
359 char *toend = tostart + tolen; in do_scrub_chars() local445 if (to >= toend) \ in do_scrub_chars()563 if (len > toend - to) in do_scrub_chars()564 len = toend - to; in do_scrub_chars()570 if (to >= toend) in do_scrub_chars()910 if (to + 1 < toend) in do_scrub_chars()1369 if (to + 1 < toend in do_scrub_chars()1397 if (len > (toend - to) - 1) in do_scrub_chars()1398 len = (toend - to) - 1; in do_scrub_chars()1406 if (to >= toend) in do_scrub_chars()[all …]