Searched defs:readbuf (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/scripts/ |
H A D | shircbot.sh | 117 while serverbuf.readbuf line <&${fd} ; do 121 while clientbuf.readbuf line </dev/stdin ; do 233 function readbuf function
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | printmail.c | 48 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/lib/cfgadm_plugins/ac/common/ |
H A D | mema_test.c | 108 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/lib/libpkg/common/ |
H A D | dstream.c | 737 char readbuf[BLK_SIZE]; local 744 while ((amtread = read(ds_fd, readbuf, BLK_SIZE)) != 0) { 745 if (BIO_write(bio, readbuf, amtread) != amtread) {
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 180 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
|
Completed in 1854 milliseconds