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

/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c3363 char *serialformatstr = NULL; local
3579 serialformatstr = isc_commandline_argument;
3807 if (serialformatstr != NULL) {
3808 if (strcasecmp(serialformatstr, "keep") == 0) {
3810 } else if (strcasecmp(serialformatstr, "increment") == 0 ||
3811 strcasecmp(serialformatstr, "incr") == 0)
3814 } else if (strcasecmp(serialformatstr, "unixtime") == 0) {
3816 } else if (strcasecmp(serialformatstr, "date") == 0) {
3819 fatal("unknown soa serial format: %s", serialformatstr);

Completed in 111 milliseconds