ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Functions | |
static const char * | convert_input_data (const char *data, DWORD size, DWORD *new_size) |
static BOOL | run_cmd (const char *cmd_data, DWORD cmd_size) |
static DWORD | map_file (const char *file_name, const char **ret) |
static const char * | compare_line (const char *out_line, const char *out_end, const char *exp_line, const char *exp_end) |
static void | test_output (const char *out_data, DWORD out_size, const char *exp_data, DWORD exp_size) |
static void | run_test (const char *cmd_data, DWORD cmd_size, const char *exp_data, DWORD exp_size) |
static void | run_from_file (const char *file_name) |
static DWORD | load_resource (const char *name, const char *type, const char **ret) |
static BOOL WINAPI | test_enum_proc (HMODULE module, LPCSTR type, LPSTR name, LONG_PTR param) |
static int | cmd_available (void) |
START_TEST (batch) | |
Variables | |
static char | workdir [MAX_PATH] |
static DWORD | workdir_len |
static char | drive [2] |
static const DWORD | drive_len = ARRAY_SIZE(drive) |
static char | path [MAX_PATH] |
static DWORD | path_len |
static char | shortpath [MAX_PATH] |
static DWORD | shortpath_len |
Definition at line 442 of file batch.c.
|
static |
Definition at line 157 of file batch.c.
Definition at line 35 of file batch.c.
Definition at line 130 of file batch.c.
Definition at line 77 of file batch.c.
Definition at line 375 of file batch.c.
|
static |
Definition at line 351 of file batch.c.
START_TEST | ( | batch | ) |
Definition at line 458 of file batch.c.
|
static |
Definition at line 421 of file batch.c.
|
static |
Definition at line 282 of file batch.c.