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

/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c134 * The ZLOGIN_BUFSIZ is larger than PIPE_BUF so we can be sure we're clearing
136 * than ZLOGIN_BUFSIZ (because we share the buffer in doio). This value is
143 #define ZLOGIN_BUFSIZ 8192 macro
612 char ibuf[ZLOGIN_BUFSIZ];
668 char obuf[ZLOGIN_BUFSIZ];
670 if ((ln = read(infd, obuf, ZLOGIN_BUFSIZ)) > 0)
765 char ibuf[ZLOGIN_BUFSIZ];
767 cc = read(in_fd, ibuf, ZLOGIN_BUFSIZ);
816 char ibuf[ZLOGIN_BUFSIZ];
959 if ((cc = read(stdout_fd, ibuf, ZLOGIN_BUFSIZ)) >
[all...]

Completed in 60 milliseconds