Searched refs:cstr_error (Results 1 – 1 of 1) sorted by relevance
181 cstr_error(n).as_ptr().cast_mut().cast() in strerror()199 let error = cstr_error(get_errno()).to_str().unwrap(); in perror()208 fn cstr_error(n: c_int) -> &'static CStr { in cstr_error() function