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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.h74 extern char *age2str (time_t sec);
H A Ddnssec-zkt.c635 fprintf (stdout, "\t age of parent_file %d %s\n", parent_age, str_delspace (age2str (parent_age)));
637 fprintf (stdout, "\t parent_propagation %d %s\n", parent_propagation, str_delspace (age2str (parent_propagation)));
638 fprintf (stdout, "\t keys ttl %d %s\n", key_ttl, age2str (key_ttl));
677 str_delspace (age2str (conf->proptime + key_ttl - parent_age)));
692 str_delspace (age2str (parent_propagation + key_ttl - parent_age)));
H A Dzkt-keyman.c542 fprintf (stdout, "\t age of parent_file %d %s\n", parent_age, str_delspace (age2str (parent_age)));
544 fprintf (stdout, "\t parent_propagation %d %s\n", parent_propagation, str_delspace (age2str (parent_propagation)));
545 fprintf (stdout, "\t keys ttl %d %s\n", key_ttl, age2str (key_ttl));
584 str_delspace (age2str (conf->proptime + key_ttl - parent_age)));
599 str_delspace (age2str (parent_propagation + key_ttl - parent_age)));
H A Drollover.c278 ksk->tag, str_delspace (age2str (age)));
280 zp->zone, ksk->tag, str_delspace (age2str (age - lifetime)));
435 activekey->tag, str_delspace (age2str (dki_age (activekey, currtime))));
625 domain, akey->tag, str_delspace (age2str (age - lifetime)));
H A Dzkt.c134 printf (" %16s", age2str (dki_age (dkp, currtime)));
H A Dzkt-signer.c562 str_delspace (age2str (zp->conf->resign)));
686 const char *tstr = str_delspace (age2str (timer));
H A Dmisc.c918 ** age2str (sec)
921 char *age2str (time_t sec) function

Completed in 22 milliseconds