Searched refs:RLIMIT_AS (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h93 #if defined (RLIMIT_DATA) || defined (RLIMIT_VMEM) || defined(RLIMIT_AS)
/freebsd-10.0-release/sys/sys/
H A Dresource.h103 #define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */ macro
/freebsd-10.0-release/crypto/heimdal/appl/login/
H A Dlimits_conf.c68 #ifdef RLIMIT_AS
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c68 #ifdef RLIMIT_AS
/freebsd-10.0-release/contrib/apr/threadproc/unix/
H A Dproc.c265 #if defined(RLIMIT_AS)
267 if ((setrlimit(RLIMIT_AS, attr->limit_mem)) != 0) {
683 #if defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_AS)
/freebsd-10.0-release/contrib/gcc/
H A Dggc-common.c683 # if defined (RLIMIT_AS)
684 /* RLIMIT_AS is what POSIX says is the limit on mmap. Presumably
685 any OS which has RLIMIT_AS also has a working mmap that GCC will use. */
686 if (getrlimit (RLIMIT_AS, &rlim) == 0
704 # endif /* RLIMIT_AS or RLIMIT_DATA */
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.func.c1857 /* XXX: I don't understand if RLIMIT_AS is defined, why don't we define */
1862 # ifndef RLIMIT_AS
1863 # define RLIMIT_AS RLIMIT_VMEM macro
1868 # if defined(RLIMIT_AS) && !defined(RLIMIT_VMEM)
1869 # define RLIMIT_VMEM RLIMIT_AS
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_misc.c113 RLIMIT_MEMLOCK, RLIMIT_AS
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure[all...]

Completed in 159 milliseconds