OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mc_error
(Results
1 - 4
of
4
) sorted by null
/device/google/bonito/json-c/
debug.h
28
extern void
mc_error
(const char *msg, ...);
43
mc_error
("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
51
#define
MC_ERROR
(x, ...)
mc_error
(x, ##__VA_ARGS__)
debug.c
59
void
mc_error
(const char *msg, ...)
function
/device/google/crosshatch/json-c/
debug.h
28
extern void
mc_error
(const char *msg, ...);
43
mc_error
("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
51
#define
MC_ERROR
(x, ...)
mc_error
(x, ##__VA_ARGS__)
debug.c
59
void
mc_error
(const char *msg, ...)
function
Completed in 2416 milliseconds