forked from danmar/cppcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibcerror.cfg
More file actions
128 lines (128 loc) · 3.57 KB
/
libcerror.cfg
File metadata and controls
128 lines (128 loc) · 3.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0"?>
<!-- Official repository: https://github.com/libyal/libcerror -->
<!-- Typically included by: #include <libcerror.h> -->
<def format="2">
<!-- int libcerror_error_initialize( libcerror_error_t **error,
int error_domain,
int error_code ); -->
<function name="libcerror_error_initialize">
<noreturn>false</noreturn>
<returnValue type="int"/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
</function>
<!-- void libcerror_error_set( libcerror_error_t **error,
int error_domain,
int error_code,
const char *format_string,
... ); -->
<function name="libcerror_error_set">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
<formatstr/>
<arg nr="4">
<not-null/>
<not-uninit/>
<formatstr/>
<strz/>
</arg>
</function>
<!-- void libcerror_error_free( libcerror_error_t **error ); -->
<function name="libcerror_error_free">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- int libcerror_error_resize( libcerror_internal_error_t *internal_error ); -->
<function name="libcerror_error_resize">
<noreturn>false</noreturn>
<returnValue type="int"/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>
<!-- int libcerror_error_fprint( libcerror_error_t *error, FILE *stream ); -->
<!-- int libcerror_error_backtrace_fprint( libcerror_error_t *error, FILE *stream ); -->
<function name="libcerror_error_fprint,libcerror_error_backtrace_fprint">
<noreturn>false</noreturn>
<returnValue type="int"/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
</function>
<!-- int libcerror_error_sprint( libcerror_error_t *error, char *string, size_t size ); -->
<!-- int libcerror_error_backtrace_sprint( libcerror_error_t *error, char *string, size_t size ); -->
<function name="libcerror_error_sprint,libcerror_error_backtrace_sprint">
<noreturn>false</noreturn>
<returnValue type="int"/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
<minsize type="argvalue" arg="3"/>
</arg>
<arg nr="3">
<not-uninit/>
<not-bool/>
<valid>0:</valid>
</arg>
</function>
<!-- void libcerror_system_set_error( libcerror_error_t **error,
int error_domain,
int error_code,
uint32_t system_error_code,
const char *format_string,
... ); -->
<function name="libcerror_system_set_error">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
<arg nr="4">
<not-uninit/>
</arg>
<formatstr/>
<arg nr="5">
<not-null/>
<not-uninit/>
<formatstr/>
<strz/>
</arg>
</function>
</def>