Searched defs:copy_protoent (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | getprotoent_r.c | 37 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 D | getnetgrent_r.c | 41 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 20 milliseconds