HomeSort by: relevance | last modified time | path
    Searched refs:copy_hostent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gethostent_r.c 40 copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS);
54 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0)
64 return (copy_hostent(he, hptr, HOST_R_COPY));
81 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0)
91 return (copy_hostent(he, hptr, HOST_R_COPY));
113 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0)
123 return (copy_hostent(he, hptr, HOST_R_COPY));
161 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { function
221 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { function
  /src/external/bsd/openldap/dist/libraries/libldap/
util-int.c 381 static int copy_hostent( struct hostent *res,
443 } else if (copy_hostent( resbuf, buf, he )<0) {
631 } else if (copy_hostent( resbuf, buf, he )<0) {
721 static int copy_hostent( function

Completed in 24 milliseconds