Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/diff/
H A DChangeLog17 * diff3.c (read_diff): If STAT_BLOCKSIZE yields zero,
52 (read_diff): Use SYSTEM_QUOTE_ARG.
144 * diff3.c (read_diff): Use new waitpid substitute.
181 * diff3.c (read_diff), sdiff.c (cleanup, main, waitpid),
265 (read_diff): Detect integer overflow in buffer size calculations.
502 (read_diff): pid is of type pid_t, not int. Use waitpid if available.
628 * diff3.c (main, process_diff, read_diff): Invoke second diff
1241 * diff3.c (read_diff): Don't assume things about the order of
1339 (read_diff): Return address of end, not size read. Calls changed.
1433 * diff3.c (read_diff): Pass -- as first arg to diff.
[all …]
H A Ddiff3.c181 static char *read_diff PARAMS((char const *, char const *, char **));
950 diff_limit = read_diff (filea, fileb, &diff_contents);
1130 read_diff (filea, fileb, output_placement) in read_diff() function