Lines Matching defs:output
3082 CHECKM(ns_config_get(maps, "dnstap-output", &obj),
3083 "'dnstap-output' must be set if 'dnstap' is set");
3087 CHECKM(ISC_R_FAILURE, "dnstap-output mode not found");
3095 CHECKM(ISC_R_FAILURE, "dnstap-output path not found");
3128 "fstrm-set-output-notify-threshold",
3137 result = ns_config_get(maps, "fstrm-set-output-queue-model",
3148 result = ns_config_get(maps, "fstrm-set-output-queue-size",
10089 /* "-" here means print the output instead of dumping to file */
13126 char output[BUFSIZ];
13131 isc_buffer_init(&buf, output, sizeof(output));
13135 CHECK(putstr(text, output));
13445 /* Indicate truncated output if possible. */