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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.h67 extern char *time2str (time_t sec, int precision);
H A Drollover.c394 domain, dkp->tag, time2str (exptime, 's'));
425 lg_mesg (LG_DEBUG, "Act Exptime: %s", time2str (exptime, 's'));
426 lg_mesg (LG_DEBUG, "Stb time: %s", time2str (dki_time (standbykey), 's'));
427 lg_mesg (LG_DEBUG, "Stb time+wait: %s", time2str (dki_time (standbykey) + min (DAYSEC * 30, z->key_ttl), 's'));
H A Dzkt.c130 printf (" %-20s", time2str (dkp->gentime ? dkp->gentime: dkp->time, 's'));
132 printf (" %-20s", time2str (dkp->exptime, 's'));
H A Dzkt-signer.c759 dbg_val2 ("new_keysetfile (%s, %s)\n", dir, time2str (zone_signing_time, 's'));
766 dbg_val2 ("newkeysetfile timestamp of %s = %s\n", path, time2str (file_mtime(path), 's'));
803 fprintf (fp, ";\t Last generation time %s\n", time2str (curr, 's'));
H A Dmisc.c821 ** time2str (sec, precison)
825 char *time2str (time_t sec, int precision) function
H A Ddki.c756 len += fprintf (fp, "generated %s\n", time2str (dkp->time, 's'));

Completed in 20 milliseconds