OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EAI_NONAME
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h
590
# define
EAI_NONAME
-2 /* NAME or SERVICE is unknown. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h
590
# define
EAI_NONAME
-2 /* NAME or SERVICE is unknown. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h
590
# define
EAI_NONAME
-2 /* NAME or SERVICE is unknown. */
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
98
public static final int
EAI_NONAME
= placeholder();
498
if (error ==
EAI_NONAME
) {
499
return "
EAI_NONAME
";
[
all
...]
Completed in 263 milliseconds
1
2
3