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

/haiku-fatelf/src/bin/bc/bc/
H A Dmain.c79 int optch; local
89 optch = getopt_long (argc, argv, "chilqswv", long_options, &long_index);
91 if (optch == EOF) /* End of arguments. */
94 switch (optch)
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dcardctl.c662 int optch, errflg = 0; local
673 while ((optch = getopt(argc, argv, opts)) != -1) {
674 switch (optch) {
H A Dpack_cis.c404 int optch, errflg = 0; local
410 while ((optch = getopt(argc, argv, "o:")) != -1) {
411 switch (optch) {
H A Ddump_cis.c1021 int optch, errflg, first; local
1026 while ((optch = getopt(argc, argv, "fvi:")) != -1) {
1027 switch (optch) {

Completed in 96 milliseconds