Searched refs:vsprintf (Results 1 – 4 of 4) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | mprintf.h | 55 # 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/ |
| D | demowin_helpers.h | 68 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/ |
| D | demowin_helpers.h | 68 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/ |
| D | demowin_helpers.cpp | 92 int count = vsprintf(dest, src, args); in sprintf_s() 105 int count = vsprintf(dest, src, list); in vsprintf_s()
|