Searched refs:unparse_time (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | parse_time-test.c | 68 sz = unparse_time(tests[i].val, NULL, 0); in main() 77 sz = unparse_time(tests[i].val, buf, buf_sz); in main() 91 sz = unparse_time(tests[i].val, buf, min(buf_sz, tests[i].size)); in main()
|
H A D | parse_time.h | 55 unparse_time (int t, char *s, size_t len);
|
H A D | parse_time.c | 62 unparse_time (int t, char *s, size_t len) in unparse_time() function
|
H A D | version-script.map | 193 unparse_time;
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | iprop-log.c | 217 unparse_time(*ent.max_life, t, sizeof(t)); in print_entry() 224 unparse_time(*ent.max_renew, t, sizeof(t)); in print_entry()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | util.c | 348 unparse_time(t, str, len); in deltat2str()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | klist.c | 295 unparse_time (val, buf, sizeof(buf)); in print_tickets()
|