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

/macosx-10.10/file_cmds-242/pax/
H A Dpax.c344 struct rlimit reslimit; local
352 if (getrlimit(RLIMIT_DATA , &reslimit) == 0){
353 reslimit.rlim_cur = reslimit.rlim_max;
354 (void)setrlimit(RLIMIT_DATA , &reslimit);
361 if (getrlimit(RLIMIT_FSIZE , &reslimit) == 0){
362 reslimit.rlim_cur = reslimit.rlim_max;
363 (void)setrlimit(RLIMIT_FSIZE , &reslimit);
369 if (getrlimit(RLIMIT_STACK , &reslimit)
[all...]

Completed in 105 milliseconds