Searched defs:l_old_select_argv (Results 1 – 2 of 2) sorted by relevance
86 struct l_old_select_argv { struct87 l_int nfds;88 l_uintptr_t readfds;89 l_uintptr_t writefds;90 l_uintptr_t exceptfds;91 l_uintptr_t timeout;
93 struct l_old_select_argv { struct94 l_int nfds;95 l_fd_set *readfds;96 l_fd_set *writefds;97 l_fd_set *exceptfds;98 struct l_timeval *timeout;