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

/bind-9.11.3/unit/atf-src/atf-c/
H A Dtp_test.c67 if (optopt != 's')
68 atf_tc_fail("Unexpected unknown option -%c found", optopt);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication_test.cpp65 if (optopt != 's')
H A Dapplication.cpp179 ::optopt);
182 throw usage_error("Unknown option -%c.", ::optopt);
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication_test.cpp69 if (optopt != 's')
H A Dapplication.cpp189 ::optopt);
192 throw usage_error("Unknown option -%c.", ::optopt);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtp_main.c359 err = usage_error("Option -%c requires an argument.", optopt);
364 err = usage_error("Unknown option -%c.", optopt);
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp590 throw usage_error("Option -%c requires an argument.", ::optopt);
595 throw usage_error("Unknown option -%c.", ::optopt);
/bind-9.11.3/contrib/sdb/ldap/
H A Dzone2ldap.c143 extern int optind, opterr, optopt;
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c704 fprintf(stderr, "Invalid option: -%c\n", optopt);

Completed in 25 milliseconds