Home
last modified time | relevance | path

Searched defs:rlim_t (Results 1 – 25 of 27) sorted by relevance

12

/third_party/rust/crates/nix/src/sys/
Dresource.rs201 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/
Dmod.rs11 pub type rlim_t = u64; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dresource.h44 typedef unsigned long long rlim_t; typedef
/third_party/mksh/
Dulimit.c35 typedef unsigned long rlim_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
/third_party/musl/ndk_musl_include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
/third_party/musl/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs5 pub type rlim_t = ::c_ulong; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2252 rlim_t = __int64_t variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs23 pub type rlim_t = ::c_ulonglong; typedef
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs27 pub type rlim_t = u32; typedef
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs22 pub type rlim_t = ::c_ulonglong; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs41 pub type rlim_t = ::c_ulonglong; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs7 pub type rlim_t = u64; typedef
/third_party/rust/crates/libc/src/solid/
Dmod.rs90 pub type rlim_t = u64; typedef
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs43 pub type rlim_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1 pub type rlim_t = ::uintptr_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs32 pub type rlim_t = ::c_ulonglong; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs3 pub type rlim_t = i64; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs19 pub type rlim_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs57 pub type rlim_t = u64; typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs20 pub type rlim_t = ::c_ulong; typedef

12