Searched refs:ATTR_NORETURN (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/contrib/unbound/util/ |
| HD | log.h | 208 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
|
| /freebsd-head/contrib/unbound/smallapp/ |
| HD | unbound-control.c | 83 static void usage(void) ATTR_NORETURN; 84 static void ssl_err(const char* s) ATTR_NORETURN; 85 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN;
|
| /freebsd-head/lib/libunbound/ |
| HD | config.h | 8 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
|
| /freebsd-head/contrib/unbound/testcode/ |
| HD | checklocks.c | 92 const char* file, int line, const char* err) ATTR_NORETURN;
|
| /freebsd-head/contrib/unbound/ |
| HD | configure.ac | 368 …AC_DEFINE(ATTR_NORETURN, [__attribute__((__noreturn__))], [apply the noreturn attribute to a funct… 370 AC_DEFINE(ATTR_NORETURN,[], [apply the noreturn attribute to a function that exits the program])
|
| HD | config.h.in | 7 #undef ATTR_NORETURN
|