Searched defs:panic (Results 1 – 25 of 44) sorted by relevance
12
41 function panic() { function
35 #define panic(args...) \ macro
33 #define panic(args...) \ macro
42 #define panic(args...) \ macro
38 #define panic(args...) \ macro
30 #define panic(args...) \ macro
41 #define panic(args...) \ macro
44 #define panic(args...) \ macro
12 #define panic(args...) { fprintf (stderr, args); abort(); } macro
63 #define panic(args...) \ macro
37 #define panic(args...) \ macro
39 #define panic(args...) \ macro
43 #define panic(args...) \ macro
67 #define panic(args...) \ macro
46 #define panic(args...) \ macro
42 void panic() __attribute__((noreturn)); function
83 panic () { function
51 panic(const char *string) in panic() function
71 static void panic ( const char* str ) in panic() function