Searched refs:inputformatstr (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkzone.c110 const char *inputformatstr = NULL; local
209 inputformatstr = isc_commandline_argument;
391 if (inputformatstr != NULL) {
392 if (strcasecmp(inputformatstr, "text") == 0)
394 else if (strcasecmp(inputformatstr, "raw") == 0)
398 inputformatstr);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c3058 char *inputformatstr = NULL, *outputformatstr = NULL; local
3191 inputformatstr = isc_commandline_argument;
3359 if (inputformatstr != NULL) {
3360 if (strcasecmp(inputformatstr, "text") == 0)
3362 else if (strcasecmp(inputformatstr, "raw") == 0)
3365 fatal("unknown file format: %s\n", inputformatstr);

Completed in 18 milliseconds