Searched refs:init_buf (Results 1 – 8 of 8) sorted by relevance
| /titanic_41/usr/src/cmd/awk/ |
| H A D | run.c | 402 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 D | tran.c | 77 init_buf(&record, &record_size, LINE_INCR); in syminit() 462 init_buf(&cbuf, &cbufsz, LINE_INCR); in qstring()
|
| H A D | lib.c | 157 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 D | b.c | 248 init_buf(&chars, &bsize, LINE_INCR); in cclenter() 742 init_buf(&cbuf, NULL, strlen((char *)prestr) * 2 + 1); in relex()
|
| H A D | awk.h | 289 extern void init_buf(uchar **, size_t *, size_t);
|
| /titanic_41/usr/src/uts/common/io/lvm/raid/ |
| H A D | raid_resync.c | 200 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 D | raid_ioctl.c | 737 init_buf(bp, B_READ | B_BUSY, iosize); in regen_unit()
|
| /titanic_41/usr/src/uts/common/sys/lvm/ |
| H A D | md_raid.h | 674 extern void init_buf(buf_t *bp, int flags, size_t size);
|