Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgethostent_r.c52 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) in gethostbyname_r()
62 return (copy_hostent(he, hptr, HOST_R_COPY)); in gethostbyname_r()
79 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) in gethostbyaddr_r()
89 return (copy_hostent(he, hptr, HOST_R_COPY)); in gethostbyaddr_r()
111 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) in gethostent_r()
121 return (copy_hostent(he, hptr, HOST_R_COPY)); in gethostent_r()
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_before.h99 #define HOST_R_COPY buf, buflen macro