/reactos/modules/rostests/winetests/ntdll/ |
H A D | string.c | 36 static int (WINAPIV *patoi)(const char *); variable 37 static long (WINAPIV *patol)(const char *); variable 38 static LONGLONG (WINAPIV *p_atoi64)(const char *); 39 static LPSTR (WINAPIV *p_itoa)(int, LPSTR, INT); 40 static LPSTR (WINAPIV *p_ltoa)(LONG, LPSTR, INT); 45 static int (WINAPIV *p_wtoi)(LPWSTR); variable 46 static long (WINAPIV *p_wtol)(LPWSTR); variable 47 static LONGLONG (WINAPIV *p_wtoi64)(LPWSTR); 48 static LPWSTR (WINAPIV *p_itow)(int, LPWSTR, int); 49 static LPWSTR (WINAPIV *p_ltow)(LONG, LPWSTR, INT); [all …]
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | wpp_private.h | 212 int WINAPIV ppy_error(const char *s, ...) __attribute__((format (printf, 1, 2))); 213 int WINAPIV ppy_warning(const char *s, ...) __attribute__((format (printf, 1, 2))); 214 void WINAPIV pp_internal_error(const char *file, int line, const char *s, ...) __attribute__((forma… 243 void WINAPIV pp_writestring(const char *format, ...) __attribute__((format (printf, 1, 2)));
|
H A D | compiler.c | 126 static void WINAPIV PRINTF_ATTR(1,2) wpp_write_message_var(const char *fmt, ...) in wpp_write_message_var() 135 int WINAPIV ppy_error(const char *msg, ...) in ppy_error() 149 int WINAPIV ppy_warning(const char *msg, ...) in ppy_warning()
|
H A D | d3dcompiler_private.h | 289 void WINAPIV asmparser_message(struct asm_parser *ctx, const char *fmt, ...) PRINTF_ATTR(2,3) DECLS… 1065 void WINAPIV hlsl_message(const char *fmt, ...) PRINTF_ATTR(1,2) DECLSPEC_HIDDEN; 1066 void WINAPIV hlsl_report_message(const char *filename, DWORD line, DWORD column,
|
/reactos/dll/appcompat/apphelp/ |
H A D | sdbpapi.h | 63 #ifndef WINAPIV 64 #define WINAPIV macro 73 BOOL WINAPIV ShimDbgPrint(SHIM_LOG_LEVEL Level, PCSTR FunctionName, PCSTR Format, ...);
|
/reactos/base/applications/cmdutils/reg/ |
H A D | reg.h | 37 void WINAPIV output_message(unsigned int id, ...); 38 void WINAPIV output_string(const WCHAR *fmt, ...);
|
H A D | reg.c | 92 void WINAPIV output_message(unsigned int id, ...) in output_message() 117 void WINAPIV output_string(const WCHAR *fmt, ...) in output_string()
|
/reactos/dll/win32/authz/ |
H A D | authz.c | 176 WINAPIV 197 WINAPIV 268 WINAPIV
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | scanf.c | 28 int (WINAPIV *p_sprintf)(char *buf, const char *fmt, ...); in test_sscanf() local 29 int (WINAPIV *p_sscanf)(const char *buf, const char *fmt, ...); in test_sscanf() local 268 int (WINAPIV *psscanf_s)(const char*,const char*,...); in test_sscanf_s() local 345 int (WINAPIV *pswscanf_s)(const wchar_t*,const wchar_t*,...); in test_swscanf_s() local
|
H A D | printf.c | 77 static int (WINAPIV *p_sprintf)(char*, ...); variable 1223 static int WINAPIV _vsnwprintf_wrapper(wchar_t *str, size_t len, const wchar_t *format, ...) in _vsnwprintf_wrapper() 1257 static int WINAPIV vswprintf_wrapper(wchar_t *str, const wchar_t *format, ...) in vswprintf_wrapper() 1267 static int WINAPIV _vswprintf_wrapper(wchar_t *str, const wchar_t *format, ...) in _vswprintf_wrapper() 1277 static int WINAPIV _vswprintf_l_wrapper(wchar_t *str, const wchar_t *format, void *locale, ...) in _vswprintf_l_wrapper() 1287 static int WINAPIV _vswprintf_c_wrapper(wchar_t *str, size_t size, const wchar_t *format, ...) in _vswprintf_c_wrapper() 1297 static int WINAPIV _vswprintf_c_l_wrapper(wchar_t *str, size_t size, const wchar_t *format, void *l… in _vswprintf_c_l_wrapper() 1363 static int WINAPIV _vscprintf_wrapper(const char *format, ...) in _vscprintf_wrapper() 1387 static int WINAPIV _vscwprintf_wrapper(const wchar_t *format, ...) in _vscwprintf_wrapper() 1414 static int WINAPIV _vsnwprintf_s_wrapper(wchar_t *str, size_t sizeOfBuffer, in _vsnwprintf_s_wrapper() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | authz.h | 225 WINAPIV 238 WINAPIV 287 WINAPIV
|
H A D | t2embapi.h | 113 typedef unsigned long(WINAPIV *WRITEEMBEDPROC) 120 typedef unsigned long(WINAPIV *READEMBEDPROC)
|
H A D | windef.h | 130 #define WINAPIV __cdecl macro 137 #define WINAPIV macro
|
/reactos/dll/win32/wldap32/ |
H A D | ber.c | 325 INT WINAPIV WLDAP32_ber_printf( BerElement *berelement, PCHAR fmt, ... ) in WLDAP32_ber_printf() 420 INT WINAPIV WLDAP32_ber_scanf( BerElement *berelement, PCHAR fmt, ... ) in WLDAP32_ber_scanf()
|
/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | ftzconf.h | 181 # define ZEXPORTVA(x) x WINAPIV 190 # define ZEXPORTRVA(x) x __declspec(dllexport) WINAPIV
|
/reactos/base/applications/regedit/ |
H A D | main.h | 122 void WINAPIV output_message(unsigned int id, ...); 123 void WINAPIV error_exit(unsigned int id, ...);
|
H A D | regedit.c | 73 void WINAPIV output_message(unsigned int id, ...) in output_message() 88 void WINAPIV error_exit(unsigned int id, ...) in error_exit()
|
H A D | settings.c | 12 DECLSPEC_IMPORT ULONG WINAPIV DbgPrint(PCCH Format,...);
|
/reactos/dll/appcompat/shims/shimlib/ |
H A D | shimlib.h | 64 BOOL WINAPIV SeiDbgPrint(SEI_LOG_LEVEL Level, PCSTR Function, PCSTR Format, ...);
|
H A D | shimlib.c | 197 BOOL WINAPIV SeiDbgPrint(SEI_LOG_LEVEL Level, PCSTR Function, PCSTR Format, ...) in SeiDbgPrint()
|
/reactos/dll/win32/oledlg/ |
H A D | oledlg_main.c | 395 INT WINAPIV OleUIPromptUserA( in OleUIPromptUserA() 406 INT WINAPIV OleUIPromptUserW( in OleUIPromptUserW()
|
/reactos/sdk/lib/crt/string/ |
H A D | scanf.c | 222 int WINAPIV _snwscanf(const wchar_t *input, size_t length, in _snwscanf()
|
/reactos/base/applications/cmdutils/taskkill/ |
H A D | taskkill.c | 98 static int WINAPIV taskkill_printfW(const WCHAR *msg, ...) in taskkill_printfW() 110 static int WINAPIV taskkill_message_printfW(int msg, ...) in taskkill_message_printfW()
|
/reactos/dll/win32/shlwapi/ |
H A D | wsprintf.c | 547 int WINAPIV wnsprintfA(LPSTR lpOut, int cchLimitIn, LPCSTR lpFmt, ...) in wnsprintfA() 564 int WINAPIV wnsprintfW(LPWSTR lpOut, int cchLimitIn, LPCWSTR lpFmt, ...) in wnsprintfW()
|
/reactos/sdk/tools/xml2sdb/ |
H A D | main.cpp | 130 BOOL WINAPIV ShimDbgPrint(SHIM_LOG_LEVEL Level, PCSTR FunctionName, PCSTR Format, ...) in ShimDbgPrint()
|