Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgethostent_r.c38 copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS);
52 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()
159 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { in copy_hostent() function
219 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { in copy_hostent() function