OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_errno
(Results
51 - 75
of
102
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
netdb.h
126
* (left in
h_errno
).
200
#define
h_errno
(*__get_h_errno())
macro
/dalvik/vm/jdwp/
JdwpSocket.cpp
399
int
h_errno
;
local
415
&pEntry, &
h_errno
);
423
h_errno
= 0;
427
state->params.host, strerror(
h_errno
));
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_darwin.h
73
* On Mac OS X 10.2, gethostbyaddr fails with
h_errno
=NO_RECOVERY
/external/ipsec-tools/src/racoon/
dnssec.c
56
extern int
h_errno
;
/external/openssh/openbsd-compat/
getrrsetbyname.c
63
extern int
h_errno
;
240
switch(
h_errno
) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so
libpthread.so.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so
libpthread.so.0
/external/tcpdump/missing/
getnameinfo.c
248
h_error =
h_errno
;
/frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp
1046
err = -
h_errno
;
1095
err = -
h_errno
;
1188
err = -
h_errno
;
[
all
...]
/external/netperf/
config.h
232
/* Define to 1 if `
h_errno
' is declared by <netdb.h> */
/external/tcpdump/
config.h
38
/* define ifyou have the
h_errno
variable. */
config.h.in
37
/* define ifyou have the
h_errno
variable. */
aclocal.m4
1206
dnl check for
h_errno
1208
AC_MSG_CHECKING(for
h_errno
)
1213
[int foo =
h_errno
;],
[
all
...]
Completed in 907 milliseconds
1
2
3
4
5