ReactOS 0.4.16-dev-555-g690643f
|
#include <apitest.h>
#include <stdio.h>
#include <ndk/umtypes.h>
#include "./CmdLineUtil/CmdLineUtil.h"
Go to the source code of this file.
Classes | |
struct | _TEST_CASE |
Macros | |
#define | WIN32_NO_STATUS |
#define | COUNT_OF(x) (sizeof((x))/sizeof((x)[0])) |
#define | SPACECHAR L' ' |
#define | DQUOTECHAR L'"' |
Typedefs | |
typedef struct _TEST_CASE | TEST_CASE |
typedef struct _TEST_CASE * | PTEST_CASE |
Functions | |
LPWSTR | ExtractCmdLine (IN LPWSTR lpszCommandLine) |
VOID | ExtractCmdLine_U (IN OUT PUNICODE_STRING pCommandLine_U) |
static void | Test_CommandLine (IN ULONG TestNumber, IN PTEST_CASE TestCase) |
START_TEST (CommandLine) | |
Variables | |
static WCHAR | UtilityProgramDirectory [MAX_PATH] |
static TEST_CASE | TestCases [] |
Definition at line 23 of file CommandLine.c.
Extracts the command tail from the command line (deletes the program's name and keep the rest).
Definition at line 22 of file CommandLine.c.
#define WIN32_NO_STATUS |
Definition at line 10 of file CommandLine.c.
typedef struct _TEST_CASE * PTEST_CASE |
typedef struct _TEST_CASE TEST_CASE |
Definition at line 25 of file CommandLine.c.
Referenced by Test_CommandLine().
VOID ExtractCmdLine_U | ( | IN OUT PUNICODE_STRING | pCommandLine_U | ) |
Definition at line 52 of file CommandLine.c.
Referenced by Test_CommandLine().
START_TEST | ( | CommandLine | ) |
Definition at line 285 of file CommandLine.c.
|
static |
Definition at line 114 of file CommandLine.c.
Referenced by START_TEST().
|
static |
Definition at line 101 of file CommandLine.c.
Referenced by RunTestCases(), and START_TEST().
Definition at line 92 of file CommandLine.c.
Referenced by START_TEST(), and Test_CommandLine().