Home
last modified time | relevance | path

Searched refs:___errno (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs44 let e = *___errno(); in bail()
51 *___errno() = e; in bail()
180 let old_errno = *::___errno(); in getpwent_r()
181 *::___errno() = 0; in getpwent_r()
189 *::___errno() in getpwent_r()
193 *::___errno() = old_errno; in getpwent_r()
204 let old_errno = *::___errno(); in getgrent_r()
205 *::___errno() = 0; in getgrent_r()
213 *::___errno() in getgrent_r()
217 *::___errno() in getgrent_r()
[all...]
H A Dmod.rs2736 pub fn ___errno() -> *mut ::c_int; in ___errno() functions
/third_party/rust/crates/nix/src/
H A Derrno.rs31 libc::___errno() in errno_location()

Completed in 16 milliseconds