Lines Matching refs:pp
37 putprotoent(const struct protoent *pp, FILE *fp)
42 if (pp == NULL) {
47 pp->p_name, pp->p_proto) == EOF)
49 for (p = pp->p_aliases; *p != 0; p++) {
64 struct protoent *pp;
68 while ((pp = getprotoent()) != NULL)
69 (void) putprotoent(pp, stdout);
74 pp = getprotobynumber(protocol);
76 pp = getprotobyname(*list);
77 if (pp == NULL)
80 (void) putprotoent(pp, stdout);