Home
last modified time | relevance | path

Searched defs:gai_strerror (Results 1 – 9 of 9) sorted by relevance

/external/openssh/openbsd-compat/
Dfake-rfc2553.c91 gai_strerror(int err) in gai_strerror() function
Dfake-rfc2553.h160 #define gai_strerror(a) (_ssh_compat_gai_strerror(a)) macro
/external/python/cpython2/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror() function
Dsocketmodule.c381 #define gai_strerror fake_gai_strerror macro
/external/python/cpython3/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror() function
Dsocketmodule.c462 #define gai_strerror fake_gai_strerror macro
/external/rust/crates/libc/src/unix/
Dmod.rs1162 pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; in gai_strerror() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1583 pub fn gai_strerror(errcode: ::c_int) -> *mut ::c_char; in gai_strerror() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3744 pub fn gai_strerror(errcode: ::c_int) -> *const ::c_char; in gai_strerror() function