/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.
|
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.
|
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.
|
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);
|
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);
|
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);
|
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).
|
netdb.h | 136 extern int h_errno; 139 #define h_errno (*__h_errno()) macro 220 * (left in extern int h_errno).
|
netdb.h | 136 extern int h_errno; 139 #define h_errno (*__h_errno()) macro 220 * (left in extern int h_errno).
|
netdb.h | 136 extern int h_errno; 139 #define h_errno (*__h_errno()) macro 220 * (left in extern int h_errno).
|