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

/bind-9.11.3/lib/dns/
H A Dkeytable.c559 putstr(isc_buffer_t **b, const char *str) { function
585 (void) putstr(&text, "\n");
587 (void) putstr(&text, "none");
589 (void) putstr(&text, "could not dump key table: ");
590 (void) putstr(&text, isc_result_totext(result));
629 result = putstr(text, obuf);
H A Dnta.c500 putstr(isc_buffer_t **b, const char *str) { function
556 result = putstr(buf, obuf);
638 (void) putstr(&text, "\n");
640 (void) putstr(&text, "none");
642 (void) putstr(&text, "could not dump NTA table: ");
643 (void) putstr(&text, isc_result_totext(result));
H A Ddnstap.c784 putstr(isc_buffer_t **b, const char *str) { function
808 return (putstr(b, buf));
1119 CHECK(putstr(dest, "???\?-?\?-?? ??:??:??.??? "));
1121 CHECK(putstr(dest, buf));
1122 CHECK(putstr(dest, " "));
1128 CHECK(putstr(dest, "AQ "));
1131 CHECK(putstr(dest, "AR "));
1134 CHECK(putstr(dest, "CQ "));
1137 CHECK(putstr(dest, "CR "));
1140 CHECK(putstr(des
[all...]
/bind-9.11.3/bin/named/
H A Dserver.c463 putstr(isc_buffer_t **b, const char *str);
6923 putstr(text, "zone ");
6925 putstr(text, " ");
6927 putstr(text, ";\n");
9281 (void) putstr(text, "token too large");
9287 (void) putstr(text, isc_result_totext(result));
9402 tresult = putstr(text, problem);
9495 (void) putstr(text, msg);
9544 (void) putstr(text, msg);
9581 (void) putstr(tex
13173 putstr(isc_buffer_t **b, const char *str) { function
[all...]

Completed in 223 milliseconds