Home
last modified time | relevance | path

Searched defs:FD_SET (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/sys/
H A Dselect.h83 #define FD_SET(n, p) __fd_set((n), (p)) macro
/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h163 #define FD_SET(n,p) PERL_FD_SET(n,p) macro
/openbsd/gnu/usr.bin/perl/
H A DXSUB.h667 # define FD_SET(n,p) PERL_FD_SET(n,p) macro