ReactOS 0.4.16-dev-300-g2aadf2e
|
Go to the source code of this file.
Macros | |
#define | winetest_ok_str(x, y) winetest_ok(strcmp(x, y) == 0, "Wrong string. Expected '%s', got '%s'\n", y, x) |
#define | winetest_ok_wstr(x, y) winetest_ok(wcscmp(x, y) == 0, "Wrong string. Expected '%s', got '%s'\n", wine_dbgstr_w(y), wine_dbgstr_w(x)) |
#define | ok_argsA (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_argsA_imp |
#define | ok_argsW (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_argsW_imp |
Functions | |
const char ** | __p__acmdln (void) |
void | __getmainargs (int *argc, char ***argv, char ***env, int expand_wildcards, int *new_mode) |
const wchar_t ** | __p__wcmdln (void) |
void | __wgetmainargs (int *argc, wchar_t ***wargv, wchar_t ***wenv, int expand_wildcards, int *new_mode) |
void | ok_argsA_imp (const char *input_args, const char *arg1, const char *arg2, const char *arg3) |
void | ok_argsW_imp (const wchar_t *input_args, const wchar_t *arg1, const wchar_t *arg2, const wchar_t *arg3) |
START_TEST (__getmainargs) | |
#define ok_argsA (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_argsA_imp |
Definition at line 23 of file __getmainargs.c.
#define ok_argsW (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : ok_argsW_imp |
Definition at line 24 of file __getmainargs.c.
#define winetest_ok_str | ( | x, | |
y | |||
) | winetest_ok(strcmp(x, y) == 0, "Wrong string. Expected '%s', got '%s'\n", y, x) |
Definition at line 19 of file __getmainargs.c.
#define winetest_ok_wstr | ( | x, | |
y | |||
) | winetest_ok(wcscmp(x, y) == 0, "Wrong string. Expected '%s', got '%s'\n", wine_dbgstr_w(y), wine_dbgstr_w(x)) |
Definition at line 21 of file __getmainargs.c.
void __getmainargs | ( | int * | argc, |
char *** | argv, | ||
char *** | env, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Definition at line 182 of file getargs.c.
Referenced by ok_argsA_imp().
Definition at line 368 of file environ.c.
Referenced by ok_argsA_imp(), and Test__acmdln().
Definition at line 376 of file environ.c.
Referenced by ok_argsW_imp(), and Test__wcmdln().
void __wgetmainargs | ( | int * | argc, |
wchar_t *** | wargv, | ||
wchar_t *** | wenv, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Definition at line 328 of file getargs.c.
Referenced by ok_argsW_imp().
void ok_argsA_imp | ( | const char * | input_args, |
const char * | arg1, | ||
const char * | arg2, | ||
const char * | arg3 | ||
) |
Definition at line 28 of file __getmainargs.c.
void ok_argsW_imp | ( | const wchar_t * | input_args, |
const wchar_t * | arg1, | ||
const wchar_t * | arg2, | ||
const wchar_t * | arg3 | ||
) |
Definition at line 56 of file __getmainargs.c.
START_TEST | ( | __getmainargs | ) |
Definition at line 83 of file __getmainargs.c.