Searched refs:RLIM_INFINITY (Results 1 - 16 of 16) sorted by relevance

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dresource.h30 # define RLIM_INFINITY 0x7fffffffUL macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dresource.h56 #ifndef RLIM_INFINITY
57 # define RLIM_INFINITY (~0UL) macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc87 return (stack_size == RLIM_INFINITY);
97 return (as_size == RLIM_INFINITY);
101 setlim(RLIMIT_AS, RLIM_INFINITY);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-overflow-sigbus.cc32 if (rlim.rlim_cur == RLIM_INFINITY) {
/external/libunwind/tests/
H A Dtest-mem.c97 rlim.rlim_max = RLIM_INFINITY;
H A DGperf-simple.c237 rlim.rlim_cur = RLIM_INFINITY;
238 rlim.rlim_max = RLIM_INFINITY;
H A DGperf-trace.c223 rlim.rlim_cur = RLIM_INFINITY;
224 rlim.rlim_max = RLIM_INFINITY;
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc94 if (rlim.rlim_cur == RLIM_INFINITY) {
/external/v8/src/base/
H A Dsys-info.cc120 return (rlim.rlim_cur == RLIM_INFINITY) ? 0 : rlim.rlim_cur;
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c588 #undef RLIM_INFINITY macro
590 #define RLIM_INFINITY ((unsigned long)(~0UL>>1)) macro
592 #define RLIM_INFINITY (~0UL) macro
611 rlim.rlim_cur = rlim.rlim_max = (unsigned long) RLIM_INFINITY;
/external/mksh/src/
H A Dfuncs.c55 #if !defined(RLIM_INFINITY) && !defined(MKSH_NO_LIMITS)
3487 val = (rlim_t)RLIM_INFINITY;
3512 limit.rlim_cur = RLIM_INFINITY;
3513 limit.rlim_max = RLIM_INFINITY;
3542 if (val == (rlim_t)RLIM_INFINITY)
/external/openssh/
H A Dssh-keyscan.c121 if ((hard ? rlfd.rlim_max : rlfd.rlim_cur) == RLIM_INFINITY)
/external/fio/engines/
H A Drdma.c1028 if ((rl.rlim_cur != RLIM_INFINITY)
/external/lldb/test/pexpect-2.4/examples/
H A Dcgishell.cgi206 if maxfd == resource.RLIM_INFINITY:
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3054 rlim.rlim_max = RLIM_INFINITY;
3055 rlim.rlim_cur = RLIM_INFINITY;
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c2268 if (rlim.rlim_cur != RLIM_INFINITY) {

Completed in 551 milliseconds