Lines Matching defs:FATAL
9 extern void fatal(const char *fmt, ...);
11 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__, __LINE__ ); } while (0)
572 fatal( "adb: could not initialize Winsock\n" );
1244 #define FATAL(x...) fatal(__FUNCTION__, x)
1306 fatal( "could not allocate event hook\n" );
1751 FATAL("bogus negative fd (%d)\n", fde->fd);
1757 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
1768 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
1781 FATAL("fd out of range (%d)\n", fde->fd);
1785 FATAL("fd_table out of sync");
1842 FATAL("fde %p not created by fdevent_create()\n", fde);