Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c77 char *optarg; /* argument associated with option */ variable
298 optarg = has_equal; in parse_long_options()
304 optarg = nargv[optind++]; in parse_long_options()
308 && (optarg == NULL)) { in parse_long_options()
387 optarg = NULL;
423 optarg = nargv[optind++];
547 optarg = NULL;
549 optarg = place;
558 optarg = nargv[optind];
/bionic/benchmarks/
Dbionic_benchmarks.cpp125 char* optarg = argv[i]; in SanitizeOpts() local
130 strncmp(g_long_options[opt_idx].name, optarg + 2, in SanitizeOpts()
135 new_argv->push_back(optarg); in SanitizeOpts()
140 if (!strchr(optarg, '=')) { in SanitizeOpts()
164 if (*optarg) { in ParseOpts()
166 opts.cpu_to_lock = strtol(optarg, &check_null, 10); in ParseOpts()
168 errx(1, "ERROR: Args %s is not a valid integer.", optarg); in ParseOpts()
176 if (*optarg) { in ParseOpts()
177 opts.xmlpath = optarg; in ParseOpts()
184 if (*optarg) { in ParseOpts()
[all …]
/bionic/tools/versioner/src/
Dversioner.cpp509 int api_level = strtol(optarg, &end, 10); in main()
510 if (end == optarg || strlen(end) > 0) { in main()
519 std::optional<Arch> arch = arch_from_string(optarg); in main()
521 errx(1, "unknown architecture '%s'", optarg); in main()
532 platform_dir = optarg; in main()
543 errx(1, "'%s' is not a file or directory", optarg); in main()
556 preprocessor_output_path = optarg; in main()
571 if (!android::base::ParseInt<int>(optarg, &max_thread_count, 1)) { in main()
/bionic/libc/include/bits/
Dgetopt.h46 extern char* _Nullable optarg;
/bionic/libc/kernel/uapi/sound/
Dsfnt_info.h20 short optarg; member
/bionic/tests/headers/posix/
Dunistd_h.c396 cp = optarg; in unistd_h()
/bionic/libc/tools/
Dposix-2013.txt617 optarg
/bionic/tools/versioner/platforms/
Dlibc.map.txt717 optarg; # var
/bionic/libc/
Dlibc.map.txt717 optarg; # var