Searched refs:time_fmt (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/bsddialog/utility/ |
| H A D | util.h | 60 char *time_fmt; member
|
| H A D | util_builders.c | 271 if (opt->time_fmt != NULL) { in timebox_builder() 277 strftime(stringtime, 1024, opt->time_fmt, localtm); in timebox_builder()
|
| H A D | util_cli.c | 680 opt->time_fmt = optarg; in parseargs()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | time.c | 118 strftime(s, len, include_time ? context->time_fmt : context->date_fmt, tm) == 0) in krb5_format_time()
|
| H A D | krb5_locl.h | 271 const char *time_fmt; member
|
| H A D | context.c | 163 INIT_FIELD(context, string, time_fmt, in init_context_from_config_file()
|
| /freebsd/contrib/tzcode/ |
| H A D | zdump.c | 1055 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()
|