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