HomeSort by: relevance | last modified time | path
    Searched defs:time2str (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/systat/
ps.c 76 char *time2str(struct kinfo_proc2 *);
126 time_str = time2str(pt[k].pt_kp);
353 time2str(struct kinfo_proc2 *kp) function
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
print.c 116 time2str(time_t t) function
135 sz = append_string(context, sp, "%s:%s ", time2str(ev->time),
261 append_string(context, sp, "%s ", time2str(*ent->valid_start));
267 append_string(context, sp, "%s ", time2str(*ent->valid_end));
273 append_string(context, sp, "%s ", time2str(*ent->pw_end));
294 append_string(context, sp, "%s:%d:%d ", time2str(ent->generation->time),

Completed in 34 milliseconds