Searched refs:read_diff (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | ChangeLog | 195 * diff3.c (read_diff): Fix memory leak. 373 * diff3.c (read_diff): Use cvs_temp_name () instead of tmpnam () so 480 * diff3.c (read_diff): Don't set my_callbacks.printf_output. 503 (read_diff): Preserve callbacks and outfile around call to 580 (read_diff): Use diff_run with a temporary output file,
|
H A D | diff3.c | 197 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
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff3.c | 185 static char *read_diff (char const *, char const *, char **); 959 diff_limit = read_diff (filea, fileb, &diff_contents); in process_diff() 1141 read_diff (char const *filea, in read_diff() function
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 27 * src/diff3.c (read_diff): Likewise. 345 (read_diff): Exit with status 126 if the file is not executable, 526 (read_diff): Have child exit with status 127 when program is not found, 701 * diff3.c (read_diff): Likewise. 955 (read_diff): Always use --horizon-lines=100 rather than trying 1443 (read_diff): Invoke diff with --inhibit-hunk-merge. 1576 * diff3.c (read_diff): Quote arguments with system_quote_arg. 1645 * diff3.c (read_diff): If STAT_BLOCKSIZE yields zero, 1680 (read_diff): Use SYSTEM_QUOTE_ARG. 1772 * diff3.c (read_diff): Use new waitpid substitute. [all …]
|