Home
last modified time | relevance | path

Searched defs:hstrerror (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/network/
Dhstrerror.c12 const char *hstrerror(int ecode) in hstrerror() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1211 pub fn hstrerror(errcode: ::c_int) -> *const ::c_char; in hstrerror() function