Home
last modified time | relevance | path

Searched refs:optind (Results 1 – 15 of 15) sorted by relevance

/posix/
A Dgetopt.c103 int optind = 1; variable
301 d->optind++; in process_long_option()
322 d->optind++; in process_long_option()
332 d->optind++; in process_long_option()
527 if (d->optind != argc && !strcmp (argv[d->optind], "--")) in _getopt_internal_r()
529 d->optind++; in _getopt_internal_r()
661 d->optind++; in _getopt_internal_r()
675 d->optind++; in _getopt_internal_r()
708 getopt_data.optind = optind; in _getopt_internal()
715 optind = getopt_data.optind; in _getopt_internal()
[all …]
A Dglobtest.c81 if (optind >= argc || chdir (argv[optind])) in main()
84 j = optind + 1; in main()
85 if (optind + 1 >= argc) in main()
89 for (j = optind + 1; j < argc; j++) { in main()
A Dgetopt1.c81 int this_option_optind = optind ? optind : 1; in main()
148 if (optind < argc) in main()
151 while (optind < argc) in main()
152 printf ("%s ", argv[optind++]); in main()
A Dtstgetopt.c70 for (index = optind; index < argc; index++) in main()
73 result |= optind + 1 != argc || strcmp (argv[optind], "random") != 0; in main()
A Dbug-getopt2.c58 optind = 0; in do_test()
63 optind = 1; in do_test()
A Dgetopt_int.h66 int optind; member
A Dbug-getopt1.c9 optind = 1; in one_test()
A Dbug-getopt5.c17 optind = 1; in one_test()
A Dbug-getopt3.c18 optind = 1; in one_test()
A Dbug-getopt4.c16 optind = 1; in one_test()
A Dtst-rxspencer.c425 if (optind + 1 != argc) in main()
431 f = fopen (argv[optind], "r"); in main()
434 fprintf (stderr, "Couldn't open %s\n", argv[optind]); in main()
A Dtst-getopt-cancel.c95 optind = 0; \
A DVersions21 environ; optarg; opterr; optind; optopt;
A Dtst-regex.input1511 [__USE_XOPEN && !__USE_GNU] Declare optarg, optind, opterr. Add
/posix/bits/
A Dgetopt_core.h50 extern int optind;

Completed in 33 milliseconds