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

/haiku/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 84 milliseconds