| /rust-libc-0.2.174/src/unix/linux_like/linux/arch/mips/ |
| H A D | mod.rs | 291 pub const RLIM_INFINITY: crate::rlim_t = !0; 310 pub const RLIM_INFINITY: crate::rlim_t = !0; 325 pub const RLIM_INFINITY: crate::rlim_t = !0; 331 pub const RLIM_INFINITY: crate::rlim_t = 0x7fffffff;
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/ |
| H A D | mod.rs | 31 pub type rlim_t = u64; 43 pub type rlim_t = u64; 55 pub type rlim_t = u64; 67 pub type rlim_t = c_ulong;
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/arch/sparc/ |
| H A D | mod.rs | 243 pub const RLIM_INFINITY: crate::rlim_t = !0; 245 pub const RLIM_INFINITY: crate::rlim_t = 0x7fffffff;
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 10 pub type rlim_t = u64; typedef 424 pub const RLIM_INFINITY: rlim_t = 0x7fff_ffff_ffff_ffff; 425 pub const RLIM_SAVED_MAX: rlim_t = RLIM_INFINITY; 426 pub const RLIM_SAVED_CUR: rlim_t = RLIM_INFINITY;
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | mod.rs | 29 pub type rlim_t = u64; typedef 35 pub type rlim64_t = crate::rlim_t; 733 pub const RLIM_SAVED_MAX: crate::rlim_t = RLIM_INFINITY; 734 pub const RLIM_SAVED_CUR: crate::rlim_t = RLIM_INFINITY; 1055 pub const RLIM_INFINITY: crate::rlim_t = !0;
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/ |
| H A D | mod.rs | 13 pub type rlim_t = u64; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/arch/powerpc/ |
| H A D | mod.rs | 280 pub const RLIM_INFINITY: crate::rlim_t = !0;
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/arch/generic/ |
| H A D | mod.rs | 334 pub const RLIM_INFINITY: crate::rlim_t = !0;
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/ |
| H A D | mod.rs | 11 pub type rlim_t = c_ulong; typedef
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | unix.txt | 756 rlim_t
|
| H A D | aix.txt | 2374 rlim_t
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 72 pub type rlim_t = c_ulong; typedef 788 pub const RLIM_INFINITY: rlim_t = !0; 789 pub const RLIM_SAVED_MAX: rlim_t = RLIM_INFINITY; 790 pub const RLIM_SAVED_CUR: rlim_t = RLIM_INFINITY;
|
| /rust-libc-0.2.174/src/unix/nuttx/ |
| H A D | mod.rs | 20 pub type rlim_t = i64; typedef
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 35 pub type rlim_t = c_ulong; typedef 215 pub rlim_cur: crate::rlim_t, 216 pub rlim_max: crate::rlim_t,
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 79 pub type rlim_t = c_ulonglong; typedef 137 pub rlim_cur: rlim_t, 138 pub rlim_max: rlim_t, 2265 pub const RLIM_SAVED_MAX: crate::rlim_t = RLIM_INFINITY; 2266 pub const RLIM_SAVED_CUR: crate::rlim_t = RLIM_INFINITY; 2809 pub const RLIM_INFINITY: crate::rlim_t = !0;
|
| /rust-libc-0.2.174/src/unix/newlib/ |
| H A D | mod.rs | 34 pub type rlim_t = u32; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 28 pub type rlim_t = c_ulonglong; typedef
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 6 pub type rlim_t = i64; typedef 805 pub const RLIM_INFINITY: rlim_t = 0x7fff_ffff_ffff_ffff;
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 81 pub rlim_cur: rlim_t, 82 pub rlim_max: rlim_t,
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 3 pub type rlim_t = crate::uintptr_t; typedef 686 pub const RLIM_INFINITY: crate::rlim_t = 0xffffffff;
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 167 pub type rlim_t = __rlim_t; typedef 1251 pub const RLIM_INFINITY: crate::rlim_t = 2147483647; 1253 pub const RLIM_SAVED_MAX: crate::rlim_t = RLIM_INFINITY; 1254 pub const RLIM_SAVED_CUR: crate::rlim_t = RLIM_INFINITY;
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 20 pub type rlim_t = c_ulong; typedef 1522 pub const RLIM_NLIMITS: rlim_t = 7; 1523 pub const RLIM_INFINITY: rlim_t = 0xfffffffffffffffd;
|
| /rust-libc-0.2.174/src/unix/redox/ |
| H A D | mod.rs | 21 pub type rlim_t = c_ulonglong; typedef
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 82 pub type rlim_t = u64; typedef
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 807 pub const RLIM_NLIMITS: crate::rlim_t = 12;
|