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

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c93 char * linebreak; member in struct:dns_totext_ctx
307 ctx->linebreak = ctx->linebreak_buf;
309 ctx->linebreak = NULL;
534 ctx->linebreak,
H A Drdata.c113 const char *linebreak; /*%< Line break string. */ member in struct:dns_rdata_textctx
811 tctx->linebreak,
860 tctx.linebreak = " ";
867 const char *linebreak, isc_buffer_t *target)
880 tctx.linebreak = linebreak;
883 tctx.linebreak = " ";
865 dns_rdata_tofmttext(dns_rdata_t *rdata, dns_name_t *origin, unsigned int flags, unsigned int width, const char *linebreak, isc_buffer_t *target) argument

Completed in 201 milliseconds