Searched refs:optopt (Results 1 - 9 of 9) sorted by relevance
| /bind-9.11.3/unit/atf-src/atf-c/ |
| H A D | tp_test.c | 67 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 D | application_test.cpp | 65 if (optopt != 's')
|
| H A D | application.cpp | 179 ::optopt); 182 throw usage_error("Unknown option -%c.", ::optopt);
|
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | application_test.cpp | 69 if (optopt != 's')
|
| H A D | application.cpp | 189 ::optopt); 192 throw usage_error("Unknown option -%c.", ::optopt);
|
| /bind-9.11.3/unit/atf-src/atf-c/detail/ |
| H A D | tp_main.c | 359 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 D | tests.cpp | 590 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 D | zone2ldap.c | 143 extern int optind, opterr, optopt;
|
| /bind-9.11.3/contrib/queryperf/ |
| H A D | queryperf.c | 704 fprintf(stderr, "Invalid option: -%c\n", optopt);
|
Completed in 25 milliseconds