HomeSort by: relevance | last modified time | path
    Searched defs:copy_protoent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
getprotoent_r.c 39 copy_protoent(struct protoent *, struct protoent *, PROTO_R_COPY_ARGS);
47 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
57 return (copy_protoent(pe, pptr, PROTO_R_COPY));
67 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
77 return (copy_protoent(pe, pptr, PROTO_R_COPY));
93 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0)
103 return (copy_protoent(pe, pptr, PROTO_R_COPY));
141 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { function
185 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { function
getnetgrent_r.c 43 copy_protoent(NGR_R_CONST char **, NGR_R_CONST char **, NGR_R_CONST char **,
75 return (copy_protoent(machinep, userp, domainp,
152 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, function

Completed in 17 milliseconds