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

  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
support.h 20 #include <stdio.h> // _snwprintf
21 #define swprintf _snwprintf
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 400 _snwprintf(query, 256,
477 _snwprintf(events->adapter_desc, len + 1, L"%S", tmp);
514 _snwprintf(query, MAX_QUERY_LEN,
554 _snwprintf(query, MAX_QUERY_LEN,
620 len = _snwprintf(query, MAX_QUERY_LEN,
  /external/stlport/stlport/stl/
_cwchar.h 245 # define swprintf _snwprintf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 245 # define swprintf _snwprintf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 245 # define swprintf _snwprintf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 245 # define swprintf _snwprintf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 245 # define swprintf _snwprintf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 245 # define swprintf _snwprintf
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 553 ret = _snwprintf(name, 256, NAMED_PIPE_PREFIX);
555 ret = _snwprintf(name, 256, NAMED_PIPE_PREFIX TEXT("-%S"),
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 117 _snwprintf(buffer, ARRAYSIZE(buffer), L"range from %ld of %s to %ld of %s", startOffset, dumpPath(startContainer.get()), endOffset, dumpPath(endContainer.get()));
  /external/e2fsprogs/intl/
vasnprintf.c 87 on Unix; we use the _snwprintf() function instead. */
88 # define SNPRINTF _snwprintf
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 456 _snwprintf(buf, 256, WPA_KEY_PREFIX TEXT("\\configs\\%S"), name);
987 _snwprintf(buf, 256, WPA_KEY_PREFIX TEXT("\\configs\\%S"), name);
ctrl_iface_named_pipe.c 159 _snwprintf(name, 256, NAMED_PIPE_PREFIX TEXT("-%S"),
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 182 _snwprintf(buffer, size, L"%s\n%s", mutableURL.charactersWithNullTermination(), mutableTitle.charactersWithNullTermination());
  /external/bison/lib/
vasnprintf.c 152 on Unix; we use the function _snwprintf() or - on mingw - snwprintf()
154 MSVCRT function _snwprintf(), so prefer that. */
158 # define SNPRINTF _snwprintf
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 1579 milliseconds