Lines Matching defs:next
90 char *next;
100 sys = strtol(name, &next, 0);
102 if (sys < 0 || sys > PRMAXSYS || *next != '\0')
336 char *next;
346 sig = strtol(name, &next, 0);
347 if (sig <= 0 || sig > PRMAXSIG || *next != '\0') {
410 char *next;
420 flt = strtol(name, &next, 0);
421 if (flt <= 0 || flt > PRMAXFAULT || *next != '\0') {
483 char *next;
493 fd = strtol(name, &next, 0);
494 if (fd >= 0 && fd < NOFILES_MAX && *next == '\0') {
548 Dyp->next = NULL;
552 Lastpat->next = Dyp;