Home
last modified time | relevance | path

Searched refs:FD_COPY (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-bottom-half/headers/public/
H A D__fd_set.h59 static __inline void FD_COPY(const fd_set *__restrict __from, in FD_COPY() function
70 #define FD_COPY(from, to) (FD_COPY((from), (to))) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A D__fd_set.h59 static __inline void FD_COPY(const fd_set *__restrict __from, in FD_COPY() function
70 #define FD_COPY(from, to) (FD_COPY((from), (to))) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A D__fd_set.h59 static __inline void FD_COPY(const fd_set *__restrict __from, in FD_COPY() function
70 #define FD_COPY(from, to) (FD_COPY((from), (to))) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/headers/public/
H A D__fd_set.h59 static __inline void FD_COPY(const fd_set *__restrict __from, in FD_COPY() function
70 #define FD_COPY(from, to) (FD_COPY((from), (to))) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/_types/
H A D_fd_copy.h28 #ifndef FD_COPY
29 #define FD_COPY(f, t) __DARWIN_FD_COPY(f, t) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/_types/
H A D_fd_copy.h28 #ifndef FD_COPY
29 #define FD_COPY(f, t) __DARWIN_FD_COPY(f, t) macro
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/posix/
H A Dmegasys.h118 #ifndef FD_COPY
119 #define FD_COPY(s, d) ( memcpy(( d ), ( s ), sizeof( fd_set ))) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dfd_set.h96 #define FD_COPY(f, t) (void)__builtin_memcpy((t), (f), sizeof(*(f))) macro
98 #define FD_COPY(f, t) do { \ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/sys/
H A Dfd_set.h95 #define FD_COPY(f, t) (void)__builtin_memcpy((t), (f), sizeof(*(f))) macro
97 #define FD_COPY(f, t) do { \ macro
/dports/lang/tcl86/tcl8.6.12/macosx/
H A DtclMacOSXNotify.c1379 FD_COPY(&tsdPtr->readyMasks.readable, &readyMasks.readable); in QueueFileEvents()
1380 FD_COPY(&tsdPtr->readyMasks.writable, &readyMasks.writable); in QueueFileEvents()
1381 FD_COPY(&tsdPtr->readyMasks.exceptional, &readyMasks.exceptional); in QueueFileEvents()
1881 FD_COPY(&tsdPtr->checkMasks.readable, &checkMasks.readable); in NotifierThreadProc()
1882 FD_COPY(&tsdPtr->checkMasks.writable, &checkMasks.writable); in NotifierThreadProc()
1883 FD_COPY(&tsdPtr->checkMasks.exceptional, &checkMasks.exceptional); in NotifierThreadProc()
1919 FD_COPY(&readyMasks.readable, &tsdPtr->readyMasks.readable); in NotifierThreadProc()
1920 FD_COPY(&readyMasks.writable, &tsdPtr->readyMasks.writable); in NotifierThreadProc()
1921 FD_COPY(&readyMasks.exceptional, in NotifierThreadProc()
/dports/lang/tcl87/tcl8.7a5/macosx/
H A DtclMacOSXNotify.c1428 FD_COPY(&tsdPtr->readyMasks.readable, &readyMasks.readable); in QueueFileEvents()
1429 FD_COPY(&tsdPtr->readyMasks.writable, &readyMasks.writable); in QueueFileEvents()
1430 FD_COPY(&tsdPtr->readyMasks.exceptional, &readyMasks.exceptional); in QueueFileEvents()
1931 FD_COPY(&tsdPtr->checkMasks.readable, &checkMasks.readable); in NotifierThreadProc()
1932 FD_COPY(&tsdPtr->checkMasks.writable, &checkMasks.writable); in NotifierThreadProc()
1933 FD_COPY(&tsdPtr->checkMasks.exceptional, &checkMasks.exceptional); in NotifierThreadProc()
1969 FD_COPY(&readyMasks.readable, &tsdPtr->readyMasks.readable); in NotifierThreadProc()
1970 FD_COPY(&readyMasks.writable, &tsdPtr->readyMasks.writable); in NotifierThreadProc()
1971 FD_COPY(&readyMasks.exceptional, in NotifierThreadProc()
/dports/lang/tcl85/tcl8.5.19/macosx/
H A DtclMacOSXNotify.c1287 FD_COPY(&(tsdPtr->readyMasks.readable), &readyMasks.readable); in QueueFileEvents()
1288 FD_COPY(&(tsdPtr->readyMasks.writable), &readyMasks.writable); in QueueFileEvents()
1289 FD_COPY(&(tsdPtr->readyMasks.exceptional), &readyMasks.exceptional); in QueueFileEvents()
1798 FD_COPY(&(tsdPtr->checkMasks.readable), &checkMasks.readable); in NotifierThreadProc()
1799 FD_COPY(&(tsdPtr->checkMasks.writable), &checkMasks.writable); in NotifierThreadProc()
1800 FD_COPY(&(tsdPtr->checkMasks.exceptional), &checkMasks.exceptional); in NotifierThreadProc()
1836 FD_COPY(&readyMasks.readable, &(tsdPtr->readyMasks.readable)); in NotifierThreadProc()
1837 FD_COPY(&readyMasks.writable, &(tsdPtr->readyMasks.writable)); in NotifierThreadProc()
1838 FD_COPY(&readyMasks.exceptional, &(tsdPtr->readyMasks.exceptional)); in NotifierThreadProc()
/dports/audio/pianod2/pianod2-329/src/libfootball/
H A Dfb_socketmgr.c36 #ifndef FD_COPY
37 #define FD_COPY(from,to) memmove(to, from, sizeof(*(from))) macro
479 FD_COPY(&select_state[i], &last_state [i]); in fb_poll_for()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/port/
H A Dport_base.h96 #define FD_COPY(f, t) (void)(*(t) = *(f)) macro
/dports/ftp/smbftpd/smbftpd-2.4/
H A Dmain.c27 #define FD_COPY(f, t) (void)(*(t) = *(f)) macro
360 FD_COPY(&defreadfds, &readfds); in main()
H A Dconfigure145 FD_COPY(&a, &b);
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Diface_mgr.cc36 #ifndef FD_COPY
37 #define FD_COPY(orig, copy) \ macro
1674 FD_COPY(&sockets, &rd_set); in receiveDHCP4Packets()
1748 FD_COPY(&sockets, &rd_set); in receiveDHCP6Packets()
/dports/net/rsync/rsync-3.2.3/
H A Dsocket.c578 #ifdef FD_COPY in start_accept_loop()
579 FD_COPY(&deffds, &fds); in start_accept_loop()
/dports/net/Sockets/Sockets-2.3.9.9/
H A DSocketHandler.cpp1223 FD_COPY(&m_rfds, &rfds); in ISocketHandler_Select()
1224 FD_COPY(&m_wfds, &wfds); in ISocketHandler_Select()
1225 FD_COPY(&m_efds, &efds); in ISocketHandler_Select()
/dports/security/vpnc/vpnc-0.5.3/
H A Dtunip.c97 #ifndef FD_COPY
98 #define FD_COPY(f, t) ((void)memcpy((t), (f), sizeof(*(f)))) macro
850 FD_COPY(&rfds, &refds); in vpnc_main_loop()
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Damanda.h357 #ifndef FD_COPY
358 # define FD_COPY(p, q) memcpy((q), (p), SIZEOF(*(p))) macro
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Damanda.h357 #ifndef FD_COPY
358 # define FD_COPY(p, q) memcpy((q), (p), SIZEOF(*(p))) macro
/dports/benchmarks/nttcp/nttcp-1.47/
H A Dnttcp.c111 #ifndef FD_COPY
112 #define FD_COPY(src,dst) memcpy(dst, src, sizeof(*(dst))) macro
422 FD_COPY(&ReadMask, &TestMask); in FetchRemoteMsg()
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h860 #ifdef FD_COPY
861 #undef FD_COPY
864 #define FD_COPY(dst, src) \ macro
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcnet.h1122 #define FD_COPY(f, t) bcopy(f, t, sizeof(*(f))) macro

12