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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dprint.c102 time2str(time_t t) function
122 time2str(ev->time), pr ? pr : "UNKNOWN");
170 append_string(context, sp, "%s ", time2str(*ent->valid_start));
176 append_string(context, sp, "%s ", time2str(*ent->valid_end));
182 append_string(context, sp, "%s ", time2str(*ent->pw_end));
203 append_string(context, sp, "%s:%d:%d ", time2str(ent->generation->time),
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dmisc.h69 extern char *time2str (time_t sec, int precision);
H A Drollover.c396 domain, dkp->tag, time2str (exptime, 's'));
427 lg_mesg (LG_DEBUG, "Act Exptime: %s", time2str (exptime, 's'));
428 lg_mesg (LG_DEBUG, "Stb time: %s", time2str (dki_time (standbykey), 's'));
429 lg_mesg (LG_DEBUG, "Stb time+wait: %s", time2str (dki_time (standbykey) + min (DAYSEC * 30, z->key_ttl), 's'));
H A Dzkt.c132 printf (" %-20s", time2str (dkp->gentime ? dkp->gentime: dkp->time, 's'));
134 printf (" %-20s", time2str (dkp->exptime, 's'));
H A Dzkt-signer.c761 dbg_val2 ("new_keysetfile (%s, %s)\n", dir, time2str (zone_signing_time, 's'));
768 dbg_val2 ("newkeysetfile timestamp of %s = %s\n", path, time2str (file_mtime(path), 's'));
805 fprintf (fp, ";\t Last generation time %s\n", time2str (curr, 's'));
H A Dmisc.c823 ** time2str (sec, precison)
827 char *time2str (time_t sec, int precision) function
H A Ddki.c758 len += fprintf (fp, "generated %s\n", time2str (dkp->time, 's'));
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dps.c76 char *time2str(struct kinfo_proc2 *);
126 time_str = time2str(pt[k].pt_kp);
339 time2str(struct kinfo_proc2 *kp) function

Completed in 175 milliseconds