Searched refs:init_buf (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Drun.c402 init_buf(&buf, &len, LINE_INCR);
432 init_buf(&buf, &bsize, LINE_INCR);
479 init_buf(&buf, &bsize, LINE_INCR);
516 init_buf(&buf, &bsize, LINE_INCR);
794 init_buf(&buf, &bufsize, LINE_INCR);
795 init_buf(&fmt, &fmtsize, LINE_INCR);
1751 init_buf(&buf, &bsize, LINE_INCR);
1819 init_buf(&buf, &bsize, LINE_INCR);
H A Dlib.c157 init_buf(&buf, &bufsize, LINE_INCR);
754 init_buf(uchar **optr, size_t *sizep, size_t amt) function
759 ERROR "out of space in init_buf" FATAL;
H A Dtran.c77 init_buf(&record, &record_size, LINE_INCR);
462 init_buf(&cbuf, &cbufsz, LINE_INCR);
H A Dawk.h289 extern void init_buf(uchar **, size_t *, size_t);
H A Db.c248 init_buf(&chars, &bsize, LINE_INCR);
742 init_buf(&cbuf, NULL, strlen((char *)prestr) * 2 + 1);
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c200 init_buf(buf_t *bp, int flags, size_t size) function
230 init_buf(bp, flags, size);
284 init_buf(&buf, (B_BUSY | B_WRITE), copysize);
H A Draid_ioctl.c737 init_buf(bp, B_READ | B_BUSY, iosize);
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h674 extern void init_buf(buf_t *bp, int flags, size_t size);

Completed in 81 milliseconds