Home | History | Annotate | Download | only in src

Lines Matching full:rlimits

3416 #include "rlimits.gen"
3421 static const struct limits * const rlimits[] = {
3423 #include "rlimits.gen"
3428 #include "rlimits.gen"
3456 while (i < NELEM(rlimits)) {
3457 if (rlimits[i]->optchar == what)
3469 return (set_ulimit(rlimits[i], wp[builtin_opt.optind], how));
3472 print_ulimit(rlimits[i], how);
3473 else for (i = 0; i < NELEM(rlimits); ++i) {
3474 shprintf("%-20s ", rlimits[i]->name);
3475 print_ulimit(rlimits[i], how);