Searched refs:rcsbuf (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.c | 343 struct rcsbuffer rcsbuf; in RCS_parsercsfile_i() local 359 rcsbuf_open (&rcsbuf, fp, rcsfile, 0); in RCS_parsercsfile_i() 361 if (! rcsbuf_getkey (&rcsbuf, &key, &value)) in RCS_parsercsfile_i() 367 rdata->head = rcsbuf_valcopy (&rcsbuf, value, 0, NULL); in RCS_parsercsfile_i() 369 if (! rcsbuf_getkey (&rcsbuf, &key, &value)) in RCS_parsercsfile_i() 378 rdata->branch = rcsbuf_valcopy (&rcsbuf, value, 0, NULL); in RCS_parsercsfile_i() 395 rdata->expand = rcsbuf_valcopy (&rcsbuf, value, 0, NULL); in RCS_parsercsfile_i() 409 if (! rcsbuf_getkey (&rcsbuf, &key, &value)) in RCS_parsercsfile_i() 415 rcsbuf_cache (rdata, &rcsbuf); in RCS_parsercsfile_i() 422 rcsbuf_close (&rcsbuf); in RCS_parsercsfile_i() [all …]
|
H A D | ChangeLog | 8590 (rcsbuf_cache_open): Add FIXME comment wrt read-only mmaps and rcsbuf 10329 * rcs.c (rcsbuf_valword): Set rcsbuf->vlen to keep rcsbuf_valcopy() 10357 pointer into rcsbuf (fixes memory leaks). Use rcsbuf_getkey to 13561 (many functions): Change to use new rcsbuf functions instead of 13564 (RCS_deltas): Add rcsbuf parameter. Change all callers. 13565 (getdelta): Change fp parameter to rcsbuf parameter. Change all 13567 (RCS_getdeltatext): Add rcsbuf parameter. Change all callers.
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsfnms.c | 813 static struct buf rcsbuf; in getfullRCSname() local 815 bufalloc(&rcsbuf, SIZEABLE_PATH + 1); in getfullRCSname() 816 while (getabsname(RCSname, rcsbuf.string, rcsbuf.size) != 0) in getfullRCSname() 818 bufalloc(&rcsbuf, rcsbuf.size<<1); in getfullRCSname() 872 bufalloc(&rcsbuf, dlen + strlen(r) + 2); in getfullRCSname() 873 d = rcsbuf.string; in getfullRCSname() 879 return rcsbuf.string; in getfullRCSname()
|