Searched refs:endptr (Results 1 – 1 of 1) sorted by relevance
1089 char *endptr; in iperf_parse_arguments() local1348 test->settings->tos = strtol(optarg, &endptr, 0); in iperf_parse_arguments()1349 if (endptr == optarg || in iperf_parse_arguments()1371 test->settings->flowlabel = strtol(optarg, &endptr, 0); in iperf_parse_arguments()1372 if (endptr == optarg || in iperf_parse_arguments()1459 test->affinity = strtol(optarg, &endptr, 0); in iperf_parse_arguments()1460 if (endptr == optarg || in iperf_parse_arguments()