HomeSort by relevance Sort by last modified time
    Searched refs:RLIM_NLIMITS (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/uapi/asm-generic/
resource.h 47 #define RLIM_NLIMITS 16
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 49 #define RLIM_NLIMITS 16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 48 #define RLIM_NLIMITS 16
  /system/core/init/
rlimit_parser.cpp 42 if (resource >= RLIM_NLIMITS) {
44 << RLIM_NLIMITS << "'";
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 97 #define RLIM_NLIMITS 10 /* number of resource limits */
  /external/python/cpython3/Modules/
resource.c 172 if (resource < 0 || resource >= RLIM_NLIMITS) {
195 if (resource < 0 || resource >= RLIM_NLIMITS) {
232 if (resource < 0 || resource >= RLIM_NLIMITS) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 112 #define RLIM_NLIMITS __RLIM_NLIMITS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 112 #define RLIM_NLIMITS __RLIM_NLIMITS
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 122 if (resource < 0 || resource >= RLIM_NLIMITS) {
154 if (resource < 0 || resource >= RLIM_NLIMITS) {
  /external/python/cpython2/Modules/
resource.c 122 if (resource < 0 || resource >= RLIM_NLIMITS) {
153 if (resource < 0 || resource >= RLIM_NLIMITS) {
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 336 RLIM_NLIMITS = 8
  /external/python/cpython2/Lib/plat-atheos/
IN.py 505 RLIM_NLIMITS = 10
  /external/valgrind/include/vki/
vki-darwin.h 659 #define VKI_RLIM_NLIMITS RLIM_NLIMITS
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 871 RLIM_NLIMITS = 7
STROPTS.py 874 RLIM_NLIMITS = 7
    [all...]

Completed in 201 milliseconds