Home
last modified time | relevance | path

Searched refs:diffbuf (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.bin/rcs/
H A Ddiff.h122 extern BUF *diffbuf;
H A Ddiff.c238 BUF *diffbuf = NULL; variable
316 diffbuf = out; in diffreg()
1383 if (diffbuf != NULL) in diff_output()
1384 buf_append(diffbuf, str, strlen(str)); in diff_output()
H A Ddiff3.c212 diffbuf = diffb; in merge_diff3()
328 diffbuf = diffb; in rcs_diff3()
/openbsd-src/usr.bin/cvs/
H A Ddiff.h114 extern BUF *diffbuf;
H A Ddiff_internals.c241 BUF *diffbuf = NULL; variable
322 diffbuf = out; in diffreg()
1456 if (diffbuf != NULL) in diff_output()
1457 buf_puts(diffbuf, str); in diff_output()
H A Ddiff3.c203 diffbuf = diffb; in cvs_merge_file()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Drcs.c6358 char *diffbuf; local
6386 diffbuf = NULL;
6388 get_file (afterfile, afterfile, "r", &diffbuf, &bufsize, &len);
6422 diffbuf = NULL;
6424 get_file (outfile, outfile, "r", &diffbuf, &bufsize, &len);
6436 revp->text->text = diffbuf;
6843 apply_rcs_changes (lines, diffbuf, difflen, name, addvers, delvers) in apply_rcs_changes() argument
6845 const char *diffbuf;
6869 for (p = diffbuf; p != NULL && p < diffbuf + difflen; )
6907 else if (q == diffbuf + difflen)
[all …]