Home | History | Annotate | Download | only in src

Lines Matching defs:limits

3123 struct limits {
3130 static void print_ulimit(const struct limits *, int);
3131 static int set_ulimit(const struct limits *, const char *, int);
3133 /* Magic to divine the 'm' and 'v' limits */
3179 static const struct limits limits[] = {
3256 static char opts[3 + NELEM(limits)];
3259 const struct limits *l;
3266 for (l = limits; l->name; l++)
3289 for (l = limits; l->name && l->option != what; l++)
3305 else for (l = limits; l->name; l++) {
3313 set_ulimit(const struct limits *l, const char *v, int how)
3357 print_ulimit(const struct limits *l, int how)