Lines Matching defs:optarg
5979 void parse_cpu_command(char *optarg)
5984 if (!strcmp(optarg, "core")) {
5990 if (!strcmp(optarg, "package")) {
6006 next = optarg;
6056 fprintf(stderr, "\"--cpu %s\" malformed\n", optarg);
6093 parse_add_command(optarg);
6096 parse_cpu_command(optarg);
6103 bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST);
6114 bic_enabled &= ~bic_lookup(optarg, HIDE_LIST);
6122 double interval = strtod(optarg, NULL);
6144 outf = fopen_or_die(optarg, "w");
6150 num_iterations = strtod(optarg, NULL);
6165 bic_enabled = bic_lookup(optarg, SHOW_LIST);
6167 bic_enabled |= bic_lookup(optarg, SHOW_LIST);
6174 tcc_activation_temp_override = atoi(optarg);