Home
last modified time | relevance | path

Searched refs:outfn (Results 1 – 6 of 6) sorted by relevance

/third_party/libexif/test/
Dtest-extract.c36 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()
/third_party/e2fsprogs/util/
Dsubst.c329 char *outfn = NULL, *newfn = NULL; in main() local
370 outfn = argv[optind]; in main()
371 newfn = (char *) malloc(strlen(outfn)+20); in main()
376 strcpy(newfn, outfn); in main()
389 fd = open(outfn, O_RDONLY); in main()
408 outfn = 0; in main()
418 if (outfn) { in main()
423 printf("No change, keeping %s.\n", outfn); in main()
426 printf("Updating modtime for %s\n", outfn); in main()
435 set_utimes(outfn, fileno(old), tv); in main()
[all …]
Dgen-android-files25 awk -f lib/et/et_c.awk outfile=$i.c outfn=$(basename $i.c) $i.et
26 awk -f lib/et/et_h.awk outfile=$i.h outfn=$(basename $i.h) $i.et
/third_party/e2fsprogs/misc/
Dlogsave.c255 char *outfn, **cpp; in main() local
278 outfn = argv[optind]; in main()
283 outfd = open(outfn, openflags, 0644); in main()
319 outfn); in main()
324 outfd = open(outfn, openflags, 0644); in main()
/third_party/e2fsprogs/lib/et/
Det_h.awk2 if ( length(outfn) == 0) {
3 outfn = outfile
129 print " * " outfn ":" > outfile
Det_c.awk2 if ( length(outfn) == 0) {
3 outfn = outfile
125 print " * " outfn ":" > outfile