Searched refs:readbuf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.c108 error_print(char *writebuf, char *readbuf, mtest_handle_t handle, long pageno, argument
119 (readbuf[offset] != writebuf[offset]) &&
125 writebuf[offset], readbuf[offset]);
137 pbuf_t *readbuf; local
147 readbuf = (pbuf_t *)mtest_allocate_page_buf(handle);
148 if (patternbuf1 == NULL || patternbuf2 == NULL || readbuf == NULL) {
179 if (mtest_read(handle, (void *)readbuf, pageno, 0, 0, &errbuf)
198 if (memcmp((void *)patternbuf1, (void *)readbuf,
201 error_print((void *)patternbuf1, (void *)readbuf,
221 if (mtest_read(handle, (void *)readbuf, pagen
292 pbuf_t *readbuf; local
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dprintmail.c48 char readbuf[LSIZE]; /* holds user's response in interactive mode */ local
243 if (fgets(readbuf, sizeof (readbuf), stdin) == NULL) break;
244 resp = readbuf;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A DMakefile35 nfslog_trans.o nfslog_ipaddr.o readbuf.o dbtab.o \
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshircbot.sh117 while serverbuf.readbuf line <&${fd} ; do
121 while clientbuf.readbuf line </dev/stdin ; do
233 function readbuf function
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c180 static int readbuf(wchar_t **, int, COLP);
980 (void) readbuf(&Bufptr, i, p++);
1010 lines = readbuf(&s, 0, 0);
1020 (void) readbuf(&s, l, p++);
1030 readbuf(wchar_t **s, int lincol, COLP p) function
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c737 char readbuf[BLK_SIZE]; local
744 while ((amtread = read(ds_fd, readbuf, BLK_SIZE)) != 0) {
745 if (BIO_write(bio, readbuf, amtread) != amtread) {

Completed in 75 milliseconds