Searched refs:nfbuf (Results 1 – 2 of 2) sorted by relevance
1548 Char **nfbuf; in balloc() local1551 nfbuf = xcalloc(fblocks + 2, sizeof(Char **)); in balloc()1553 (void) blkcpy(nfbuf, fbuf); in balloc()1556 fbuf = nfbuf; in balloc()
1684 Char** nfbuf = fbuf; in st_restore() local1690 xfree(nfbuf[i]); in st_restore()1691 xfree(nfbuf); in st_restore()