Searched refs:time_t2str (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/kadmin/ |
H A D | get.c | 172 time_t2str(princ->princ_expire_time, buf, buf_len, !condensed); in format_field() 176 time_t2str(princ->pw_expiration, buf, buf_len, !condensed); in format_field() 180 time_t2str(princ->last_pwd_change, buf, buf_len, !condensed); in format_field() 192 time_t2str(princ->mod_date, buf, buf_len, !condensed); in format_field() 214 time_t2str(princ->last_success, buf, buf_len, !condensed); in format_field() 217 time_t2str(princ->last_failed, buf, buf_len, !condensed); in format_field()
|
H A D | kadmin_locl.h | 112 void time_t2str(time_t, char *, size_t, int);
|
H A D | util.c | 160 time_t2str(time_t t, char *str, size_t len, int include_time) in time_t2str() function 265 time_t2str (*value, buf, sizeof (buf), 0); in edit_timet()
|