ReactOS
0.4.16-dev-927-g467dec4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
testlist.c
Go to the documentation of this file.
1
/* Automatically generated file; DO NOT EDIT!! */
2
3
#define STANDALONE
4
#include <
wine/test.h
>
5
6
extern
void
func_atom
(
void
);
7
extern
void
func_change
(
void
);
8
extern
void
func_directory
(
void
);
9
extern
void
func_env
(
void
);
10
extern
void
func_error
(
void
);
11
extern
void
func_exception
(
void
);
12
extern
void
func_file
(
void
);
13
extern
void
func_generated
(
void
);
14
extern
void
func_info
(
void
);
15
extern
void
func_large_int
(
void
);
16
extern
void
func_om
(
void
);
17
extern
void
func_path
(
void
);
18
extern
void
func_pipe
(
void
);
19
extern
void
func_port
(
void
);
20
extern
void
func_process
(
void
);
21
extern
void
func_reg
(
void
);
22
extern
void
func_rtl
(
void
);
23
extern
void
func_rtlbitmap
(
void
);
24
extern
void
func_rtlstr
(
void
);
25
extern
void
func_string
(
void
);
26
extern
void
func_threadpool
(
void
);
27
extern
void
func_time
(
void
);
28
29
const
struct
test
winetest_testlist
[] =
30
{
31
{
"atom"
,
func_atom
},
32
{
"change"
,
func_change
},
33
{
"directory"
,
func_directory
},
34
{
"env"
,
func_env
},
35
{
"error"
,
func_error
},
36
{
"exception"
,
func_exception
},
37
{
"file"
,
func_file
},
38
#ifdef _M_IX86
39
{
"generated"
,
func_generated
},
40
#endif
41
{
"info"
,
func_info
},
42
{
"large_int"
,
func_large_int
},
43
{
"om"
,
func_om
},
44
{
"path"
,
func_path
},
45
{
"pipe"
,
func_pipe
},
46
{
"port"
,
func_port
},
47
{
"process"
,
func_process
},
48
{
"reg"
,
func_reg
},
49
{
"rtl"
,
func_rtl
},
50
{
"rtlbitmap"
,
func_rtlbitmap
},
51
{
"rtlstr"
,
func_rtlstr
},
52
{
"string"
,
func_string
},
53
{
"threadpool"
,
func_threadpool
},
54
{
"time"
,
func_time
},
55
{ 0, 0 }
56
};
test
#define test
Definition:
rosglue.h:37
winetest_testlist
const struct test winetest_testlist[]
Definition:
testlist.c:7
func_env
void func_env(void)
func_info
void func_info(void)
func_time
void func_time(void)
func_generated
void func_generated(void)
func_path
void func_path(void)
func_directory
void func_directory(void)
func_atom
void func_atom(void)
func_change
void func_change(void)
func_file
void func_file(void)
func_pipe
void func_pipe(void)
func_process
void func_process(void)
func_string
void func_string(void)
func_threadpool
void func_threadpool(void)
func_error
void func_error(void)
func_om
void func_om(void)
func_rtlbitmap
void func_rtlbitmap(void)
func_rtl
void func_rtl(void)
func_large_int
void func_large_int(void)
func_rtlstr
void func_rtlstr(void)
func_reg
void func_reg(void)
func_port
void func_port(void)
func_exception
void func_exception(void)
test.h
modules
rostests
winetests
ntdll
testlist.c
Generated on Sun Mar 30 2025 06:06:43 for ReactOS by
1.9.6