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

  /ndk/sources/host-tools/make-3.81/w32/subproc/
w32err.c 40 wsprintf (szMessageBuffer, "Error %ld\n", ercode);
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 248 #define wsprintf sprintf macro
303 #define wsprintf sprintf macro
  /external/opencv/cxcore/src/
cxerror.cpp 185 wsprintf( message, "%s (%s)\nin function %s, %s(%d)\n\n"
192 wsprintf( title, "OpenCV GUI Error Handler" );
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 149 wsprintf(name, L"%04d", id);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 810 wsprintf(overlaystring,L"play_qCIF.raw");
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 457 wsprintf(buf, L"%S", str);
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 847 wsprintf(name, L"%04d", id);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 2030 #undef wsprintf macro
2031 #define wsprintf macro
    [all...]
comutil.h 17 /* Use of wsprintf might be impossible, if strsafe.h is included. */
19 #define _COM_PRINTF_S_1(dest,destsize,format,arg1) wsprintf(dest,format,arg1)
winuser.h 115 #define wsprintf __MINGW_NAME_AW(wsprintf) macro
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 593 wsprintf(wstore, L"%S", store);
    [all...]

Completed in 337 milliseconds