Searched refs:PROTO_R_COPY (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | getprotoent_r.c | 41 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 D | port_before.h | 134 #define PROTO_R_COPY buf, buflen macro
|