Searched refs:stdinbufpos (Results 1 – 2 of 2) sorted by relevance
862 size_t stdinbufpos = 0; in readwrite() local890 && 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()[all …]
786 size_t stdinbufpos = 0; in readwrite() local813 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()824 && stdinbufpos == 0 && netinbufpos == 0) { in readwrite()884 if (pfd[POLL_STDIN].revents & POLLIN && stdinbufpos < BUFSIZE) { in readwrite()886 &stdinbufpos); in readwrite()891 if (stdinbufpos > 0) in readwrite()894 if (stdinbufpos == BUFSIZE) in readwrite()898 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) { in readwrite()900 &stdinbufpos); in readwrite()904 if (stdinbufpos == 0) in readwrite()[all …]