Lines Matching refs:strtol
784 if (isdigit(*line)) command->lmatch[i] = strtol(line, &line, 0);878 else if (!(command->sflags>>3) && 0<(l = strtol(line, &line, 10))) {