Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c7097 size_t difflen, const char *name, RCSVers *addvers, in apply_rcs_changes() argument
7119 for (p = diffbuf; p != NULL && p < diffbuf + difflen; ) in apply_rcs_changes()
7157 else if (q == diffbuf + difflen) in apply_rcs_changes()
7229 const char *diffbuf, size_t difflen, char **retbuf, in rcs_change_text() argument
7243 if (! apply_rcs_changes (&lines, diffbuf, difflen, name, NULL, NULL)) in rcs_change_text()