HomeSort by: relevance | last modified time | path
    Searched refs:time_t2str (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kadmin/
kadmin_locl.h 117 void time_t2str(time_t, char *, size_t, int);
get.c 192 time_t2str(princ->princ_expire_time, buf, buf_len, !condensed);
196 time_t2str(princ->pw_expiration, buf, buf_len, !condensed);
200 time_t2str(princ->last_pwd_change, buf, buf_len, !condensed);
212 time_t2str(princ->mod_date, buf, buf_len, !condensed);
234 time_t2str(princ->last_success, buf, buf_len, !condensed);
237 time_t2str(princ->last_failed, buf, buf_len, !condensed);
util.c 217 time_t2str(time_t t, char *str, size_t len, int include_time) function
322 time_t2str (*value, buf, sizeof (buf), 0);

Completed in 24 milliseconds