Searched refs:diffbuf (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | rcs.c | 6569 char *diffbuf; in RCS_delete_revs() local 6597 diffbuf = NULL; in RCS_delete_revs() 6599 get_file (afterfile, afterfile, "r", &diffbuf, &bufsize, &len); in RCS_delete_revs() 6642 diffbuf = NULL; in RCS_delete_revs() 6644 get_file (outfile, outfile, "r", &diffbuf, &bufsize, &len); in RCS_delete_revs() 6656 revp->text->text = diffbuf; in RCS_delete_revs() 7051 apply_rcs_changes (struct linevector *lines, const char *diffbuf, in apply_rcs_changes() argument 7074 for (p = diffbuf; p != NULL && p < diffbuf + difflen; ) in apply_rcs_changes() 7112 else if (q == diffbuf + difflen) in apply_rcs_changes() 7184 const char *diffbuf, size_t difflen, char **retbuf, in rcs_change_text() argument [all …]
|