Lines Matching refs:MSG
50 #define MSG(...) fprintf(stderr, __VA_ARGS__) macro
54 MSG(__VA_ARGS__); \
55 MSG(" \n"); \
186 MSG("Ignoring %s directory \n", fileName); in loadFile()
190 MSG("Impossible to open %s \n", fileName); in loadFile()
195 MSG("Error reading %s \n", fileName); in loadFile()
207 MSG("not enough memory \n"); in fileCheck()
218 MSG(" \n"); in bad_usage()
219 MSG("bad usage: \n"); in bad_usage()
220 MSG(" \n"); in bad_usage()
221 MSG("%s [Options] fileName \n", exeName); in bad_usage()
222 MSG(" \n"); in bad_usage()
223 MSG("Options: \n"); in bad_usage()
224 MSG("-# : use #=[0-9] compression level (default:0 == random) \n"); in bad_usage()
246 MSG("no pb detected \n"); in main()