Lines Matching refs:stdinbufpos
833 size_t stdinbufpos = 0; in readwrite() local
861 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
876 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
941 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) { in readwrite()
943 &stdinbufpos); in readwrite()
948 if (stdinbufpos > 0) in readwrite()
951 if (stdinbufpos == BUFSIZE) in readwrite()
955 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) { in readwrite()
957 &stdinbufpos); in readwrite()
961 if (stdinbufpos == 0) in readwrite()
964 if (stdinbufpos < BUFSIZE) in readwrite()
1004 if (pfd[POLL_STDIN].fd == -1 && stdinbufpos == 0) { in readwrite()