Lines Matching refs:fromend
414 char *fromend; in do_scrub_chars() local
471 (from < fromend \ in do_scrub_chars()
476 fromend = from + fromlen, \ in do_scrub_chars()
506 fromend = from + saved_input_len; in do_scrub_chars()
514 fromend = from + fromlen; in do_scrub_chars()
518 (const unsigned char* ) fromend, in do_scrub_chars()
612 for (s = from; s < fromend; s++) in do_scrub_chars()
642 from = fromend = one_char_buf + 1; in do_scrub_chars()
1433 for (s = from; s < fromend; s++) in do_scrub_chars()
1528 if (fromend > from) in do_scrub_chars()
1531 saved_input_len = fromend - from; in do_scrub_chars()