ReactOS 0.4.16-dev-297-gc569aee
|
#include "wine/test.h"
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <io.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <process.h>
#include <errno.h>
#include <direct.h>
Go to the source code of this file.
Macros | |
#define | initterm_test(start, end, expected) |
Typedefs | |
typedef void(__cdecl * | _INITTERMFUN) (void) |
Functions | |
void __cdecl | __getmainargs (int *, char ***, char ***, int, int *) |
static int *__cdecl * | p___p___argc (void) |
static char ***__cdecl * | p___p___argv (void) |
static | void (__cdecl *p_initterm)(_INITTERMFUN *start |
static | int (__cdecl *p_get_pgmptr)(char **p) |
static void __cdecl | initcallback (void) |
static void | test_initterm (void) |
static void | test_initvar (HMODULE hmsvcrt) |
static void | test_get_pgmptr (void) |
static void | test___getmainargs (void) |
static void | test___getmainargs_parent (char *name) |
START_TEST (data) | |
Variables | |
static _INITTERMFUN * | end |
static int | callbacked |
void __cdecl __getmainargs | ( | int * | argc, |
char *** | argv, | ||
char *** | env, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Definition at line 182 of file getargs.c.
Referenced by test___getmainargs().
|
static |
Referenced by START_TEST(), and test___getmainargs().
Referenced by START_TEST(), and test___getmainargs().
START_TEST | ( | data | ) |
Definition at line 230 of file data.c.
Definition at line 132 of file data.c.
Referenced by START_TEST().
Definition at line 194 of file data.c.
Referenced by START_TEST().
Definition at line 118 of file data.c.
Referenced by START_TEST().
Definition at line 56 of file data.c.
Referenced by START_TEST().
Definition at line 77 of file data.c.
Referenced by START_TEST().
|
static |
Definition at line 44 of file data.c.
Referenced by initcallback().