Home | History | Annotate | Download | only in libiberty

Lines Matching refs:opt_char

6361   int opt_char;
6370 opt_char = getopt_long (argc, argv, "hpv", long_options, NULL);
6371 switch (opt_char)
6390 while (opt_char != -1);