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

  /src/lib/libc/resolv/
herror.c 86 #undef h_errno
87 int h_errno; variable in typeref:typename:int
96 * print the error indicated by the h_errno value.
  /src/distrib/utils/libhack/
gethost.c 76 int h_errno; variable in typeref:typename:int
114 return gethostbyname_r(name, &h_ent, h_buf, sizeof(h_buf), &h_errno);
133 &h_errno);
  /src/include/
netdb.h 136 extern int h_errno;
139 #define h_errno (*__h_errno()) macro
220 * (left in extern int h_errno).

Completed in 12 milliseconds