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