/third_party/rust/crates/nix/src/sys/ |
D | resource.rs | 201 pub fn getrlimit(resource: Resource) -> Result<(rlim_t, rlim_t)> { in getrlimit() argument 250 soft_limit: rlim_t, in setrlimit() 251 hard_limit: rlim_t, in setrlimit()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 11 pub type rlim_t = u64; typedef
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | resource.h | 44 typedef unsigned long long rlim_t; typedef
|
/third_party/mksh/ |
D | ulimit.c | 35 typedef unsigned long rlim_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | resource.h | 20 typedef unsigned long long rlim_t; typedef
|
/third_party/musl/ndk_musl_include/sys/ |
D | resource.h | 20 typedef unsigned long long rlim_t; typedef
|
/third_party/musl/include/sys/ |
D | resource.h | 20 typedef unsigned long long rlim_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | resource.h | 20 typedef unsigned long long rlim_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | resource.h | 20 typedef unsigned long long rlim_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | resource.h | 20 typedef unsigned long long rlim_t; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 5 pub type rlim_t = ::c_ulong; typedef
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2252 rlim_t = __int64_t variable
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 23 pub type rlim_t = ::c_ulonglong; typedef
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 27 pub type rlim_t = u32; typedef
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 22 pub type rlim_t = ::c_ulonglong; typedef
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 41 pub type rlim_t = ::c_ulonglong; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 7 pub type rlim_t = u64; typedef
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 90 pub type rlim_t = u64; typedef
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 43 pub type rlim_t = ::c_ulong; typedef
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1 pub type rlim_t = ::uintptr_t; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 32 pub type rlim_t = ::c_ulonglong; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 3 pub type rlim_t = i64; typedef
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 19 pub type rlim_t = ::c_ulong; typedef
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 57 pub type rlim_t = u64; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 20 pub type rlim_t = ::c_ulong; typedef
|