Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dmprintf.h55 # undef vsprintf
68 # define vsprintf vsprintf_was_used macro
71 # define vsprintf curl_mvsprintf macro
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_helpers.h68 int count = vsprintf(dest, src, args); in sprintf_s()
82 int count = vsprintf(dest, src, list); in vsprintf_s()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_helpers.h68 int count = vsprintf(dest, src, args); in sprintf_s()
82 int count = vsprintf(dest, src, list); in vsprintf_s()
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_helpers.cpp92 int count = vsprintf(dest, src, args); in sprintf_s()
105 int count = vsprintf(dest, src, list); in vsprintf_s()