Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 25 of 89) sorted by relevance

1234

/rust-libc-0.2.174/src/fuchsia/
H A Daarch64.rs1 use crate::off_t;
19 pub st_size: off_t,
41 pub st_size: off_t,
H A Dx86_64.rs1 use crate::off_t;
19 pub st_size: off_t,
40 pub st_size: off_t,
H A Driscv64.rs1 use crate::off_t;
22 pub st_size: off_t,
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs17 pub type off_t = i64; typedef
161 pub st_size: off_t,
678 pub fn lseek(fd: c_int, offset: off_t, whence: c_int) -> off_t; in lseek() argument
683 pub fn pread(fd: c_int, buf: *mut c_void, count: size_t, offset: off_t) -> ssize_t; in pread()
693 pub fn truncate(path: *const c_char, length: off_t) -> c_int; in truncate()
694 pub fn ftruncate(fd: c_int, length: off_t) -> c_int; in ftruncate()
718 pub fn fseeko(stream: *mut crate::FILE, offset: off_t, whence: c_int) -> c_int; in fseeko() argument
719 pub fn ftello(stream: *mut crate::FILE) -> off_t; in ftello() argument
720 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() argument
730 pub fn posix_fadvise(fd: c_int, offset: off_t, len: off_t, advise: c_int) -> c_int; in posix_fadvise() argument
[all …]
/rust-libc-0.2.174/src/unix/solarish/
H A Dillumos.rs3 exit_status, off_t, NET_MAC_AWARE, NET_MAC_AWARE_INHERIT, PRIV_AWARE_RESET, PRIV_DEBUG,
15 pub aio_offset: off_t,
313 pub fn posix_fadvise(fd: c_int, offset: off_t, len: off_t, advice: c_int) -> c_int; in posix_fadvise() argument
314 pub fn preadv(fd: c_int, iov: *const crate::iovec, iovcnt: c_int, offset: off_t) -> ssize_t; in preadv()
315 pub fn pwritev(fd: c_int, iov: *const crate::iovec, iovcnt: c_int, offset: off_t) -> ssize_t; in pwritev()
H A Dsolaris.rs3 exit_status, off_t, termios, NET_MAC_AWARE, NET_MAC_AWARE_INHERIT, PRIV_AWARE_RESET,
25 pub aio_offset: off_t,
/rust-libc-0.2.174/src/unix/newlib/
H A Dgeneric.rs3 use crate::off_t;
22 pub st_size: off_t,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Db64.rs1 use crate::off_t;
20 pub st_size: off_t,
H A Db32.rs1 use crate::off_t;
20 pub st_size: off_t,
/rust-libc-0.2.174/src/unix/aix/
H A Dpowerpc64.rs1 use crate::off_t;
19 pub l_start: off_t,
20 pub l_len: off_t,
77 pub st_size: off_t,
105 pub aio_offset: off_t,
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs27 pub type off_t = i64;
39 pub type off_t = i64;
51 pub type off_t = i64;
63 pub type off_t = i32;
101 pub st_size: off_t,
/rust-libc-0.2.174/src/
H A Dtrusty.rs5 pub type off_t = i64; typedef
67 offset: off_t, in mmap() argument
H A Dswitch.rs12 pub type off_t = i64; typedef
H A Dxous.rs14 pub type off_t = i64; typedef
/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs1 use crate::off_t;
376 pub size: off_t,
382 pub size: off_t,
394 pub block_size: off_t,
395 pub io_size: off_t,
396 pub total_blocks: off_t,
397 pub free_blocks: off_t,
398 pub total_nodes: off_t,
399 pub free_nodes: off_t,
1128 pos: off_t, in fs_read_attr() argument
[all …]
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs1 use crate::off_t;
42 pub kp_offset: off_t,
263 pub st_size: off_t,
275 pub d_off: off_t,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs1 use crate::off_t;
42 pub kp_offset: off_t,
263 pub st_size: off_t,
275 pub d_off: off_t,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/
H A Dmod.rs1 use crate::off_t;
42 pub kp_offset: off_t,
263 pub st_size: off_t,
276 pub d_off: off_t,
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs10 pub type off_t = i64; typedef
26 pub st_size: off_t,
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dmod.rs18 pub type off_t = i64; typedef
136 pub aio_offset: off_t,
229 pub l_start: off_t,
230 pub l_len: off_t,
877 offset: off_t, in preadv2() argument
884 offset: off_t, in pwritev2() argument
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs23 pub type off_t = i64; typedef
33 pub type off64_t = off_t;
196 pub l_start: off_t,
197 pub l_len: off_t,
241 pub st_size: off_t,
348 pub d_off: off_t,
1465 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() argument
1466 pub fn pwritev(fd: c_int, iov: *const crate::iovec, iovcnt: c_int, offset: off_t) -> ssize_t; in pwritev()
1467 pub fn preadv(fd: c_int, iov: *const crate::iovec, iovcnt: c_int, offset: off_t) -> ssize_t; in preadv()
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs4 use crate::{off64_t, off_t};
45 pub l_start: off_t,
46 pub l_len: off_t,
88 pub st_size: off_t,
109 pub st_size: off_t,
/rust-libc-0.2.174/src/unix/newlib/horizon/
H A Dmod.rs3 use crate::off_t;
74 pub st_size: off_t,
/rust-libc-0.2.174/src/unix/newlib/vita/
H A Dmod.rs1 use crate::off_t;
72 pub st_size: off_t,
/rust-libc-0.2.174/libc-test/semver/
H A Dtrusty.txt40 off_t

1234