Searched refs:rlim64_t (Results 1 – 9 of 9) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | fuchsia.txt | 1397 rlim64_t
|
| H A D | linux.txt | 4206 rlim64_t
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 168 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 D | mod.rs | 17 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 D | mod.rs | 48 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 D | mod.rs | 43 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 D | mod.rs | 35 pub type rlim64_t = crate::rlim_t; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 15 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 D | mod.rs | 574 pub const RLIM64_INFINITY: crate::rlim64_t = !0;
|