Searched refs:RLIMIT_RSS (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dulimit.h40 # define RLIMIT_RSS (LIM_MAXRSS-1) macro
54 # define RLIMIT_RSS LIM_MAXRSS macro
130 #ifndef RLIMIT_RSS
131 #define RLIMIT_RSS RLIMIT_UNKNOWN macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/data/
H A Dlimits.c51 "rss", "max memory size", RLIMIT_RSS, 0, 'm', LIM_KBYTE,
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dresource.c80 #ifdef RLIMIT_RSS
81 *rlim_resource = RLIMIT_RSS;
/macosx-10.10/file_cmds-242/pax/
H A Dpax.c377 if (getrlimit(RLIMIT_RSS , &reslimit) == 0){
379 (void)setrlimit(RLIMIT_RSS , &reslimit);
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dresource.c80 #ifdef RLIMIT_RSS
81 *rlim_resource = RLIMIT_RSS;
/macosx-10.10/sudo-73/src/
H A Daix.c63 { RLIMIT_RSS, S_URSS, S_URSS_HARD, 512 },
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlimits_conf.c63 #ifdef RLIMIT_RSS
/macosx-10.10/system_cmds-643.1.1/vipw.tproj/
H A Dpw_util.c110 (void)setrlimit(RLIMIT_RSS, &rlim);
/macosx-10.10/zsh-61/zsh/Src/Builtins/
H A Drlimits.c279 /* If RLIMIT_VMEM and RLIMIT_RSS are defined and equal, avoid *
282 case RLIMIT_RSS:
817 res = RLIMIT_RSS;
942 case RLIMIT_RSS:
947 /* If RLIMIT_VMEM and RLIMIT_RSS are defined and equal, avoid *
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dulimit.c161 #ifdef RLIMIT_RSS
162 { 'm', RLIMIT_RSS, 1024, "max memory size", "kbytes" },
163 #endif /* RLIMIT_RSS */
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc165 #ifdef RLIMIT_RSS
167 getrlimit (RLIMIT_RSS, &r);
169 setrlimit (RLIMIT_RSS, &r);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dresource.h387 #define RLIMIT_RSS RLIMIT_AS /* source compatibility alias */ macro
/macosx-10.10/remote_cmds-47/rpc_yppasswdd.tproj/
H A Dpasswd.c167 (void)setrlimit(RLIMIT_RSS, &rlim);
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h493 # define RLIMIT_RSS 5 macro
/macosx-10.10/text_cmds-88/sort/
H A Dsort.c692 #ifdef RLIMIT_RSS
695 if (getrlimit (RLIMIT_RSS, &rlimit) == 0 && rlimit.rlim_cur / 16 * 15 < size)
/macosx-10.10/ruby-106/ruby/
H A Dprocess.c4449 #ifdef RLIMIT_RSS
6753 #ifdef RLIMIT_RSS
6758 rb_define_const(rb_mProcess, "RLIMIT_RSS", INT2FIX(RLIMIT_RSS));
/macosx-10.10/zsh-61/zsh/
H A Dconfigure9756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_RSS" >&5
9757 $as_echo_n "checking for limit RLIMIT_RSS... " >&6; }
9772 RLIMIT_RSS
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if RLIMIT_VMEM and RLIMIT_RSS are the same" >&5
10190 $as_echo_n "checking if RLIMIT_VMEM and RLIMIT_RSS are the same... " >&6; }
10209 if (RLIMIT_RSS == RLIMIT_VMEM) ret = 0;
10279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if RLIMIT_RSS and RLIMIT_AS are the same" >&5
10280 $as_echo_n "checking if RLIMIT_RSS and RLIMIT_AS are the same... " >&6; }
10299 if (RLIMIT_AS == RLIMIT_RSS) ret = 0;

Completed in 184 milliseconds