getprotoent_r
struct protoent *getprotoent_r(struct protoent *, char *, int);
struct protoent *getprotoent_r(struct protoent *, char *, int);
struct protoent *getprotoent_r();
struct protoent *getprotoent_r __P((struct protoent *, char *, int));
res = getprotoent_r(b->result, b->buffer, b->buflen);