Searched refs:NORETURN (Results 1 – 4 of 4) sorted by relevance
/linux/scripts/dtc/ |
A D | util.h | 21 #define NORETURN __attribute__((noreturn)) macro 24 #define NORETURN macro 32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 184 void NORETURN util_version(void); 198 void NORETURN util_usage(const char *errmsg, const char *synopsis,
|
A D | util.c | 409 void NORETURN util_version(void) in util_version() 415 void NORETURN util_usage(const char *errmsg, const char *synopsis, in util_usage()
|
/linux/tools/lib/subcmd/ |
A D | subcmd-util.h | 9 #define NORETURN __attribute__((__noreturn__)) macro 18 static NORETURN inline void die(const char *err, ...) in die()
|
A D | parse-options.h | 9 #ifndef NORETURN 10 #define NORETURN __attribute__((__noreturn__)) macro 186 extern NORETURN void usage_with_options(const char * const *usagestr, 188 extern NORETURN __attribute__((format(printf,3,4)))
|
Completed in 6 milliseconds