Searched refs:getprotoent_r (Results 1 – 6 of 6) sorted by relevance
44 struct protoent *getprotoent_r(struct protoent *, struct protoent_data *);
54 __weak_alias(getprotoent_r,_getprotoent_r) in __weak_alias()92 getprotoent_r(struct protoent *pr, struct protoent_data *pd) in getprotoent_r() function
56 while ((p = getprotoent_r(pr, pd)) != NULL) in __weak_alias()
75 p = getprotoent_r(&_protoent_data.proto, &_protoent_data); in getprotoent()
63 while ((p = getprotoent_r(pr, pd)) != NULL) { in __weak_alias()
59 getprotoent_r.c