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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dchpst.c47 static long limitl = -2; variable
176 if (limitl >= -1) {
178 limit(RLIMIT_MEMLOCK, limitl);
275 if (option_mask32 & 0x8) limits = limitl = limita = limitd = xatoul(m); // -m
362 if (option_mask32 & 0x010) limitl = xatoul(l); // -l
363 if (option_mask32 & 0x020) limits = limitl = limita = limitd = xatoul(m); // -m

Completed in 89 milliseconds