Searched refs:opt_format (Results 1 - 17 of 17) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/xz/
H A Dcoder.h38 extern enum format_type opt_format;
H A Dsuffix.c98 if (opt_format == FORMAT_RAW) {
168 assert(opt_format != FORMAT_AUTO);
170 const size_t format = opt_format - 1;
193 if (opt_format == FORMAT_RAW && custom_suffix == NULL) {
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO; variable in typeref:enum:format_type
126 if (opt_format == FORMAT_RAW) {
144 filters[0].id = opt_format == FORMAT_LZMA
155 if (opt_format == FORMAT_LZMA && (filters_count != 1
162 if (opt_format == FORMAT_XZ)
199 if (!opt_auto_adjust || opt_format == FORMAT_RAW)
350 switch (opt_format) {
376 switch (opt_format) {
H A Dargs.c337 opt_format = types[i].format;
524 opt_format = FORMAT_LZMA;
528 opt_format = FORMAT_LZMA;
531 opt_format = FORMAT_LZMA;
552 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO)
553 opt_format = FORMAT_XZ;
560 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW)
H A Dlist.c1071 if (opt_format != FORMAT_XZ && opt_format != FORMAT_AUTO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/selftest/
H A Dformat-subunit.pl44 my $opt_format = "plain";
52 'format=s' => \$opt_format,
73 if ($opt_format eq "plain") {
76 } elsif ($opt_format eq "html") {
81 die("Invalid output format '$opt_format'");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/selftest/
H A Dformat-subunit.pl44 my $opt_format = "plain";
52 'format=s' => \$opt_format,
73 if ($opt_format eq "plain") {
76 } elsif ($opt_format eq "html") {
81 die("Invalid output format '$opt_format'");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/selftest/
H A Dformat-subunit.pl44 my $opt_format = "plain";
52 'format=s' => \$opt_format,
73 if ($opt_format eq "plain") {
76 } elsif ($opt_format eq "html") {
81 die("Invalid output format '$opt_format'");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffprobe.c296 static void opt_format(const char *arg) function
335 { "f", HAS_ARG, {(void*)opt_format}, "force format", "format" },
H A Dffmpeg.c2502 static void opt_format(const char *arg) function
3809 opt_format("vcd");
3837 opt_format("svcd");
3859 opt_format("dvd");
3878 opt_format("dv");
3995 { "f", HAS_ARG, {(void*)opt_format}, "force format", "fmt" },
H A Dffplay.c2949 static void opt_format(const char *arg) function
3027 { "f", HAS_ARG, {(void*)opt_format}, "force format", "fmt" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffprobe.c296 static void opt_format(const char *arg) function
335 { "f", HAS_ARG, {(void*)opt_format}, "force format", "format" },
H A Dffmpeg.c2502 static void opt_format(const char *arg) function
3809 opt_format("vcd");
3837 opt_format("svcd");
3859 opt_format("dvd");
3878 opt_format("dv");
3995 { "f", HAS_ARG, {(void*)opt_format}, "force format", "fmt" },
H A Dffplay.c2949 static void opt_format(const char *arg) function
3027 { "f", HAS_ARG, {(void*)opt_format}, "force format", "fmt" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffprobe.c296 static void opt_format(const char *arg) function
335 { "f", HAS_ARG, {(void*)opt_format}, "force format", "format" },
H A Dffmpeg.c2502 static void opt_format(const char *arg) function
3809 opt_format("vcd");
3837 opt_format("svcd");
3859 opt_format("dvd");
3878 opt_format("dv");
3995 { "f", HAS_ARG, {(void*)opt_format}, "force format", "fmt" },
H A Dffplay.c2949 static void opt_format(const char *arg) function
3027 { "f", HAS_ARG, {(void*)opt_format}, "force format", "fmt" },

Completed in 249 milliseconds