Home
last modified time | relevance | path

Searched defs:c_long (Results 1 – 25 of 81) sorted by relevance

1234

/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs177 fn ptrace_peek(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_peek()
232 … ptrace_other(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_other()
248 pub fn getevent(pid: Pid) -> Result<c_long> { in getevent()
452 pub fn read(pid: Pid, addr: AddressType) -> Result<c_long> { in read()
/external/rust/crates/nix/src/sys/
Dstatfs.rs153 pub fn optimal_transfer_size(&self) -> libc::c_long { in optimal_transfer_size()
204 pub fn block_size(&self) -> libc::c_long { in block_size()
252 pub fn blocks(&self) -> libc::c_long { in blocks()
290 pub fn blocks_free(&self) -> libc::c_long { in blocks_free()
322 pub fn blocks_available(&self) -> libc::c_long { in blocks_available()
366 pub fn files(&self) -> libc::c_long { in files()
403 pub fn files_free(&self) -> libc::c_long { in files_free()
/external/rust/crates/libc/src/unix/haiku/
Db32.rs1 pub type c_long = i32; typedef
Db64.rs2 pub type c_long = i64; typedef
/external/rust/crates/libc/src/vxworks/
Dx86_64.rs3 pub type c_long = i64; typedef
Dpowerpc.rs3 pub type c_long = i32; typedef
Daarch64.rs3 pub type c_long = i64; typedef
Darm.rs3 pub type c_long = i32; typedef
Dx86.rs3 pub type c_long = i32; typedef
Dpowerpc64.rs3 pub type c_long = i64; typedef
/external/rust/crates/libc/src/unix/newlib/powerpc/
Dmod.rs5 pub type c_long = i32; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dx86.rs1 pub type c_long = i32; typedef
Dsparc64.rs1 pub type c_long = i64; typedef
Dpowerpc.rs3 pub type c_long = i32; typedef
Daarch64.rs3 pub type c_long = i64; typedef
Darm.rs3 pub type c_long = i32; typedef
Dx86_64.rs3 pub type c_long = i64; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dx86.rs1 pub type c_long = i32; typedef
Dsparc64.rs1 pub type c_long = i64; typedef
Daarch64.rs1 pub type c_long = i64; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs2 pub type c_long = i32; typedef
Darm.rs2 pub type c_long = i32; typedef
Daarch64.rs2 pub type c_long = i64; typedef
Dpowerpc64.rs2 pub type c_long = i64; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dmod.rs1 pub type c_long = i32; typedef

1234