Home
last modified time | relevance | path

Searched refs:opt_format (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/system/
H A Dgetopts.c53 const char *opt_format) in mps_getopts() argument
59 int i, l = strlen (opt_format), steps; in mps_getopts()
108 if (opt_format[i] == ':') in mps_getopts()
110 else if (argv[1][1] == opt_format[i]) in mps_getopts()
112 opt->optchar = opt_format[i]; in mps_getopts()
115 if (i == l || opt_format[i + 1] != ':') in mps_getopts()
128 && (opt_format[i + 1] == ':' && opt_format[i + 2] == ':')) in mps_getopts()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/scripts/
H A Dformat_c_api_docs10 $opt_format='html';
16 'format=s' => \$opt_format,
192 $out = "${base}.${opt_format}";
194 $out = "${opt_outdir}/${base}.${opt_format}";
202 if ( $opt_format eq 'html' ) {
204 } elsif ( $opt_format eq 'latex' ) {
206 } elsif ( $opt_format eq 'man' ) {
208 } elsif ( $opt_format eq 'text' ) {
210 } elsif ( $opt_format eq 'pod' ) {
219 if ( $opt_format eq 'html' ) {
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/scripts/
H A Dformat_c_api_docs10 $opt_format='html';
16 'format=s' => \$opt_format,
192 $out = "${base}.${opt_format}";
194 $out = "${opt_outdir}/${base}.${opt_format}";
202 if ( $opt_format eq 'html' ) {
204 } elsif ( $opt_format eq 'latex' ) {
206 } elsif ( $opt_format eq 'man' ) {
208 } elsif ( $opt_format eq 'text' ) {
210 } elsif ( $opt_format eq 'pod' ) {
219 if ( $opt_format eq 'html' ) {
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/scripts/
H A Dformat_c_api_docs10 $opt_format='html';
16 'format=s' => \$opt_format,
192 $out = "${base}.${opt_format}";
194 $out = "${opt_outdir}/${base}.${opt_format}";
202 if ( $opt_format eq 'html' ) {
204 } elsif ( $opt_format eq 'latex' ) {
206 } elsif ( $opt_format eq 'man' ) {
208 } elsif ( $opt_format eq 'text' ) {
210 } elsif ( $opt_format eq 'pod' ) {
219 if ( $opt_format eq 'html' ) {
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/scripts/
H A Dformat_c_api_docs10 $opt_format='html';
16 'format=s' => \$opt_format,
192 $out = "${base}.${opt_format}";
194 $out = "${opt_outdir}/${base}.${opt_format}";
202 if ( $opt_format eq 'html' ) {
204 } elsif ( $opt_format eq 'latex' ) {
206 } elsif ( $opt_format eq 'man' ) {
208 } elsif ( $opt_format eq 'text' ) {
210 } elsif ( $opt_format eq 'pod' ) {
219 if ( $opt_format eq 'html' ) {
/dports/devel/cutils/cutils-1.6/src/chilight/
H A Dchilight.c48 static int opt_format = OPT_FORMAT_TTY; variable
98 switch (opt_format) { in register_format()
266 if (opt_format == OPT_FORMAT_TTY) { in process_token()
291 if (opt_format == OPT_FORMAT_ROFF) in process_token()
370 opt_format = OPT_FORMAT_ANSI_COLOR; in main()
372 opt_format = OPT_FORMAT_ANSI_BOLD; in main()
376 opt_format = OPT_FORMAT_HTML_FONT; in main()
378 opt_format = OPT_FORMAT_ROFF; in main()
380 opt_format = OPT_FORMAT_TTY; in main()
411 switch (opt_format) { in main()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/contrib/
H A Ddhcp-lease-list.pl40 my $opt_format = 'human';
86 print("Reading leases from $db\n") if $opt_format eq 'human';
103 my $counter = $opt_format eq 'human' ? 1 : 0;
158 if ($opt_format eq 'human') {
163 if ($opt_format eq 'human') {
200 $opt_format = 'parsable';
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/contrib/
H A Ddhcp-lease-list.pl40 my $opt_format = 'human';
86 print("Reading leases from $db\n") if $opt_format eq 'human';
103 my $counter = $opt_format eq 'human' ? 1 : 0;
158 if ($opt_format eq 'human') {
163 if ($opt_format eq 'human') {
200 $opt_format = 'parsable';
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/contrib/
H A Ddhcp-lease-list.pl40 my $opt_format = 'human';
86 print("Reading leases from $db\n") if $opt_format eq 'human';
103 my $counter = $opt_format eq 'human' ? 1 : 0;
158 if ($opt_format eq 'human') {
163 if ($opt_format eq 'human') {
200 $opt_format = 'parsable';
/dports/devel/quilt/quilt-0.66/quilt/
H A Dgraph.in75 opt_format=ps
112 [ "$opt_format" = "ps" ] && check_external_tool dot graphviz -T
127 [ -n "$opt_format" ] && pipe="| dot -T$opt_format"
/dports/devel/picprog/picprog-1.9.1/
H A Dmain.cc65 int opt_format = hexfile::unknown; in main() local
91 {"ihx32", no_argument, &opt_format, hexfile::ihx32}, in main()
92 {"ihx16", no_argument, &opt_format, hexfile::ihx16}, in main()
93 {"ihx8m", no_argument, &opt_format, hexfile::ihx8m}, in main()
206 hexfile::formats (opt_format), in main()
220 hexfile::formats (opt_format), in main()
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/ipv6calcweb/
H A Dtest_ipv6calcweb.sh17 opt_format="$OPTARG"
82 if [ -n "$opt_format" -a "$opt_format" != "$format" ]; then
139 if [ -n "$opt_format" -a "$opt_format" != "$format" ]; then
/dports/mail/im/im-153/
H A Dimgrep.in37 $opt_format @opt_src $opt_casefold $opt_expression
45 $opt_format = 'number'; # use number, folder, or path
117 if ($opt_format eq 'number' and @opt_src > 1) {
118 $opt_format = 'path';
154 print "$folder:" if ($opt_format eq 'folder');
155 print "$folder_dir/" if ($opt_format eq 'path');
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/xz/
H A Dsuffix.c130 if (opt_format == FORMAT_RAW) { in uncompressed_name()
225 assert(opt_format != FORMAT_AUTO); in compressed_name()
227 const size_t format = opt_format - 1; in compressed_name()
242 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { in compressed_name()
257 if (opt_format == FORMAT_RAW && custom_suffix == NULL) { in compressed_name()
311 if (custom_suffix == NULL && opt_format == FORMAT_XZ) { in compressed_name()
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO; variable
156 if (opt_format == FORMAT_RAW) { in coder_set_compression_settings()
171 filters[0].id = opt_format == FORMAT_LZMA in coder_set_compression_settings()
182 if (opt_format == FORMAT_LZMA && (filters_count != 1 in coder_set_compression_settings()
189 if (opt_format == FORMAT_XZ) in coder_set_compression_settings()
228 if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) { in coder_set_compression_settings()
275 if (!opt_auto_adjust || opt_format == FORMAT_RAW) in coder_set_compression_settings()
282 if (opt_format == FORMAT_XZ && mt_options.threads > 1) { in coder_set_compression_settings()
441 switch (opt_format) { in coder_init()
485 switch (opt_format) { in coder_init()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lzma-sys-0.1.16/xz-5.2/src/xz/
H A Dsuffix.c130 if (opt_format == FORMAT_RAW) { in uncompressed_name()
225 assert(opt_format != FORMAT_AUTO); in compressed_name()
227 const size_t format = opt_format - 1; in compressed_name()
242 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { in compressed_name()
257 if (opt_format == FORMAT_RAW && custom_suffix == NULL) { in compressed_name()
311 if (custom_suffix == NULL && opt_format == FORMAT_XZ) { in compressed_name()
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO; variable
156 if (opt_format == FORMAT_RAW) { in coder_set_compression_settings()
171 filters[0].id = opt_format == FORMAT_LZMA in coder_set_compression_settings()
182 if (opt_format == FORMAT_LZMA && (filters_count != 1 in coder_set_compression_settings()
189 if (opt_format == FORMAT_XZ) in coder_set_compression_settings()
228 if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) { in coder_set_compression_settings()
275 if (!opt_auto_adjust || opt_format == FORMAT_RAW) in coder_set_compression_settings()
282 if (opt_format == FORMAT_XZ && mt_options.threads > 1) { in coder_set_compression_settings()
441 switch (opt_format) { in coder_init()
485 switch (opt_format) { in coder_init()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/xz/
H A Dsuffix.c130 if (opt_format == FORMAT_RAW) { in uncompressed_name()
225 assert(opt_format != FORMAT_AUTO); in compressed_name()
227 const size_t format = opt_format - 1; in compressed_name()
242 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { in compressed_name()
257 if (opt_format == FORMAT_RAW && custom_suffix == NULL) { in compressed_name()
311 if (custom_suffix == NULL && opt_format == FORMAT_XZ) { in compressed_name()
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO; variable
156 if (opt_format == FORMAT_RAW) { in coder_set_compression_settings()
171 filters[0].id = opt_format == FORMAT_LZMA in coder_set_compression_settings()
182 if (opt_format == FORMAT_LZMA && (filters_count != 1 in coder_set_compression_settings()
189 if (opt_format == FORMAT_XZ) in coder_set_compression_settings()
228 if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) { in coder_set_compression_settings()
275 if (!opt_auto_adjust || opt_format == FORMAT_RAW) in coder_set_compression_settings()
282 if (opt_format == FORMAT_XZ && mt_options.threads > 1) { in coder_set_compression_settings()
441 switch (opt_format) { in coder_init()
485 switch (opt_format) { in coder_init()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/lzma-sys/xz-5.2/src/xz/
H A Dsuffix.c130 if (opt_format == FORMAT_RAW) { in uncompressed_name()
225 assert(opt_format != FORMAT_AUTO); in compressed_name()
227 const size_t format = opt_format - 1; in compressed_name()
242 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { in compressed_name()
257 if (opt_format == FORMAT_RAW && custom_suffix == NULL) { in compressed_name()
311 if (custom_suffix == NULL && opt_format == FORMAT_XZ) { in compressed_name()
H A Dcoder.c25 enum format_type opt_format = FORMAT_AUTO; variable
156 if (opt_format == FORMAT_RAW) { in coder_set_compression_settings()
171 filters[0].id = opt_format == FORMAT_LZMA in coder_set_compression_settings()
182 if (opt_format == FORMAT_LZMA && (filters_count != 1 in coder_set_compression_settings()
189 if (opt_format == FORMAT_XZ) in coder_set_compression_settings()
228 if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) { in coder_set_compression_settings()
275 if (!opt_auto_adjust || opt_format == FORMAT_RAW) in coder_set_compression_settings()
282 if (opt_format == FORMAT_XZ && mt_options.threads > 1) { in coder_set_compression_settings()
441 switch (opt_format) { in coder_init()
485 switch (opt_format) { in coder_init()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/convert/
H A Dpdb_output_ui.py23 self.opt_format = QtWidgets.QComboBox(Form)
24 self.opt_format.setObjectName("opt_format")
25 self.gridLayout.addWidget(self.opt_format, 0, 1, 1, 1)
38 self.label.setBuddy(self.opt_format)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/xz/
H A Dargs.c295 opt_format = types[i].format; in parse_real()
479 opt_format = FORMAT_LZMA; in args_parse()
483 opt_format = FORMAT_LZMA; in args_parse()
486 opt_format = FORMAT_LZMA; in args_parse()
506 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
507 opt_format = FORMAT_XZ; in args_parse()
514 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW) in args_parse()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/xz/
H A Dargs.c295 opt_format = types[i].format; in parse_real()
479 opt_format = FORMAT_LZMA; in args_parse()
483 opt_format = FORMAT_LZMA; in args_parse()
486 opt_format = FORMAT_LZMA; in args_parse()
506 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
507 opt_format = FORMAT_XZ; in args_parse()
514 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW) in args_parse()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/xz/
H A Dargs.c295 opt_format = types[i].format; in parse_real()
479 opt_format = FORMAT_LZMA; in args_parse()
483 opt_format = FORMAT_LZMA; in args_parse()
486 opt_format = FORMAT_LZMA; in args_parse()
506 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
507 opt_format = FORMAT_XZ; in args_parse()
514 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW) in args_parse()

12345678910>>...36