Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/krb5/
HDtime.c118 strftime(s, len, include_time ? context->time_fmt : context->date_fmt, tm) == 0) in krb5_format_time()
HDkrb5_locl.h270 const char *time_fmt; member
HDcontext.c163 INIT_FIELD(context, string, time_fmt, in init_context_from_config_file()
/NextBSD/lib/libasl/
HDasl_msg.h126 char *asl_format_message(asl_msg_t *msg, const char *msg_fmt, const char *time_fmt, uint32_t text_e…
HDasl_object.c424 asl_format(asl_object_t obj, const char *msg_fmt, const char *time_fmt, uint32_t text_encoding) in asl_format() argument
429 return asl_format_message((asl_msg_t *)obj, msg_fmt, time_fmt, text_encoding, &len); in asl_format()
HDasl.h965 char *asl_format(asl_object_t msg, const char *msg_fmt, const char *time_fmt, uint32_t text_encodin…