OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonono
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
vvfat.c
59
void
nonono
(const char* file, int line, const char* msg) {
function
60
fprintf(stderr, "
Nonono
! %s:%d %s\n", file, line, msg);
64
#define assert(a) do {if (!(a))
nonono
(__FILE__, __LINE__, #a);}while(0)
[
all
...]
Completed in 1008 milliseconds