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

/bind-9.11.3/bin/named/
H A Dmain.c337 isc_boolean_t quoted = ISC_FALSE; local
353 if (quoted || isalnum(*src & 0xff) ||
357 quoted = ISC_FALSE;
360 quoted = ISC_TRUE;
/bind-9.11.3/unit/atf-src/tools/
H A Dparser.hpp231 bool done = false, quoted = false; local
260 quoted = true;
289 if (!quoted && !text.empty()) {
/bind-9.11.3/lib/dns/
H A Drbt.c463 printnodename(dns_rbtnode_t *node, isc_boolean_t quoted, FILE *f);
3031 printnodename(dns_rbtnode_t *node, isc_boolean_t quoted, FILE *f) { argument
3045 if (quoted)

Completed in 19 milliseconds