Searched refs:allocbuf (Results 1 – 1 of 1) sorted by relevance
271 BUF *allocbuf(BUF *, int, int);660 if ((bp = allocbuf(&buffer, fd, 2048)) == NULL) { in source()996 if ((bp = allocbuf(&buffer, ofd, 4096)) == NULL) {1221 allocbuf(BUF *bp, int fd, int blksize) function