Home
last modified time | relevance | path

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

/trueos/gnu/usr.bin/rcs/lib/
HDrcsfnms.c412 bufalloc(b, size) in bufalloc() function
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); in getfullRCSname()
810 bufalloc(&rcsbuf, rcsbuf.size<<1); in getfullRCSname()
834 bufalloc(&wdbuf, SIZEABLE_PATH + 1); in getfullRCSname()
838 bufalloc(&wdbuf, wdbuf.size<<1); in getfullRCSname()
864 bufalloc(&rcsbuf, dlen + strlen(r) + 2); in getfullRCSname()
HDrcskeep.c305 bufalloc(target, 1);
363 bufalloc(&prevdate, strlen(d) + strlen(t) + 9);
HDrcsedit.c877 bufalloc(&keyval, keylength+3);
1158 bufalloc(&leader, cs);
1261 bufalloc(&bigbuf, s<<1);
1516 bufalloc(bn,
HDrcsgen.c395 bufalloc(&desc, 1);
HDrcsrev.c690 bufalloc(target, 1);
HDrcsbase.h510 void bufalloc P((struct buf*,size_t));
/trueos/gnu/usr.bin/grep/
HDgrep.c233 static size_t bufalloc; /* Allocated buffer size, counting slop. */ variable
277 bufalloc = ALIGN_TO (INITIAL_BUFSIZE, pagesize) + pagesize + 1; in reset()
278 buffer = xmalloc (bufalloc); in reset()
362 if (pagesize <= buffer + bufalloc - buflim) in fillbuf()
375 for (newsize = bufalloc - pagesize - 1; newsize < minsize; newsize *= 2) in fillbuf()
399 newbuf = bufalloc < newalloc ? xmalloc (bufalloc = newalloc) : buffer; in fillbuf()
411 readsize = buffer + bufalloc - readbuf; in fillbuf()
HDChangeLog1277 be bufalloc / PREFERRED_SAVE_FACTOR. This avoids problems when
1278 bufsalloc == bufalloc (possible after reading a large binary file).
/trueos/gnu/usr.bin/rcs/rcsdiff/
HDrcsdiff.c468 bufalloc(b,
/trueos/gnu/usr.bin/rcs/ci/
HDci.c1099 bufalloc(nnum, l+2);
1273 bufalloc(&logbuf, i + datesize + zonelenmax); in getlogmsg()