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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dsoa_6.c90 isc_boolean_t comm; local
97 comm = ISC_TF((tctx->flags & DNS_STYLEFLAG_RRCOMMENT) != 0);
99 comm = ISC_FALSE;
131 snprintf(buf, sizeof(buf), comm ? "%-10lu ; " : "%lu", num);
133 if (comm) {

Completed in 8 milliseconds