Lines Matching defs:readfrom
916 fd_set readfrom;
929 (void) FD_ZERO(&readfrom);
931 FD_SET(pv[0], &readfrom);
933 FD_SET(pw[0], &readfrom);
934 FD_SET(f, &readfrom);
937 FD_SET(s, &readfrom);
949 ready = readfrom;
966 FD_CLR(pv[0], &readfrom);
976 FD_CLR(s, &readfrom);
988 FD_CLR(pw[0], &readfrom);
1001 FD_CLR(f, &readfrom);
1015 FD_CLR(f, &readfrom);
1023 } while ((port && FD_ISSET(s, &readfrom)) ||
1024 (port && FD_ISSET(pv[0], &readfrom)) ||
1025 (do_encrypt && FD_ISSET(f, &readfrom)) ||
1026 (do_encrypt && FD_ISSET(pw[0], &readfrom)));