Searched refs:diffbuf (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.bin/rcs/ |
| H A D | diff.h | 122 extern BUF *diffbuf;
|
| H A D | diff.c | 238 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 D | diff3.c | 212 diffbuf = diffb; in merge_diff3() 328 diffbuf = diffb; in rcs_diff3()
|
| /openbsd-src/usr.bin/cvs/ |
| H A D | diff.h | 114 extern BUF *diffbuf;
|
| H A D | diff_internals.c | 241 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 D | diff3.c | 203 diffbuf = diffb; in cvs_merge_file()
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | rcs.c | 6358 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 …]
|