Searched refs:out_filename (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dremuxing.c51 const char *in_filename, *out_filename; local
63 out_filename = argv[2];
79 avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, out_filename);
106 av_dump_format(ofmt_ctx, 0, out_filename, 1);
109 ret = avio_open(&ofmt_ctx->pb, out_filename, AVIO_FLAG_WRITE);
111 fprintf(stderr, "Could not open output file '%s'", out_filename);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dsetfiles.c499 char *out_filename = NULL; local
541 &exclude_dir, &input_filename, &out_filename, &verbose);
545 &exclude_dir, &input_filename, &rootpath, &out_filename,
574 if (NOT_LONE_CHAR(out_filename, '-')) {
575 outfile = xfopen(out_filename, "w");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dactivation-helper.c72 goto out_filename;
137 out_filename:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c1016 static const char *out_filename; variable
1119 error (EXIT_FAILURE, errno, _("error writing to %s"), out_filename);
1488 out_filename = stream->filename;
1512 out_filename = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-ostream.c993 static const char *out_filename; variable
1096 error (EXIT_FAILURE, errno, _("error writing to %s"), out_filename);
1465 out_filename = stream->filename;
1489 out_filename = NULL;
H A Dterm-ostream.oo.c1016 static const char *out_filename; variable
1119 error (EXIT_FAILURE, errno, _("error writing to %s"), out_filename);
1488 out_filename = stream->filename;
1512 out_filename = NULL;

Completed in 76 milliseconds