Home
last modified time | relevance | path

Searched refs:RLIMIT_AS (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/sys/sys/
Dresource.h103 #define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */ macro
/freebsd-9-stable/crypto/heimdal/appl/rsh/
Dlimits_conf.c68 #ifdef RLIMIT_AS
/freebsd-9-stable/crypto/heimdal/appl/login/
Dlimits_conf.c68 #ifdef RLIMIT_AS
/freebsd-9-stable/contrib/llvm/lib/Support/Unix/
DProgram.inc168 #ifdef RLIMIT_AS // e.g. NetBSD doesn't have it.
173 getrlimit (RLIMIT_AS, &r);
175 setrlimit (RLIMIT_AS, &r);
/freebsd-9-stable/contrib/gcc/
Dggc-common.c682 # if defined (RLIMIT_AS) in ggc_rlimit_bound()
685 if (getrlimit (RLIMIT_AS, &rlim) == 0 in ggc_rlimit_bound()
/freebsd-9-stable/contrib/tcsh/
Dsh.func.c1862 # ifndef RLIMIT_AS
1863 # define RLIMIT_AS RLIMIT_VMEM macro
1868 # if defined(RLIMIT_AS) && !defined(RLIMIT_VMEM)
1869 # define RLIMIT_VMEM RLIMIT_AS
DWishList72 RLIMIT_VMEM isn't defined, instead Linux has RLIMIT_AS which means the
/freebsd-9-stable/contrib/gnu-sort/src/
Dsort.c815 #ifdef RLIMIT_AS in default_sort_size()
816 if (getrlimit (RLIMIT_AS, &rlimit) == 0 && rlimit.rlim_cur < size) in default_sort_size()
/freebsd-9-stable/sys/compat/linux/
Dlinux_misc.c113 RLIMIT_MEMLOCK, RLIMIT_AS
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-20045130 not set RLIMIT_AS on HP-UX.
5135 not set RLIMIT_AS on HP-UX.
DChangeLog-200647 RLIMIT_AS below 16MB on x86_64-linux.
Dconfigure109529 int f = RLIMIT_AS ;
/freebsd-9-stable/contrib/gcc/doc/
Dinvoke.texi6149 the smallest of actual RAM and @code{RLIMIT_DATA} or @code{RLIMIT_AS}. If
6165 tries to ensure that RLIMIT_DATA or RLIMIT_AS are not exceeded, but