Searched refs:RLIMIT_CPU (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dulimit.h38 # define RLIMIT_CPU (LIM_CPU-1) macro
52 # define RLIMIT_CPU LIM_CPU macro
97 #ifndef RLIMIT_CPU
98 #define RLIMIT_CPU RLIMIT_UNKNOWN macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/data/
H A Dlimits.c41 "cpu", "cpu time", RLIMIT_CPU, 0, 't', LIM_SECOND,
/macosx-10.10/sudo-73/src/
H A Daix.c60 { RLIMIT_CPU, S_UCPU, S_UCPU_HARD, 1 },
116 case RLIMIT_CPU:
/macosx-10.10/apache-793/httpd/os/unix/
H A Dunixd.h85 #if defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_NPROC) || defined(RLIMIT_AS)
H A Dunixd.c61 #if (defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_NPROC) || defined(RLIMIT_AS)) && APR_HAVE_STRUCT_RLIMIT && APR_HAVE_GETRLIMIT
/macosx-10.10/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h90 #ifdef RLIMIT_CPU
/macosx-10.10/apr-32/apr/apr/threadproc/netware/
H A Dproc.c246 #ifdef RLIMIT_CPU
248 if ((setrlimit(RLIMIT_CPU, attr->limit_cpu)) != 0) {
458 #ifdef RLIMIT_CPU
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dresource.c50 *rlim_resource = RLIMIT_CPU;
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dresource.c50 *rlim_resource = RLIMIT_CPU;
/macosx-10.10/system_cmds-643.1.1/vipw.tproj/
H A Dpw_util.c106 (void)setrlimit(RLIMIT_CPU, &rlim);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.print.c49 #if defined(BSDLIMIT) || defined(RLIMIT_CPU)
/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dproc.c247 #ifdef RLIMIT_CPU
249 if ((setrlimit(RLIMIT_CPU, attr->limit_cpu)) != 0) {
756 #ifdef RLIMIT_CPU
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dmain.c217 (void)setrlimit(RLIMIT_CPU, &limit);
401 (void)setrlimit(RLIMIT_CPU, &limit);
447 (void)setrlimit(RLIMIT_CPU, &limit);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dulimit.c175 #ifdef RLIMIT_CPU
176 { 't', RLIMIT_CPU, 1, "cpu time", "seconds" },
177 #endif /* RLIMIT_CPU */
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h483 # if defined(__hpux) && !defined(RLIMIT_CPU)
488 # define RLIMIT_CPU 0 macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dresource.h380 #define RLIMIT_CPU 0 /* cpu time per process */ macro
/macosx-10.10/zsh-61/zsh/Src/Builtins/
H A Drlimits.c315 case RLIMIT_CPU:
791 res = RLIMIT_CPU;
/macosx-10.10/apache-793/httpd/include/
H A Dhttp_core.h540 #ifdef RLIMIT_CPU
/macosx-10.10/remote_cmds-47/rpc_yppasswdd.tproj/
H A Dpasswd.c163 (void)setrlimit(RLIMIT_CPU, &rlim);
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgid.c74 #if defined (RLIMIT_CPU) || defined (RLIMIT_NPROC) || defined (RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_AS)
177 #ifdef RLIMIT_CPU
531 #if defined(RLIMIT_CPU) && defined(AP_CGID_USE_RLIMIT)
769 #ifdef RLIMIT_CPU
H A Dmod_cgi.c57 #if defined (RLIMIT_CPU) || defined (RLIMIT_NPROC) || defined (RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_AS)
430 #if defined(RLIMIT_CPU) && defined(AP_CGI_USE_RLIMIT)
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_ext_filter.c365 #if defined(RLIMIT_CPU) || defined(RLIMIT_NPROC) || \
371 #ifdef RLIMIT_CPU
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1300 if (child_proc->p_limit->pl_rlimit[RLIMIT_CPU].rlim_cur != RLIM_INFINITY) {
1301 uint64_t rlim_cur = child_proc->p_limit->pl_rlimit[RLIMIT_CPU].rlim_cur;
/macosx-10.10/apache-793/httpd/server/
H A Dcore.c54 #if defined(RLIMIT_CPU) || defined (RLIMIT_DATA) || defined (RLIMIT_VMEM) || defined(RLIMIT_AS) || defined (RLIMIT_NPROC)
294 #ifdef RLIMIT_CPU
3437 #if !defined (RLIMIT_CPU) || !(defined (RLIMIT_DATA) || defined (RLIMIT_VMEM) || defined(RLIMIT_AS)) || !defined (RLIMIT_NPROC)
3448 #ifdef RLIMIT_CPU
3454 ap_unixd_set_rlimit(cmd, &conf->limit_cpu, arg, arg2, RLIMIT_CPU);
4054 #ifdef RLIMIT_CPU
/macosx-10.10/ruby-106/ruby/
H A Dprocess.c4410 #ifdef RLIMIT_CPU
6694 #ifdef RLIMIT_CPU
6699 rb_define_const(rb_mProcess, "RLIMIT_CPU", INT2FIX(RLIMIT_CPU));

Completed in 948 milliseconds

12