Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent_r.c45 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()
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_before.h134 #define PROTO_R_COPY buf, buflen macro