ReactOS 0.4.16-dev-737-g3368adc
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <windows.h>
Go to the source code of this file.
Macros | |
#define | MAXTAGLEN 20 |
Enumerations | |
enum | report_type { R_STATUS = 0 , R_PROGRESS , R_STEP , R_DELTA , R_TAG , R_DIR , R_OUT , R_WARNING , R_ERROR , R_FATAL , R_ASK , R_TEXTMODE , R_QUIET } |
Functions | |
void | fatal (const char *msg) |
void | warning (const char *msg) |
void * | xmalloc (size_t len) |
void * | xrealloc (void *op, size_t len) |
char * | xstrdup (const char *str) |
void | xprintf (const char *fmt,...) |
char * | vstrmake (size_t *lenp, va_list ap) |
char * | strmake (size_t *lenp,...) |
int | goodtagchar (char c) |
const char * | findbadtagchar (const char *tag) |
int | send_file (const char *name) |
int | guiAskTag (void) |
int | report (enum report_type t,...) |
Variables | |
char * | tag |
#define MAXTAGLEN 20 |
Definition at line 62 of file winetest.h.
Enumerator | |
---|---|
R_STATUS | |
R_PROGRESS | |
R_STEP | |
R_DELTA | |
R_TAG | |
R_DIR | |
R_OUT | |
R_WARNING | |
R_ERROR | |
R_FATAL | |
R_ASK | |
R_TEXTMODE | |
R_QUIET |
Definition at line 46 of file winetest.h.
Referenced by dwarfgetarg(), and OpenControlConnection().
Definition at line 124 of file util.c.
Referenced by WinMain().
int report | ( | enum report_type | t, |
... | |||
) |
Definition at line 454 of file gui.c.
Referenced by DlgProc(), DlgThreadProc(), and report().
Definition at line 105 of file send.c.
Referenced by WinMain().
Definition at line 82 of file util.c.
Referenced by extract_test(), get_subtests(), run_test(), and send_file().
Definition at line 74 of file util.c.
Referenced by guiAsk(), guiDelta(), guiDir(), guiError(), guiOut(), guiStatus(), guiStep(), guiWarning(), send_str(), strmake(), textAsk(), textDelta(), textDir(), textOut(), textStatus(), and textStep().
Definition at line 16 of file shimdbg.c.
Referenced by CallApphelp(), CallApphelpWithImage(), DumpRegistryData(), extract_test_proc(), HandleDumpAttributes(), HandleImageArg(), hexdump(), InitApphelp(), main(), MapFile(), print_version(), run_test(), run_tests(), test_normal_imports(), and test_ordinal_imports().