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