Searched refs:optarg (Results 1 – 25 of 57) sorted by relevance
123
9 extern char *optarg;87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); in get_options()91 ASSERT(optarg); \ in get_options()92 (*name) = strdup(optarg); \ in get_options()96 ASSERT(optarg); \ in get_options()97 if (strlen(optarg) >= 2 && optarg[0] == '0' && optarg[1] == 'x') { \ in get_options()98 FAILIF(1 != sscanf(optarg+2, "%x", val), \ in get_options()101 FAILIF(1 != sscanf(optarg, "%d", val), \ in get_options()112 if (optarg) in get_options()113 INFO (" with arg %s", optarg); in get_options()
40 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`53 JOBS="-j$optarg"
10 optarg
12 optarg
13 optarg