Lines Matching refs:strtoul
816 bw = strtoul(arg, &end, 0); in read_bandwidth()
1426 fs->qsize = strtoul(av[0], &end, 0); in ipfw_config_pipe()
1440 *buckets = strtoul(av[0], NULL, 0); in ipfw_config_pipe()
1531 a = strtoul(av[0]+1, &end, 0); in ipfw_config_pipe()
1535 a = strtoul(av[0], &end, 0); in ipfw_config_pipe()
1609 fs->min_th = strtoul(end, &end, 0); in ipfw_config_pipe()
1614 fs->max_th = strtoul(end, &end, 0); in ipfw_config_pipe()
1646 p->delay = strtoul(av[0], NULL, 0); in ipfw_config_pipe()
1702 fs->sched_nr = strtoul(av[0], &end, 0); in ipfw_config_pipe()
1873 v[0] = strtoul(s, &endptr, 10); in parse_range()
1875 strtoul(endptr+1, &endptr, 10); in parse_range()