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
528 share__optarg = NULL; in share___getopt_internal()
616 share__optarg = argv[share__optind++]; in share___getopt_internal()
701 share__optarg = nameend + 1; in share___getopt_internal()
727 share__optarg = argv[share__optind++]; in share___getopt_internal()
814 share__optarg = nextchar; in share___getopt_internal()
837 share__optarg = argv[share__optind++]; in share___getopt_internal()
842 for (nextchar = nameend = share__optarg; *nameend && *nameend != '='; nameend++) in share___getopt_internal()
885 share__optarg = nameend + 1; in share___getopt_internal()
900 share__optarg = argv[share__optind++]; in share___getopt_internal()
[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.c657 had_error |= (parse_option(short_option, long_options_[option_index].name, share__optarg) != 0); in parse_options()
664 had_error |= (parse_option(short_option, 0, share__optarg) != 0); in parse_options()
/external/flac/src/metaflac/
Doptions.c170 had_error |= !parse_option(option_index, share__optarg, options); in parse_options()