Home
last modified time | relevance | path

Searched refs:WINAPIV (Results 1 – 25 of 60) sorted by relevance

123

/reactos/modules/rostests/winetests/ntdll/
H A Dstring.c36 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 Dwpp_private.h212 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 Dcompiler.c126 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 Dd3dcompiler_private.h289 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 Dsdbpapi.h63 #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 Dreg.h37 void WINAPIV output_message(unsigned int id, ...);
38 void WINAPIV output_string(const WCHAR *fmt, ...);
H A Dreg.c92 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 Dauthz.c176 WINAPIV
197 WINAPIV
268 WINAPIV
/reactos/modules/rostests/winetests/msvcrt/
H A Dscanf.c28 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 Dprintf.c77 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 Dauthz.h225 WINAPIV
238 WINAPIV
287 WINAPIV
H A Dt2embapi.h113 typedef unsigned long(WINAPIV *WRITEEMBEDPROC)
120 typedef unsigned long(WINAPIV *READEMBEDPROC)
H A Dwindef.h130 #define WINAPIV __cdecl macro
137 #define WINAPIV macro
/reactos/dll/win32/wldap32/
H A Dber.c325 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 Dftzconf.h181 # define ZEXPORTVA(x) x WINAPIV
190 # define ZEXPORTRVA(x) x __declspec(dllexport) WINAPIV
/reactos/base/applications/regedit/
H A Dmain.h122 void WINAPIV output_message(unsigned int id, ...);
123 void WINAPIV error_exit(unsigned int id, ...);
H A Dregedit.c73 void WINAPIV output_message(unsigned int id, ...) in output_message()
88 void WINAPIV error_exit(unsigned int id, ...) in error_exit()
H A Dsettings.c12 DECLSPEC_IMPORT ULONG WINAPIV DbgPrint(PCCH Format,...);
/reactos/dll/appcompat/shims/shimlib/
H A Dshimlib.h64 BOOL WINAPIV SeiDbgPrint(SEI_LOG_LEVEL Level, PCSTR Function, PCSTR Format, ...);
H A Dshimlib.c197 BOOL WINAPIV SeiDbgPrint(SEI_LOG_LEVEL Level, PCSTR Function, PCSTR Format, ...) in SeiDbgPrint()
/reactos/dll/win32/oledlg/
H A Doledlg_main.c395 INT WINAPIV OleUIPromptUserA( in OleUIPromptUserA()
406 INT WINAPIV OleUIPromptUserW( in OleUIPromptUserW()
/reactos/sdk/lib/crt/string/
H A Dscanf.c222 int WINAPIV _snwscanf(const wchar_t *input, size_t length, in _snwscanf()
/reactos/base/applications/cmdutils/taskkill/
H A Dtaskkill.c98 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 Dwsprintf.c547 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 Dmain.cpp130 BOOL WINAPIV ShimDbgPrint(SHIM_LOG_LEVEL Level, PCSTR FunctionName, PCSTR Format, ...) in ShimDbgPrint()

123