OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecode
(Results
26 - 32
of
32
) sorted by null
1
2
/bionic/libc/dns/net/
getaddrinfo.c
316
gai_strerror(int
ecode
)
318
if (
ecode
< 0 ||
ecode
> EAI_MAX)
319
ecode
= EAI_MAX;
320
return ai_errlist[
ecode
];
[
all
...]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c
310
gai_strerror(int
ecode
)
312
if (
ecode
< 0 ||
ecode
> EAI_MAX)
313
ecode
= EAI_MAX;
314
return ai_errlist[
ecode
];
[
all
...]
/external/python/cpython2/Lib/plat-mac/
gensuitemodule.py
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h
174
uint8
ecode
;
member in struct:amp_hci_event
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c
[
all
...]
Completed in 941 milliseconds
1
2