Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/validator/
HDval_sigcrypt.c1182 char now_buf[16]; in sigdate_error() local
1193 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) { in sigdate_error()
1195 incep_buf, now_buf); in sigdate_error()