Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/awk/
H A Drun.c402 init_buf(&buf, &len, LINE_INCR); in getaline()
432 init_buf(&buf, &bsize, LINE_INCR); in array()
479 init_buf(&buf, &bsize, LINE_INCR); in delete()
516 init_buf(&buf, &bsize, LINE_INCR); in intest()
794 init_buf(&buf, &bufsize, LINE_INCR); in format()
795 init_buf(&fmt, &fmtsize, LINE_INCR); in format()
1751 init_buf(&buf, &bsize, LINE_INCR); in sub()
1819 init_buf(&buf, &bsize, LINE_INCR); in gsub()
H A Dtran.c77 init_buf(&record, &record_size, LINE_INCR); in syminit()
462 init_buf(&cbuf, &cbufsz, LINE_INCR); in qstring()
H A Dlib.c157 init_buf(&buf, &bufsize, LINE_INCR); in readrec()
754 init_buf(uchar **optr, size_t *sizep, size_t amt) in init_buf() function
H A Db.c248 init_buf(&chars, &bsize, LINE_INCR); in cclenter()
742 init_buf(&cbuf, NULL, strlen((char *)prestr) * 2 + 1); in relex()
H A Dawk.h289 extern void init_buf(uchar **, size_t *, size_t);
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c200 init_buf(buf_t *bp, int flags, size_t size) in init_buf() function
230 init_buf(bp, flags, size); in reset_buf()
284 init_buf(&buf, (B_BUSY | B_WRITE), copysize); in init_pw_area()
H A Draid_ioctl.c737 init_buf(bp, B_READ | B_BUSY, iosize); in regen_unit()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h674 extern void init_buf(buf_t *bp, int flags, size_t size);