Searched refs:getopt_long_index (Results 1 – 2 of 2) sorted by relevance
153 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local174 (argc, argv, short_options, long_options, &getopt_long_index); in main()181 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()182 option_character = long_options[getopt_long_index].val; in main()
95 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local113 (argc, argv, short_options, long_options, &getopt_long_index); in main()120 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()121 option_character = long_options[getopt_long_index].val; in main()