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

/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkzone.c111 const char *outputformatstr = NULL; local
213 outputformatstr = isc_commandline_argument;
403 if (outputformatstr != NULL) {
404 if (strcasecmp(outputformatstr, "text") == 0)
406 else if (strcasecmp(outputformatstr, "raw") == 0)
410 outputformatstr);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c3058 char *inputformatstr = NULL, *outputformatstr = NULL; local
3238 outputformatstr = isc_commandline_argument;
3368 if (outputformatstr != NULL) {
3369 if (strcasecmp(outputformatstr, "text") == 0)
3371 else if (strcasecmp(outputformatstr, "raw") == 0)
3374 fatal("unknown file format: %s\n", outputformatstr);

Completed in 37 milliseconds