Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Dimport.c39 static char *vbranch; variable
79 vbranch = xstrdup (CVSBRANCH);
111 free (vbranch);
112 vbranch = xstrdup (optarg);
201 for (cp = vbranch; *cp != '\0'; cp++)
203 error (1, 0, "%s is not a numeric branch", vbranch);
204 if (numdots (vbranch) != 2)
205 error (1, 0, "Only branches with two dots are supported: %s", vbranch);
206 vhead = xstrdup (vbranch);
244 if (vbranch[0] != '\0')
[all …]
DChangeLog-971952 variables vbranch, vhead, and logfp.
2719 * import.c: Allocate vhead and vbranch dynamically; removes