Home
last modified time | relevance | path

Searched refs:copy_protoent (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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) in getprotobyname_r()
55 return (copy_protoent(pe, pptr, PROTO_R_COPY)); in getprotobyname_r()
65 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0) in getprotobynumber_r()
75 return (copy_protoent(pe, pptr, PROTO_R_COPY)); in getprotobynumber_r()
91 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0) in getprotoent_r()
101 return (copy_protoent(pe, pptr, PROTO_R_COPY)); in getprotoent_r()
139 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { in copy_protoent() function
183 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { in copy_protoent() 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, in getnetgrent_r()
150 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in copy_protoent() function