Home | History | Annotate | Download | only in qemu

Lines Matching refs:fn

12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height)
26 LOG("%s: failed to allocate png read struct\n", fn);
32 LOG("%s: failed to allocate png info struct\n", fn);
36 fp = fopen(fn, "rb");
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);
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);