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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dchpst.c49 static long limito = -2; variable
197 if (limito >= -1) {
199 limit(RLIMIT_NOFILE, limito);
202 limit(RLIMIT_OFILE, limito);
277 if (option_mask32 & 0x20) limito = xatoul(o); // -o
364 if (option_mask32 & 0x040) limito = xatoul(o); // -o

Completed in 36 milliseconds