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

/bind-9.11.3/lib/dns/tests/
H A Dmaster_test.c211 ATF_TC(nottl); variable
212 ATF_TC_HEAD(nottl, tc) {
218 ATF_TC_BODY(nottl, tc) {
664 ATF_TP_ADD_TC(tp, nottl);
/bind-9.11.3/bin/dig/
H A Ddig.c63 multiline = ISC_FALSE, nottl = ISC_FALSE, noclass = ISC_FALSE, variable
439 if (nottl)
461 if (multiline || (nottl && noclass))
465 else if (nottl || noclass)
526 if (nottl)
543 if (multiline || (nottl && noclass))
547 else if (nottl || noclass)
1452 nottl = ISC_TF(!state);
1456 nottl = ISC_FALSE;
/bind-9.11.3/bin/delv/
H A Ddelv.c107 nottl = ISC_FALSE, variable
509 if (nottl)
520 if (multiline || (nottl && noclass))
524 else if (nottl || noclass)
1150 nottl = ISC_TF(!state);

Completed in 19 milliseconds