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

/bind-9.11.3/bin/tools/
H A Dnamed-rrchecker.c17 #include <isc/print.h>
39 fprintf(stderr, "\t-h: print this help message\n");
42 fprintf(stderr, "\t-p: print the record in canonical format\n");
46 fprintf(stderr, "\t-u: print the record in unknown record format\n");
80 isc_boolean_t print = ISC_FALSE; local
94 print = ISC_TRUE;
265 if (print) {
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c25 #include <isc/print.h>
519 isc_boolean_t print = ISC_FALSE; local
573 print = ISC_TRUE;
606 if (((flags & CFG_PRINTER_XKEY) != 0) && !print) {
648 if (print && exit_status == 0)
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h119 cfg_printfunc_t print; member in struct:cfg_type

Completed in 14 milliseconds