Lines Matching refs:stdinbufpos
790 size_t stdinbufpos = 0; in readwrite() local
817 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
828 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
888 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) { in readwrite()
890 &stdinbufpos); in readwrite()
895 if (stdinbufpos > 0) in readwrite()
898 if (stdinbufpos == BUFSIZE) in readwrite()
902 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) { in readwrite()
904 &stdinbufpos); in readwrite()
908 if (stdinbufpos == 0) in readwrite()
911 if (stdinbufpos < BUFSIZE) in readwrite()
951 if (pfd[POLL_STDIN].fd == -1 && stdinbufpos == 0) { in readwrite()