Home
last modified time | relevance | path

Searched refs:rlim64_t (Results 1 – 9 of 9) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dfuchsia.txt1397 rlim64_t
H A Dlinux.txt4206 rlim64_t
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs168 pub type rlim64_t = __rlim64_t; typedef
882 pub rlim_cur: rlim64_t,
883 pub rlim_max: rlim64_t,
1252 pub const RLIM64_INFINITY: crate::rlim64_t = 9223372036854775807;
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs17 pub type rlim64_t = u64; typedef
310 pub rlim_cur: rlim64_t,
311 pub rlim_max: rlim64_t,
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs48 pub type rlim64_t = c_ulonglong; typedef
434 pub rlim_cur: rlim64_t,
435 pub rlim_max: rlim64_t,
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs43 pub type rlim64_t = u64; typedef
447 pub rlim_cur: rlim64_t,
448 pub rlim_max: rlim64_t,
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs35 pub type rlim64_t = crate::rlim_t; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs15 pub type rlim64_t = u64; typedef
938 pub rlim_cur: rlim64_t,
939 pub rlim_max: rlim64_t,
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs574 pub const RLIM64_INFINITY: crate::rlim64_t = !0;