HomeSort by relevance Sort by last modified time
    Searched refs:wcsftime (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Locale.inf 41 wcsftime.c #
wcsftime.c 1 /* $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
  /bionic/libc/bionic/
wchar_l.cpp 45 return wcsftime(buf, n, fmt, tm);
  /bionic/tests/headers/posix/
wchar_h.c 88 FUNCTION(wcsftime, size_t (*f)(wchar_t*, size_t, const wchar_t*, const struct tm*));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 123 size_t wcsftime (wchar_t * __restrict S, size_t maxsize,
238 type by the wcsftime function. The full structure declaration is in <time.h>.
    [all...]
  /external/pdfium/core/fxcrt/
fx_system.cpp 239 return wcsftime(strDest, maxsize, format, timeptr);
fx_system.h 207 #define FXSYS_wcsftime wcsftime
  /bionic/libc/include/
wchar.h 83 size_t wcsftime(wchar_t* __buf, size_t __n, const wchar_t* __fmt, const struct tm* __tm);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 98 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 98 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 1 /* $OpenBSD: wcsftime.c,v 1.6 2015/02/09 14:52:28 tedu Exp $ */
119 wcsftime(wchar_t *__restrict s, size_t maxsize, function
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 97 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 157 size_t __cdecl wcsftime(wchar_t * __restrict__ _Buf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,const struct tm * __restrict__ _Tm);
pthread.h 674 #define wcsftime macro
    [all...]
tchar.h 331 #define _tcsftime wcsftime
wchar.h     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 97 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 533 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format,
535 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime, s, max, format, tm);
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 525 /* wcsftime() doesn't format correctly time zones, see issue #10653 */
552 #define format_time wcsftime
646 /* Issue #19634: On AIX, wcsftime("y", (1899, 1, 1, 0, 0, 0, 0, 0, 0))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 133 of `wcsftime'. */
137 namespace but wcsftime is in __c99 the type wouldn't be found
852 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize,
860 /* Similar to `wcsftime' but takes the information from
  /bionic/tests/
wchar_test.cpp 553 EXPECT_EQ(24U, wcsftime(buf, sizeof(buf), L"%c", &t));
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 1109 milliseconds