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

/freebsd-current/contrib/ofed/opensm/opensm/
H A Dmain.c612 int next_option; local
715 next_option = getopt_long_only(argc, argv, short_option,
717 switch (next_option) {
725 } while (next_option != -1);
739 next_option = getopt_long_only(argc, argv, short_option,
741 switch (next_option) {
1155 } while (next_option != -1);

Completed in 53 milliseconds