Lines Matching defs:end
275 const unsigned char *s1, *s2, *end;313 end = s2;314 end += strlen(footer);315 if (*end == ' ') {316 end++;318 if (*end == '\r') {319 end++;321 if (*end == '\n') {322 end++;324 *use_len = (size_t) (end - data);