Searched refs:fdmax (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzselect.c40 handle_digits(char *nam, char *argptr, fd_set *fdset, int *fdmax) argument
56 if (fd+1 > *fdmax)
57 *fdmax = fd+1;
68 int i, fd, fdsetind = 0, fdmax = 0, fdcount; local
165 &fdmax))
169 } else if (handle_digits(nam, argptr, fdset+fdsetind, &fdmax))
175 i = select(fdmax, (SELECT_ARG_2_T)fdset, (SELECT_ARG_2_T)(fdset+1),
195 for (fd = 0; fd < fdmax; fd++) {
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.c545 int fdmax = *out_fdmax; local
565 if (fdmax <= evt_sockfd)
566 fdmax = evt_sockfd + 1;
580 if (fdmax <= lb_sockfd)
581 fdmax = lb_sockfd + 1;
606 *out_fdmax = fdmax;
716 int i, child_sockfd, fdmax, err, hastimeout; local
729 fdmax = 0;
745 if (fdmax <= listen_sockfd)
746 fdmax
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c607 int fdmax = SHTTY;
617 if (fd > fdmax)
618 fdmax = fd;
631 selret = select(fdmax+1, (SELECT_ARG_2_T) & foofd,

Completed in 181 milliseconds