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

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dgetdate.c9 static struct tm tmbuf; local
30 p = strptime(s, fmt, &tmbuf);
32 ret = &tmbuf;

Completed in 24 milliseconds