Home | History | Annotate | Download | only in tests

Lines Matching refs:rlim_max

26    newrlim.rlim_cur = oldrlim.rlim_max+1;
27 newrlim.rlim_max = oldrlim.rlim_max;
41 newrlim.rlim_cur = oldrlim.rlim_max;
42 newrlim.rlim_max = oldrlim.rlim_max+1;
57 newrlim.rlim_max = oldrlim.rlim_max;
78 if (newrlim.rlim_max != oldrlim.rlim_max)
80 fprintf(stderr, "rlim_max is %llu (should be %llu)\n",
81 (unsigned long long)newrlim.rlim_max,
82 (unsigned long long)oldrlim.rlim_max);