Crinit -- Configurable Rootfs Init
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
_
a
b
c
d
e
f
k
l
m
n
r
s
t
u
w
Functions
_
c
m
s
Variables
b
c
d
f
l
n
r
s
Typedefs
c
Enumerations
Enumerator
c
e
Macros
_
a
c
d
e
k
l
m
s
t
u
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
mock-err-print.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
6
#ifndef __MOCK_ERRNO_PRINT_H__
7
#define __MOCK_ERRNO_PRINT_H__
8
14
// Rationale: Naming scheme fixed due to linker wrapping.
15
// NOLINTNEXTLINE(readability-identifier-naming)
16
void
__wrap_crinitErrPrintFFL
(
const
char
*file,
const
char
*func,
int
line,
const
char
*format, ...)
17
__attribute__
((format(printf, 4, 5)));
18
19
#endif
/* __MOCK_ERRNO_PRINT_H__ */
__attribute__
static crinitGlobOptStore_t crinitGenericGlobOptHelper __attribute__((unused))
__wrap_crinitErrPrintFFL
void __wrap_crinitErrPrintFFL(const char *file, const char *func, int line, const char *format,...) __attribute__((format(printf
test
utest
mocks
mock-err-print.h
Generated by
1.9.8