Home
last modified time | relevance | path

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

123

/netbsd-src/external/mpl/dhcp/dist/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';
/netbsd-src/external/public-domain/xz/dist/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 …]
H A Dargs.c410 opt_format = types[i].format; in parse_real()
620 opt_format = FORMAT_LZMA; in args_parse()
624 opt_format = FORMAT_LZMA; in args_parse()
627 opt_format = FORMAT_LZMA; in args_parse()
664 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse()
665 opt_format = FORMAT_XZ; in args_parse()
672 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW) in args_parse()
H A Dcoder.h38 extern enum format_type opt_format;
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dcrl.c98 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl_main()
105 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl_main()
112 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &keyformat)) in crl_main()
H A Dsess_id.c66 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in sess_id_main()
70 if (!opt_format(opt_arg(), OPT_FMT_PEMDER | OPT_FMT_NSS, in sess_id_main()
H A Dpkcs7.c69 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs7_main()
73 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs7_main()
H A Dpkey.c76 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in pkey_main()
80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
H A Dcrl2p7.c68 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl2pkcs7_main()
72 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl2pkcs7_main()
H A Ddsa.c89 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in dsa_main()
96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in dsa_main()
H A Ddsaparam.c74 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dsaparam_main()
81 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dsaparam_main()
H A Dec.c96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in ec_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
H A Drsa.c92 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in rsa_main()
99 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in rsa_main()
H A Ddhparam.c91 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dhparam_main()
95 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dhparam_main()
H A Dpkcs8.c96 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs8_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs8_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dsess_id.c71 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in sess_id_main()
75 if (!opt_format(opt_arg(), OPT_FMT_PEMDER | OPT_FMT_NSS, in sess_id_main()
H A Dcrl.c114 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl_main()
121 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl_main()
128 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in crl_main()
H A Dpkcs7.c78 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs7_main()
82 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs7_main()
H A Dcrl2pkcs7.c76 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl2pkcs7_main()
80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl2pkcs7_main()
H A Ddsaparam.c91 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dsaparam_main()
98 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dsaparam_main()
H A Ddsa.c109 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in dsa_main()
116 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in dsa_main()
H A Dec.c96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in ec_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
H A Dpkey.c99 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in pkey_main()
103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
H A Decparam.c127 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in ecparam_main()
134 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ecparam_main()

123