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

  /src/include/
resolv.h 86 * XXX: There doesn't seem to be a good reason for exposing RES_SET_H_ERRNO
92 * # define RES_SET_H_ERRNO(r,x) __h_errno_set(r,x)
94 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
98 #define RES_SET_H_ERRNO(r,x) __h_errno_set(r,x)
  /src/external/bsd/libbind/dist/include/
resolv.h 89 * XXX: There doesn't seem to be a good reason for exposing RES_SET_H_ERRNO
95 * # define RES_SET_H_ERRNO(r,x) __h_errno_set(r,x)
97 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
101 #define RES_SET_H_ERRNO(r,x) __h_errno_set(r,x)

Completed in 24 milliseconds