Lines Matching refs:stdinbufpos
862 size_t stdinbufpos = 0; in readwrite() local
890 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
905 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()
970 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) { in readwrite()
972 &stdinbufpos); in readwrite()
977 if (stdinbufpos > 0) in readwrite()
980 if (stdinbufpos == BUFSIZE) in readwrite()
984 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) { in readwrite()
986 &stdinbufpos, FreeBSD_crlf); in readwrite()
990 if (stdinbufpos == 0) in readwrite()
993 if (stdinbufpos < BUFSIZE) in readwrite()
1033 if (pfd[POLL_STDIN].fd == -1 && stdinbufpos == 0) { in readwrite()