ERROR
#define ERROR 0x20
#define ERROR 0x20
#define ERROR 0x80
ERROR = 1
#define ERROR 2
#define ERROR 1
#define ERROR -40L
#define ERROR(dev,fmt,args...) \
#undef ERROR
#define ERROR(dev,fmt,args...) \
#define ERROR(tdev, fmt, args...) \
#define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args)
#define ERROR(d, fmt, args...) \
ERROR
#undef ERROR /* already defined on Visual Studio */
#define ERROR(name) ZSTD_ERROR(name)
#define ERROR(nm_, fn_, d_, ...) \
#define ERROR(loc, ...) \
#define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__)
ERROR = -1,
#define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__)
ERROR = EXIT_FAILURE,