Home
last modified time | relevance | path

Searched refs:stdinbufpos (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/netcat/
HDnetcat.c833 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()
[all …]
/freebsd-13-stable/crypto/openssh/regress/
HDnetcat.c790 size_t stdinbufpos = 0; in readwrite() local
817 && 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 …]