Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dprint.c116 time2str(time_t t) in time2str() function
135 sz = append_string(context, sp, "%s:%s ", time2str(ev->time), in append_event()
261 append_string(context, sp, "%s ", time2str(*ent->valid_start)); in entry2string_int()
267 append_string(context, sp, "%s ", time2str(*ent->valid_end)); in entry2string_int()
273 append_string(context, sp, "%s ", time2str(*ent->pw_end)); in entry2string_int()
294 append_string(context, sp, "%s:%d:%d ", time2str(ent->generation->time), in entry2string_int()
/netbsd-src/usr.bin/systat/
H A Dps.c76 char *time2str(struct kinfo_proc2 *);
126 time_str = time2str(pt[k].pt_kp); in showps()
353 time2str(struct kinfo_proc2 *kp) in time2str() function