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

/bind-9.11.3/lib/dns/tests/
H A Drdata_test.c146 char buf_totext[1024] = { 0 }; local
181 isc_buffer_init(&target, buf_totext, sizeof(buf_totext));
187 ATF_REQUIRE_EQ_MSG(strcmp(buf_totext, text_ok->text_out), 0,
190 text_ok->lineno, text_ok->text_in, buf_totext, local

Completed in 18 milliseconds