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

12

/macosx-10.9.5/ksh-20/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.9.5/ksh-20/ksh/src/cmd/ksh93/data/
H A Dlimits.c41 "cpu", "cpu time", RLIMIT_CPU, 0, 't', LIM_SECOND,
/macosx-10.9.5/sudo-72/src/
H A Daix.c60 { RLIMIT_CPU, S_UCPU, S_UCPU_HARD, 1 },
116 case RLIMIT_CPU:
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h90 #ifdef RLIMIT_CPU
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h90 #ifdef RLIMIT_CPU
/macosx-10.9.5/apache-786.1/httpd/os/unix/
H A Dunixd.h88 #if defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_NPROC) || defined(RLIMIT_AS)
H A Dunixd.c283 #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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dresource.c50 *rlim_resource = RLIMIT_CPU;
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dresource.c50 *rlim_resource = RLIMIT_CPU;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vipw.tproj/
H A Dpw_util.c106 (void)setrlimit(RLIMIT_CPU, &rlim);
/macosx-10.9.5/system_cmds-597.90.1/vipw.tproj/
H A Dpw_util.c106 (void)setrlimit(RLIMIT_CPU, &rlim);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.print.c49 #if defined(BSDLIMIT) || defined(RLIMIT_CPU)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/unix/
H A Dproc.c244 #ifdef RLIMIT_CPU
246 if ((setrlimit(RLIMIT_CPU, attr->limit_cpu)) != 0) {
675 #ifdef RLIMIT_CPU
/macosx-10.9.5/apr-30/apr/apr/threadproc/unix/
H A Dproc.c251 #ifdef RLIMIT_CPU
253 if ((setrlimit(RLIMIT_CPU, attr->limit_cpu)) != 0) {
758 #ifdef RLIMIT_CPU
/macosx-10.9.5/system_cmds-597.90.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.9.5/system_cmds-597.90.1/system_cmds-597.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.9.5/bash-92/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.9.5/zsh-60/zsh/Src/
H A Dzsh_system.h483 # if defined(__hpux) && !defined(RLIMIT_CPU)
488 # define RLIMIT_CPU 0 macro
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttp_core.h514 #ifdef RLIMIT_CPU
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dresource.h335 #define RLIMIT_CPU 0 /* cpu time per process */ macro
/macosx-10.9.5/zsh-60/zsh/Src/Builtins/
H A Drlimits.c307 case RLIMIT_CPU:
769 res = RLIMIT_CPU;
/macosx-10.9.5/remote_cmds-41.90.1/rpc_yppasswdd.tproj/
H A Dpasswd.c163 (void)setrlimit(RLIMIT_CPU, &rlim);
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_ext_filter.c380 #if defined(RLIMIT_CPU) || defined(RLIMIT_NPROC) || \
387 #ifdef RLIMIT_CPU

Completed in 360 milliseconds

12