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

/freebsd-10-stable/bin/pax/
H A Dpax.c334 struct rlimit reslimit; local
342 if (getrlimit(RLIMIT_DATA , &reslimit) == 0){
343 reslimit.rlim_cur = reslimit.rlim_max;
344 (void)setrlimit(RLIMIT_DATA , &reslimit);
351 if (getrlimit(RLIMIT_FSIZE , &reslimit) == 0){
352 reslimit.rlim_cur = reslimit.rlim_max;
353 (void)setrlimit(RLIMIT_FSIZE , &reslimit);
359 if (getrlimit(RLIMIT_STACK , &reslimit)
[all...]

Completed in 34 milliseconds