HomeSort by relevance Sort by last modified time
    Searched defs:swprintf (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
swprintf.c 26 FreeBSD: src/lib/libc/stdio/swprintf.c,v 1.1 2002/09/21 13:00:30 tjr Exp
27 NetBSD: swprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp
37 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar-ldbl.h 28 __LDBL_REDIR_DECL (swprintf); variable
wchar2.h 282 swprintf);
286 __NTH (swprintf (wchar_t *__restrict __s, size_t __n, function
296 /* XXX We might want to have support in gcc for swprintf. */
297 # define swprintf(s, n, ...) \ macro
301 : swprintf (s, n, __VA_ARGS__))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar-ldbl.h 28 __LDBL_REDIR_DECL (swprintf); variable
wchar2.h 282 swprintf);
286 __NTH (swprintf (wchar_t *__restrict __s, size_t __n, function
296 /* XXX We might want to have support in gcc for swprintf. */
297 # define swprintf(s, n, ...) \ macro
301 : swprintf (s, n, __VA_ARGS__))
  /external/google-breakpad/src/common/windows/
string_utils-inl.h 52 // A nonconforming version of swprintf, without the length argument, was
55 // behaves as a standards-confirming swprintf should, so force the use of
58 #define swprintf _snwprintf macro
61 // it takes the same argument list as swprintf.
62 #define swprintf swprintf_s macro
  /prebuilts/ndk/r16/sources/android/support/src/
swprintf.cpp 38 int swprintf(wchar_t* wcs, size_t maxlen, const wchar_t* format, ...) { function
74 // swprintf differs from snprintf in that it returns -1 if the output was
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
support.h 27 #define swprintf _snwprintf macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
support.h 27 #define swprintf _snwprintf macro
  /external/mdnsresponder/mDNSWindows/
loclibrary.c 41 #define swprintf _snwprintf macro
167 swprintf( appPathNameW, MAX_PATH, L"%ls\\%ls", folder, app );
230 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls.Resources\\%ls", path, nm);
238 swprintf(tmpBuffer, TMP_BUF_SIZE,
242 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls\\%ls", tmpBuffer, nm);
251 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls.Resources\\%S.lproj\\%ls",
  /bionic/libc/stdio/
stdio.cpp 933 int swprintf(wchar_t* s, size_t n, const wchar_t* fmt, ...) { function
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 39 #define swprintf _snwprintf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 1941 #undef swprintf macro
1942 #define swprintf macro
    [all...]

Completed in 1322 milliseconds