Searched refs:stdinbufpos (Results 1 – 1 of 1) sorted by relevance
776 size_t stdinbufpos = 0; in readwrite() local803 && 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()[all …]