Searched defs:copy_protoent (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent_r.c37 copy_protoent(struct protoent *, struct protoent *, PROTO_R_COPY_ARGS);
45 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
55 return (copy_protoent(pe, pptr, PROTO_R_COPY));
65 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
75 return (copy_protoent(pe, pptr, PROTO_R_COPY));
91 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
101 return (copy_protoent(pe, pptr, PROTO_R_COPY));
139 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { function
183 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { function
H A Dgetnetgrent_r.c41 copy_protoent(NGR_R_CONST char **, NGR_R_CONST char **, NGR_R_CONST char **,
73 return (copy_protoent(machinep, userp, domainp,
150 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, function

Completed in 568 milliseconds