Home
last modified time | relevance | path

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

1234

/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs179 fn ptrace_peek(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_peek()
234 … ptrace_other(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_other()
250 pub fn getevent(pid: Pid) -> Result<c_long> { in getevent()
463 pub fn read(pid: Pid, addr: AddressType) -> Result<c_long> { in read()
/external/rust/crates/nix/src/sys/
Dstatfs.rs191 pub fn optimal_transfer_size(&self) -> libc::c_long { in optimal_transfer_size()
242 pub fn block_size(&self) -> libc::c_long { in block_size()
290 pub fn blocks(&self) -> libc::c_long { in blocks()
328 pub fn blocks_free(&self) -> libc::c_long { in blocks_free()
360 pub fn blocks_available(&self) -> libc::c_long { in blocks_available()
404 pub fn files(&self) -> libc::c_long { in files()
441 pub fn files_free(&self) -> libc::c_long { in files_free()
/external/rust/crates/libc/src/vxworks/
Dpowerpc64.rs3 pub type c_long = i64; typedef
Dx86_64.rs3 pub type c_long = i64; typedef
Dpowerpc.rs3 pub type c_long = i32; typedef
Darm.rs3 pub type c_long = i32; typedef
Dx86.rs3 pub type c_long = i32; typedef
Daarch64.rs3 pub type c_long = i64; typedef
/external/rust/crates/libc/src/solid/
Darm.rs3 pub type c_long = i32; typedef
Daarch64.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
/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/unix/bsd/netbsdlike/openbsd/
Dmips64.rs1 pub type c_long = i64; typedef
Dsparc64.rs1 pub type c_long = i64; typedef
Driscv64.rs1 pub type c_long = i64; typedef
Dpowerpc.rs1 pub type c_long = i32; typedef
Darm.rs1 pub type c_long = i32; typedef
Dpowerpc64.rs1 pub type c_long = i64; typedef
Dx86.rs1 pub type c_long = i32; typedef
Daarch64.rs1 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
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs2 pub type c_long = i32; typedef

1234