Searched defs:wcsftime (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | mse_int.h | 35 #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 D | wcsftime.c | 122 wcsftime(wchar_t *wcs, size_t maxsize, const char *format, function
|
/illumos-gate/usr/src/head/iso/ |
H A D | wchar_iso.h | 261 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 D | m_wchar.h | 291 #undef wcsftime macro 292 #define wcsftime strftime macro
|
Completed in 66 milliseconds