Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/diff/
H A DChangeLog70 * diff3.c (read_diff): Use cvs_temp_name () instead of tmpnam () so
177 * diff3.c (read_diff): Don't set my_callbacks.printf_output.
200 (read_diff): Preserve callbacks and outfile around call to
277 (read_diff): Use diff_run with a temporary output file,
H A Ddiff3.c197 static char *read_diff PARAMS((char const *, char const *, char **));
1087 diff_limit = read_diff (filea, fileb, diff_contents);
1268 read_diff (filea, fileb, output_placement) in read_diff() function