Searched refs:time_t2str (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/heimdal/kadmin/
H A Dkadmin_locl.h112 void time_t2str(time_t, char *, size_t, int);
H A Dget.c172 time_t2str(princ->princ_expire_time, buf, buf_len, !condensed);
176 time_t2str(princ->pw_expiration, buf, buf_len, !condensed);
180 time_t2str(princ->last_pwd_change, buf, buf_len, !condensed);
192 time_t2str(princ->mod_date, buf, buf_len, !condensed);
214 time_t2str(princ->last_success, buf, buf_len, !condensed);
217 time_t2str(princ->last_failed, buf, buf_len, !condensed);
H A Dutil.c160 time_t2str(time_t t, char *str, size_t len, int include_time) function
265 time_t2str (*value, buf, sizeof (buf), 0);

Completed in 104 milliseconds