| /src/usr.bin/finger/ |
| lprint.c | 126 fmt_time(char *buf, size_t blen, time_t ti, time_t n) function 252 fmt_time(timebuf, sizeof(timebuf), w->loginat, -1); 266 fmt_time(timebuf, sizeof(timebuf), w->loginat, now); 280 fmt_time(timebuf, sizeof(timebuf), pn->mailrecv, -1); 282 fmt_time(timebuf, sizeof(timebuf), pn->mailread, -1); 285 fmt_time(timebuf, sizeof(timebuf), pn->mailread, -1);
|
| /src/crypto/external/bsd/openssh/dist/ |
| moduli.c | 471 fmt_time(time_t seconds) function 514 processed, fmt_time(elapsed)); 519 eta_str = xstrdup(fmt_time(eta)); 522 fmt_time(elapsed), eta_str);
|
| /src/external/bsd/top/dist/machine/ |
| m_freebsd.c | 681 fmt_time(char *buf, int sz, struct kinfo_proc *pp) function 816 { "TIME", 6, 1, 0, fmt_time },
|
| m_sunos5.c | 425 fmt_time(char *buf, int sz, struct prpsinfo *pp) function 467 { "TIME", 6, 1, 0, fmt_time },
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| libverify.c | 587 fmt_time(char *s, size_t size, const char *header, int64_t n, const char *trailer, int relative) function 1365 cc += fmt_time(&s[cc], size - cc, " ", pubkey->birth, "", 0); 1367 cc += fmt_time(&s[cc], size - cc, " [Expiry ", pubkey->birth + pubkey->expiry, "]", 0); 2297 fmt_time(cursor->why, sizeof(cursor->why), "Signature creation time [",
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| libverify.c | 964 fmt_time(obuf_t *obuf, const char *header, int64_t n, const char *trailer, int relative) function 1773 if (!fmt_time(obuf, " ", pubkey->birth, "", 0)) { 1777 if (!fmt_time(obuf, " [Expiry ", pubkey->birth + pubkey->expiry, "]", 0)) { 3192 if (!fmt_time(&obuf, "Signature creation time [",
|