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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 20 #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/chromium_org/chrome_frame/
chrome_frame_helper_main.cc 197 int arg_len = _snwprintf(argument_string,
chrome_frame_helper_util.cc 237 int path_count = _snwprintf(reg_path_buffer,
  /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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwchar.h 245 # define swprintf _snwprintf
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 572 ret = _snwprintf(name, 256, NAMED_PIPE_PREFIX);
574 ret = _snwprintf(name, 256, NAMED_PIPE_PREFIX TEXT("-%S"),
  /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 457 _snwprintf(buf, 256, WPA_KEY_PREFIX TEXT("\\configs\\%S"), name);
988 _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/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 1998 milliseconds