Searched refs:share__optind (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c140 Otherwise, `share__optind' communicates from one call to the next
144 int share__optind = 1;
146 /* Formerly, initialization of getopt depended on share__optind==0, which
199 `--' can cause `share__getopt' to return -1 with `share__optind' != ARGC. */
309 The other is elements [last_nonopt,share__optind), which contains all
325 int top = share__optind;
395 first_nonopt += (share__optind - last_nonopt);
396 last_nonopt = share__optind;
414 first_nonopt = last_nonopt = share__optind;
483 updating `share__optind' an
143 int share__optind = 1; variable
[all...]
H A Dgetopt1.c128 int this_option_optind = share__optind ? share__optind : 1;
195 if (share__optind < argc)
198 while (share__optind < argc)
199 printf ("%s ", argv[share__optind++]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dgetopt.h62 Otherwise, `share__optind' communicates from one call to the next
65 extern int share__optind;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c177 options->prefix_with_filename = (argc - share__optind > 1);
179 if(share__optind >= argc && !options->show_long_help && !options->show_version) {
185 options->num_files = argc - share__optind;
191 while(share__optind < argc)
192 options->filenames[i++] = local_strdup(argv[share__optind++]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c636 FLAC__ASSERT(share__optind <= argc);
638 option_values.num_files = argc - share__optind;
644 while(share__optind < argc)
645 option_values.filenames[i++] = local_strdup(argv[share__optind++]);

Completed in 189 milliseconds