Home
last modified time | relevance | path

Searched refs:handle_wfds (Results 1 – 25 of 37) sorted by relevance

12

/dports/sysutils/metalog/metalog-3/gnulib/lib/
H A Dselect.c249 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
333 FD_ZERO (&handle_wfds); in rpl_select()
365 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
399 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
404 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
432 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
461 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
485 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
537 if (FD_ISSET (s, &handle_wfds)) in rpl_select()
/dports/lang/guile2/guile-2.2.7/lib/
H A Dselect.c251 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
336 FD_ZERO (&handle_wfds); in rpl_select()
368 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
406 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
411 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
449 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
487 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
513 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dselect.c271 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
356 FD_ZERO (&handle_wfds); in rpl_select()
388 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
426 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
431 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
469 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
507 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
533 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/libgsasl/gsasl-1.10.0/lib/gltests/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/libgsasl/gsasl-1.10.0/gl/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/lang/guile/guile-3.0.7/lib/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/dns/libidn/libidn-1.35/gltests/
H A Dselect.c255 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
340 FD_ZERO (&handle_wfds); in rpl_select()
372 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
410 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
415 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
453 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
491 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
517 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/math/pspp/pspp-1.4.1/gl/
H A Dselect.c271 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
356 FD_ZERO (&handle_wfds); in rpl_select()
388 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
426 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
431 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
469 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
507 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
533 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/libprelude/libprelude-1.2.6/libmissing/
H A Dselect.c251 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
336 FD_ZERO (&handle_wfds); in rpl_select()
368 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
406 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
411 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
449 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
487 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
513 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/devel/m4/m4-1.4.19/tests/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dselect.c249 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
333 FD_ZERO (&handle_wfds); in rpl_select()
365 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
399 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
404 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
432 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
461 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
485 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/shishi/shishi-1.0.2/gl/
H A Dselect.c249 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
333 FD_ZERO (&handle_wfds); in rpl_select()
365 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
399 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
404 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
432 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
461 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
485 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dselect.c259 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
344 FD_ZERO (&handle_wfds); in rpl_select()
376 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
414 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
419 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
457 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
495 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
521 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/gnutls/gnutls-3.6.16/src/gl/
H A Dselect.c259 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
344 FD_ZERO (&handle_wfds); in rpl_select()
376 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
414 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
419 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
457 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
495 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
521 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/gnutls/gnutls-3.6.16/gl/tests/
H A Dselect.c259 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
344 FD_ZERO (&handle_wfds); in rpl_select()
376 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
414 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
419 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
457 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
495 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
521 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/gsasl/gsasl-1.10.0/gl/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/security/gsasl/gsasl-1.10.0/lib/gltests/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/math/octave/octave-6.4.0/libgnu/
H A Dselect.c274 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
359 FD_ZERO (&handle_wfds); in rpl_select()
391 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
434 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
510 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
536 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dselect.c271 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
356 FD_ZERO (&handle_wfds); in rpl_select()
388 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
426 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
431 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
469 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
507 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
533 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/math/octave-forge-parallel/parallel-4.0.1/src/gl/
H A Dselect.c259 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
344 FD_ZERO (&handle_wfds); in rpl_select()
376 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
414 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
419 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
457 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
495 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
521 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dselect.c271 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
356 FD_ZERO (&handle_wfds); in rpl_select()
388 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
426 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
431 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
469 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
507 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
533 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/gllib/
H A Dselect.c255 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
340 FD_ZERO (&handle_wfds); in rpl_select()
372 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
410 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
415 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
453 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
491 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
517 if (FD_ISSET (h, &handle_wfds)) in rpl_select()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dselect.c271 fd_set handle_rfds, handle_wfds, handle_xfds; in rpl_select() local
356 FD_ZERO (&handle_wfds); in rpl_select()
388 FD_SET ((SOCKET) h, &handle_wfds); in rpl_select()
426 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
431 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
469 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); in rpl_select()
507 memcpy (&handle_wfds, wfds, sizeof (fd_set)); in rpl_select()
533 if (FD_ISSET (h, &handle_wfds)) in rpl_select()

12