Home
last modified time | relevance | path

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

/src/bin/date/
H A Ddate.c61 static size_t strftime_ns(char * __restrict, size_t, const char * __restrict,
216 (void)strftime_ns(buf, sizeof(buf), format, lt, in main()
240 (void)strftime_ns(buf, sizeof(buf), fmtbuf, lt, nsec, res); in printisodate()
243 (void)strftime_ns(tzbuf, sizeof(tzbuf), "%z", lt, nsec, res); in printisodate()
378 strftime_ns(char * __restrict s, size_t maxsize, const char * __restrict format, in strftime_ns() function