Searched refs:ZLOGIN_BUFSIZ (Results 1 – 1 of 1) sorted by relevance
145 #define ZLOGIN_BUFSIZ 8192 macro614 char ibuf[ZLOGIN_BUFSIZ]; in process_user_input()669 char obuf[ZLOGIN_BUFSIZ]; in process_user_input()671 if ((ln = read(infd, obuf, ZLOGIN_BUFSIZ)) > 0) in process_user_input()766 char ibuf[ZLOGIN_BUFSIZ]; in process_output()768 cc = read(in_fd, ibuf, ZLOGIN_BUFSIZ); in process_output()817 char ibuf[ZLOGIN_BUFSIZ]; in doio()960 if ((cc = read(stdout_fd, ibuf, ZLOGIN_BUFSIZ)) > 0) { in doio()967 if ((cc = read(stderr_fd, ibuf, ZLOGIN_BUFSIZ)) > 0) { in doio()