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