Home | History | Annotate | Download | only in squashfs-tools

Lines Matching refs:args

34 #define TRACE(s, args...) \
36 progressbar_info("squashfs: "s, ## args);\
39 #define TRACE(s, args...)
42 #define INFO(s, args...) \
45 progressbar_info(s, ## args);\
48 #define ERROR(s, args...) \
50 progressbar_error(s, ## args); \
53 #define ERROR_START(s, args...) \
56 fprintf(stderr, s, ## args); \
59 #define ERROR_EXIT(s, args...) \
65 fprintf(stderr, s, ## args); \
76 #define BAD_ERROR(s, args...) \
78 progressbar_error("FATAL ERROR:" s, ##args); \
82 #define EXIT_UNSQUASH(s, args...) BAD_ERROR(s, ##args)