Home
last modified time | relevance | path

Searched refs:time_fmt (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dtime.c118 strftime(s, len, include_time ? context->time_fmt : context->date_fmt, tm) == 0) in krb5_format_time()
H A Dkrb5_locl.h271 const char *time_fmt; member
H A Dcontext.c163 INIT_FIELD(context, string, time_fmt, in init_context_from_config_file()
/freebsd-14.2/contrib/tzcode/
H A Dzdump.c1069 istrftime(char *buf, ptrdiff_t size, char const *time_fmt, in istrftime() argument
1074 char const *f = time_fmt, *p; in istrftime()
1147 showtrans(char const *time_fmt, struct tm const *tm, time_t t, char const *ab, in showtrans() argument
1158 while (! istrftime(buf, size, time_fmt, tm, t, ab, zone_name)) { in showtrans()