Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/utility/
H A Dutil.h60 char *time_fmt; member
H A Dutil_builders.c271 if (opt->time_fmt != NULL) { in timebox_builder()
277 strftime(stringtime, 1024, opt->time_fmt, localtm); in timebox_builder()
H A Dutil_cli.c680 opt->time_fmt = optarg; in parseargs()
/freebsd/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/contrib/tzcode/
H A Dzdump.c1055 istrftime(char *buf, ptrdiff_t size, char const *time_fmt, in istrftime() argument
1060 char const *f = time_fmt, *p; in istrftime()
1134 showtrans(char const *time_fmt, struct tm const *tm, time_t t, char const *ab, in showtrans() argument
1145 while (! istrftime(buf, size, time_fmt, tm, t, ab, zone_name)) { in showtrans()