Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs787 let mut off_out_val: c::loff_t = 0; variables
796 off_out_val = (**off_out) as i64;
797 &mut off_out_val
817 *off_out = off_out_val as u64;

Completed in 2 milliseconds