Home | History | Annotate | Download | only in test

Lines Matching refs:next_option

1126     int next_option;
1203 next_option = getopt_long(argc, argv, short_options,long_options, NULL);
1204 switch(next_option)
1314 }while (next_option != -1);