strftime_l
size_t strftime_l(char * __restrict, size_t, const char * __restrict,
size_t strftime_l(char *restrict, size_t, char const *restrict,
extern size_t strftime_l(char *_RESTRICT_KYWD, size_t,
return (strftime_l(s, maxsize, format, t, uselocale(NULL)));
if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0)