Searched defs:getopt (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtp_test.c37 ATF_TC(getopt); variable
38 ATF_TC_HEAD(getopt, tc)
40 atf_tc_set_md_var(tc, "descr", "Checks if getopt(3) global state is "
42 "getopt(3) again");
44 ATF_TC_BODY(getopt, tc)
60 * same driver to start, we can test getopt(3) right here without doing
63 while ((ch = getopt(argc, argv, ":Z")) != -1) {
78 "after the call to getopt(3)");
95 ATF_TP_ADD_TC(tp, getopt);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication_test.cpp58 // same driver to start, we can test getopt(3) right here without doing
61 while ((ch = ::getopt(argc, argv, ":Z")) != -1) {
82 ATF_TEST_CASE_WITHOUT_HEAD(getopt); variable
83 ATF_TEST_CASE_BODY(getopt)
93 ATF_ADD_TEST_CASE(tcs, getopt);
/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py14 import getopt namespace
59 optlist, args = getopt.getopt(sys.argv[1:], "hp:f:n:t:m:",
79 except getopt.error, reason:

Completed in 300 milliseconds