Home
last modified time | relevance | path

Searched refs:ATTR_NORETURN (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/unbound/util/
HDlog.h208 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
/freebsd-head/contrib/unbound/smallapp/
HDunbound-control.c83 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/
HDconfig.h8 #define ATTR_NORETURN __attribute__((__noreturn__)) macro
/freebsd-head/contrib/unbound/testcode/
HDchecklocks.c92 const char* file, int line, const char* err) ATTR_NORETURN;
/freebsd-head/contrib/unbound/
HDconfigure.ac368 …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])
HDconfig.h.in7 #undef ATTR_NORETURN