Searched refs:outfn (Results 1 - 1 of 1) sorted by relevance
/third_party/libexif/test/ |
H A D | test-extract.c | 36 const char *outfn = "output.exif"; in main() local 44 outfn = argv[2]; in main() 70 f = fopen(outfn, "wb"); in main() 72 fprintf (stderr, "Could not open '%s' for writing!\n", outfn); in main() 77 fprintf (stderr, "Could not write to '%s'!\n", outfn); in main() 87 fprintf (stderr, "Could not write to '%s'!\n", outfn); in main() 91 fprintf (stderr, "Could not write to '%s'!\n", outfn); in main() 95 fprintf (stderr, "Could not close '%s'!\n", outfn); in main() 99 fprintf (stderr, "Wrote EXIF data to '%s'\n", outfn); in main()
|
Completed in 1 milliseconds