Home
last modified time | relevance | path

Searched refs:lf_copy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/diff/src/
H A Dsdiff.c379 lf_copy (struct line_filter *lf, lin lines, FILE *outfile) in lf_copy() function
974 lf_copy (left, llen, outfile); in edit()
978 lf_copy (right, rlen, outfile); in edit()
1019 lf_copy (left, llen, tmp); in edit()
1041 lf_copy (right, rlen, tmp); in edit()
1163 lf_copy (diff, lenmax, stdout); in interact()
1165 lf_copy (left, llen, outfile); in interact()
1170 lf_copy (diff, lenmax, stdout); in interact()
/freebsd/contrib/diff/
H A DChangeLog2397 (lf_copy, lf_skip, lf_snarf): Cast memchr to (char *)
2413 * sdiff.c (lf_copy, lf_skip, lf_snarf): Likewise.
2961 * sdiff.c (lf_copy, lf_snarf): Use memchr instead of index,