Searched refs:HOST_R_COPY (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent_r.c | 48 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) in gethostbyname_r() 58 return (copy_hostent(he, hptr, HOST_R_COPY)); in gethostbyname_r() 75 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) in gethostbyaddr_r() 85 return (copy_hostent(he, hptr, HOST_R_COPY)); in gethostbyaddr_r() 107 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) in gethostent_r() 117 return (copy_hostent(he, hptr, HOST_R_COPY)); in gethostent_r()
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_before.h | 99 #define HOST_R_COPY buf, buflen macro
|