Searched refs:t_mb (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dwcsftime.c15 const char* t_mb; local
41 t_mb = __strftime_fmt_1(&buf, &k, *f, tm, loc);
42 if (!t_mb)
44 k = mbstowcs(wbuf, t_mb, sizeof wbuf / sizeof *wbuf);

Completed in 22 milliseconds