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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c3106 char *serialformatstr = NULL; local
3328 serialformatstr = isc_commandline_argument;
3554 if (serialformatstr != NULL) {
3555 if (strcasecmp(serialformatstr, "keep") == 0)
3557 else if (strcasecmp(serialformatstr, "increment") == 0 ||
3558 strcasecmp(serialformatstr, "incr") == 0)
3560 else if (strcasecmp(serialformatstr, "unixtime") == 0)
3562 else if (strcasecmp(serialformatstr, "date") == 0)
3566 serialformatstr);

Completed in 22 milliseconds