Searched defs:wcsftime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dmse_int.h35 #undef wcsftime macro
38 extern size_t wcsftime(wchar_t *, size_t, const char *, const struct tm *);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcsftime.c122 wcsftime(wchar_t *wcs, size_t maxsize, const char *format, function
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h261 extern size_t wcsftime(wchar_t *, size_t, const char *, const struct tm *);
265 #pragma redefine_extname wcsftime __wcsftime_xpg5
268 extern size_t wcsftime(wchar_t *_RESTRICT_KYWD, size_t,
276 #define wcsftime __wcsftime_xpg5 macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h291 #undef wcsftime macro
292 #define wcsftime strftime macro

Completed in 96 milliseconds