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

/freebsd-current/contrib/diff/src/
H A Dsdiff.c380 lf_copy (struct line_filter *lf, lin lines, FILE *outfile)
978 lf_copy (left, llen, outfile);
982 lf_copy (right, rlen, outfile);
1023 lf_copy (left, llen, tmp);
1045 lf_copy (right, rlen, tmp);
1168 lf_copy (diff, lenmax, stdout);
1170 lf_copy (left, llen, outfile);
1175 lf_copy (diff, lenmax, stdout);
379 lf_copy (struct line_filter *lf, lin lines, FILE *outfile) function

Completed in 109 milliseconds