Home | History | Annotate | Download | only in tests

Lines Matching full:rlim_max

23    newrlim.rlim_cur = oldrlim.rlim_max+1;
24 newrlim.rlim_max = oldrlim.rlim_max;
38 newrlim.rlim_cur = oldrlim.rlim_max;
39 newrlim.rlim_max = oldrlim.rlim_max+1;
54 newrlim.rlim_max = oldrlim.rlim_max;
75 if (newrlim.rlim_max != oldrlim.rlim_max)
77 fprintf(stderr, "rlim_max is %llu (should be %llu)\n",
78 (unsigned long long)newrlim.rlim_max,
79 (unsigned long long)oldrlim.rlim_max);