Lines Matching refs:stdinbufpos
776 size_t stdinbufpos = 0; in readwrite() local
803 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
814 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
874 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) { in readwrite()
876 &stdinbufpos); in readwrite()
881 if (stdinbufpos > 0) in readwrite()
884 if (stdinbufpos == BUFSIZE) in readwrite()
888 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) { in readwrite()
890 &stdinbufpos); in readwrite()
894 if (stdinbufpos == 0) in readwrite()
897 if (stdinbufpos < BUFSIZE) in readwrite()
937 if (pfd[POLL_STDIN].fd == -1 && stdinbufpos == 0) { in readwrite()