Home
last modified time | relevance | path

Searched refs:share__optarg (Results 1 – 5 of 5) sorted by relevance

/external/flac/src/share/getopt/
Dgetopt.c128 char *share__optarg = 0; /*[JEC] initialize to avoid being a 'Common' symbol */ variable
532 share__optarg = NULL;
620 share__optarg = argv[share__optind++];
705 share__optarg = nameend + 1;
731 share__optarg = argv[share__optind++];
818 share__optarg = nextchar;
841 share__optarg = argv[share__optind++];
846 for (nextchar = nameend = share__optarg; *nameend && *nameend != '='; nameend++)
889 share__optarg = nameend + 1;
904 share__optarg = argv[share__optind++];
[all …]
Dgetopt1.c148 if (share__optarg)
149 printf (" with arg %s", share__optarg);
178 printf ("option c with value `%s'\n", share__optarg);
182 printf ("option d with value `%s'\n", share__optarg);
/external/flac/include/share/
Dgetopt.h51 extern char *share__optarg;
/external/flac/src/flac/
Dmain.c626 had_error |= (parse_option(short_option, long_options_[option_index].name, share__optarg) != 0); in parse_options()
633 had_error |= (parse_option(short_option, 0, share__optarg) != 0); in parse_options()
/external/flac/src/metaflac/
Doptions.c167 had_error |= !parse_option(option_index, share__optarg, options); in parse_options()