Searched refs:bufalloc (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c412 bufalloc(b, size) function
434 /* like bufalloc, except *B's old contents, if any, are preserved */
438 bufalloc(b, size);
508 bufalloc(b, strlen(s)+1);
636 bufalloc(&RCSb, dlen + rcslen + 1 + baselen + xlen + 1);
807 bufalloc(&rcsbuf, SIZEABLE_PATH + 1);
810 bufalloc(&rcsbuf, rcsbuf.size<<1);
834 bufalloc(&wdbuf, SIZEABLE_PATH + 1);
838 bufalloc(&wdbuf, wdbuf.size<<1);
864 bufalloc(
[all...]
H A Drcskeep.c305 bufalloc(target, 1);
363 bufalloc(&prevdate, strlen(d) + strlen(t) + 9);
H A Drcsedit.c877 bufalloc(&keyval, keylength+3);
1158 bufalloc(&leader, cs);
1261 bufalloc(&bigbuf, s<<1);
1516 bufalloc(bn,
H A Drcsgen.c395 bufalloc(&desc, 1);
H A Drcsbase.h510 void bufalloc P((struct buf*,size_t));
H A Drcsrev.c690 bufalloc(target, 1);
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c233 static size_t bufalloc; /* Allocated buffer size, counting slop. */ variable
277 bufalloc = ALIGN_TO (INITIAL_BUFSIZE, pagesize) + pagesize + 1;
278 buffer = xmalloc (bufalloc);
362 if (pagesize <= buffer + bufalloc - buflim)
375 for (newsize = bufalloc - pagesize - 1; newsize < minsize; newsize *= 2)
399 newbuf = bufalloc < newalloc ? xmalloc (bufalloc = newalloc) : buffer;
411 readsize = buffer + bufalloc - readbuf;
/freebsd-10-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c468 bufalloc(b,
/freebsd-10-stable/gnu/usr.bin/rcs/ci/
H A Dci.c1099 bufalloc(nnum, l+2);
1273 bufalloc(&logbuf, i + datesize + zonelenmax);

Completed in 178 milliseconds