Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsdiff.c379 lf_copy (struct line_filter *lf, lin lines, FILE *outfile) in lf_copy() function
973 lf_copy (left, llen, outfile); in edit()
977 lf_copy (right, rlen, outfile); in edit()
1017 lf_copy (left, llen, tmp); in edit()
1038 lf_copy (right, rlen, tmp); in edit()
1162 lf_copy (diff, lenmax, stdout); in interact()
1164 lf_copy (left, llen, outfile); in interact()
1169 lf_copy (diff, lenmax, stdout); in interact()
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog1928 (lf_copy, lf_skip, lf_snarf): Cast memchr to (char *)
1944 * sdiff.c (lf_copy, lf_skip, lf_snarf): Likewise.
2492 * sdiff.c (lf_copy, lf_snarf): Use memchr instead of index,