Home
last modified time | relevance | path

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

/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dutil.h100 #define FWUP_ERR_ATTRS __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3))) macro
104 #define FWUP_ERR_ATTRS macro
111 void fwup_err(int status, const char *format, ...) FWUP_ERR_ATTRS;
112 void fwup_errx(int status, const char *format, ...) FWUP_ERR_ATTRS;