Searched refs:h_errno (Results 1 - 9 of 9) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dgetcertsbyname.c63 /* XXX should it use ci_errno to hold errno instead of h_errno ? */
64 extern int h_errno;
144 h_errno = NO_RECOVERY;
154 h_errno = NO_RECOVERY;
185 h_errno = NO_RECOVERY;
234 h_errno = NO_RECOVERY;
261 h_errno = NO_RECOVERY;
296 h_errno = NO_RECOVERY;
309 h_errno = NO_RECOVERY;
324 h_errno
[all...]
H A Ddnssec.c56 extern int h_errno;
/external/openssh/openbsd-compat/
H A Dgetrrsetbyname.c63 extern int h_errno;
240 switch(h_errno) {
/external/tcpdump/missing/
H A Dgetnameinfo.c248 h_error = h_errno;
H A Dgetaddrinfo.c560 h_error = h_errno;
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h609 #define h_errno WSAGetLastError() macro
/external/blktrace/
H A Dblktrace.c954 if (h_errno == TRY_AGAIN) {
957 } else if (h_errno == NO_RECOVERY) {
/external/libxml2/
H A Dnanohttp.c1128 switch (h_errno) {
/external/tcpdump/
H A Dconfigure12780 { echo "$as_me:$LINENO: checking for h_errno" >&5
12781 echo $ECHO_N "checking for h_errno... $ECHO_C" >&6; }
12797 int foo = h_errno;

Completed in 212 milliseconds