Home | History | Annotate | Download | only in qemu

Lines Matching refs:LOG

7 #define LOG(x...) fprintf(stderr,"error: " x)
9 #define LOG(x...) do {} while (0)
26 LOG("%s: failed to allocate png read struct\n", fn);
32 LOG("%s: failed to allocate png info struct\n", fn);
38 LOG("%s: failed to open file\n", fn);
43 LOG("%s: failed to read header\n", fn);
48 LOG("%s: header is not a PNG header\n", fn);
53 LOG("%s: png library error\n", fn);
94 LOG("%s: unsupported (grayscale?) color type\n");
106 LOG("could not allocate data buffer\n");
164 LOG("%s: failed to allocate png read struct\n", fn);
170 LOG("%s: failed to allocate png info struct\n", fn);
179 LOG("%s: header is not a PNG header\n", fn);
186 LOG("%s: png library error\n", fn);
226 LOG("%s: unsupported (grayscale?) color type\n");
238 LOG("could not allocate data buffer\n");