Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent_r.c41 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0) in getprotobyname_r()
51 return (copy_protoent(pe, pptr, PROTO_R_COPY)); in getprotobyname_r()
61 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0) in getprotobynumber_r()
71 return (copy_protoent(pe, pptr, PROTO_R_COPY)); in getprotobynumber_r()
87 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0) in getprotoent_r()
97 return (copy_protoent(pe, pptr, PROTO_R_COPY)); in getprotoent_r()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_before.h134 #define PROTO_R_COPY buf, buflen macro