Home
last modified time | relevance | path

Searched refs:now_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1395 char now_buf[16]; in sigdate_error() local
1406 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) { in sigdate_error()
1408 incep_buf, now_buf); in sigdate_error()