Lines Matching full:with_len
467 size_t len, with_len, what_len;470 with_len = strlen(with);477 len += with_len - what_len;490 (void)strncpy(r, with, with_len);491 r += with_len;