Searched refs:__errno (Results 1 – 10 of 10) sorted by relevance
15 static thread_local int __errno = 0; variable20 int *LLVM_LIBC_ENTRYPOINT(__errno_location)() { return &__errno; } in LLVM_LIBC_ENTRYPOINT()
28 # define __errno_location __errno
14 use libc::__errno as errno_location;
181 libc::__errno() in set_errno()
32 *libc::__errno() in errno()
232 errno = unsafe { *libc::__errno() }; in chunk()
658 pub fn __errno() -> *mut ::c_int; in __errno() function
45 #define __errno_location __errno
19 libc::__errno()
2675 pub fn __errno() -> *mut ::c_int; in __errno() function