Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent_r.c34 copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS);
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()
155 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { in copy_hostent() function
215 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { in copy_hostent() function