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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dwcsftime.c1 /* $NetBSD: wcsftime.c,v 1.2 2006/10/04 14:19:16 tnozaki Exp $ */
31 __FBSDID("$FreeBSD: src/lib/libc/locale/wcsftime.c,v 1.4 2004/04/07 09:47:56 tjr Exp $");
33 __RCSID("$NetBSD: wcsftime.c,v 1.2 2006/10/04 14:19:16 tnozaki Exp $");
58 wcsftime(wchar_t *wcs, size_t maxsize, function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h138 size_t __cdecl wcsftime(wchar_t*,size_t,const wchar_t*,const struct tm*);
H A Dwchar.h389 size_t __cdecl wcsftime(wchar_t*,size_t,const wchar_t*,const struct tm*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h142 size_t __cdecl wcsftime(wchar_t*,size_t,const wchar_t*,const struct tm*);
H A Dwchar.h450 size_t __cdecl wcsftime(wchar_t*,size_t,const wchar_t*,const struct tm*);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h123 size_t wcsftime (wchar_t * __restrict S, size_t maxsize,
238 type by the wcsftime function. The full structure declaration is in <time.h>.
1361 The wcsftime function is equivalent to the strftime function, except that:
1370 character is not more than maxsize, the wcsftime function returns the number of
1375 size_t wcsftime(wchar_t * __restrict S, size_t maxsize, const wchar_t * __restrict format, const struct tm * __restrict timeptr);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h126 #define _tcsftime WINE_tchar_routine(strftime, strftime, wcsftime)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h126 #define _tcsftime WINE_tchar_routine(strftime, strftime, wcsftime)

Completed in 65 milliseconds