Searched refs:getopt_long_index (Results 1 – 2 of 2) sorted by relevance
151 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local172 (argc, argv, short_options, long_options, &getopt_long_index); in main()179 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()180 option_character = long_options[getopt_long_index].val; in main()
93 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local111 (argc, argv, short_options, long_options, &getopt_long_index); in main()118 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()119 option_character = long_options[getopt_long_index].val; in main()