Searched refs:clear (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp72 words.clear();
76 words.clear();
81 words.clear();
87 words.clear();
94 words.clear();
107 words.clear();
111 words.clear();
116 words.clear();
123 words.clear();
/bind-9.11.3/unit/atf-src/tools/
H A Dtext_test.cpp76 words.clear();
80 words.clear();
85 words.clear();
91 words.clear();
98 words.clear();
111 words.clear();
115 words.clear();
120 words.clear();
127 words.clear();
H A Dconfig.cpp132 m_variables.clear();
H A Dio.cpp300 line.clear();
301 accum.clear();
H A Dio_test.cpp318 // Things seem to behave fine afterwards if we clear such error condition.
321 os.clear();
H A Dparser.cpp81 m_msg.clear();
H A Dtest-program.cpp72 // Things seem to behave fine afterwards if we clear such error condition.
76 os.clear();
522 props.clear();
H A Datf-report.cpp253 m_tpname.clear();
H A Datf-run.cpp533 tps.clear();
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Ddynstr_test.c444 ATF_TC(clear); variable
445 ATF_TC_HEAD(clear, tc)
449 ATF_TC_BODY(clear, tc)
625 ATF_TP_ADD_TC(tp, clear);
/bind-9.11.3/bin/named/
H A Dmain.c403 isc_boolean_t clear = ISC_FALSE; local
416 clear = ISC_TRUE;
423 if (clear || (*end == '\0'))
428 if (clear)
H A Dserver.c11002 (strcmp(arg, "-clean") == 0 || strcmp(arg, "-clear") == 0)) {
12660 if (strcmp(ptr, "-clean") == 0 || strcmp(ptr, "-clear") == 0) {
12988 isc_boolean_t list = ISC_FALSE, clear = ISC_FALSE; local
13012 else if ((strcasecmp(ptr, "-clear") == 0) ||
13015 clear = ISC_TRUE;
13089 if (clear) {
/bind-9.11.3/bin/tests/system/inline/
H A Dtests.sh75 echo "I:checking removal of private type record via 'rndc signing -clear' ($n)"
80 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear ${key} bits > /dev/null || ret=1
108 echo "I:checking removal of remaining private type record via 'rndc signing -clear all' ($n)"
110 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear all bits > /dev/null || ret=1
294 echo "I:checking removal of private type record via 'rndc signing -clear' (master) ($n)"
299 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear ${key} master > /dev/null || ret=1
327 echo "I:checking removal of remaining private type record via 'rndc signing -clear' (master) ($n)"
329 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear all master > /dev/null || ret=1
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh2279 echo "I:check that 'rndc signing -clear' without additional arguments is handled ($n)"
2281 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear > /dev/null 2>&1 && ret=1
2287 echo "I:check that 'rndc signing -clear all' without zone is handled ($n)"
2289 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear all > /dev/null 2>&1 && ret=1
2426 echo "I:clear signing records ($n)"
2427 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear all update-nsec3.example > /dev/null || ret=1
/bind-9.11.3/bin/tests/system/autosign/
H A Dtests.sh226 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 signing -clear all autonsec3.example. > /dev/null 2>&1

Completed in 79 milliseconds