ReactOS 0.4.16-dev-753-g705a985
|
#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 | |
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 |
|
static |
Referenced by START_TEST(), and test___getmainargs().
Referenced by START_TEST(), and test___getmainargs().
START_TEST | ( | data | ) |
Definition at line 234 of file data.c.
Definition at line 136 of file data.c.
Referenced by START_TEST().
Definition at line 198 of file data.c.
Referenced by START_TEST().
Definition at line 122 of file data.c.
Referenced by START_TEST().
Definition at line 60 of file data.c.
Referenced by START_TEST().
Definition at line 81 of file data.c.
Referenced by START_TEST().
|
static |
Definition at line 48 of file data.c.
Referenced by initcallback().