Searched refs:Pollp (Results 1 – 4 of 4) sorted by relevance
386 free(Pollp); in re_read()390 Pollp = malloc((unsigned)(Npollfd * sizeof (struct pollfd))); in re_read()391 if (Pollp == NULL) in re_read()
64 struct pollfd *Pollp; /* ptr to an array of poll struct */ variable
122 nfds = set_poll(Pollp); in main()125 do_poll(Pollp, nfds); in main()211 if ((Pollp = (struct pollfd *) in initialize()
172 extern struct pollfd *Pollp;