Searched refs:copy_hostent (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent_r.c | 38 copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS); 52 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) 62 return (copy_hostent(he, hptr, HOST_R_COPY)); 79 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) 89 return (copy_hostent(he, hptr, HOST_R_COPY)); 111 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) 121 return (copy_hostent(he, hptr, HOST_R_COPY)); 159 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { function 219 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { function
|
Completed in 45 milliseconds