| /netbsd/src/external/public-domain/xz/dist/src/xz/ |
| D | suffix.c | 130 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()
|
| D | coder.c | 25 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 …]
|
| D | args.c | 410 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()
|
| D | coder.h | 38 extern enum format_type opt_format;
|
| D | list.c | 1145 if (opt_format != FORMAT_XZ && opt_format != FORMAT_AUTO) in list_file()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | sess_id.c | 71 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()
|
| D | crl.c | 114 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()
|
| D | pkcs7.c | 78 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()
|
| D | crl2pkcs7.c | 76 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()
|
| D | dsaparam.c | 91 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()
|
| D | dsa.c | 109 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()
|
| D | ec.c | 96 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()
|
| D | pkey.c | 99 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()
|
| D | ecparam.c | 127 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()
|
| D | rsa.c | 155 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in rsa_main() 162 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in rsa_main()
|
| D | dhparam.c | 104 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dhparam_main() 108 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dhparam_main()
|
| D | pkcs8.c | 105 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs8_main() 112 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs8_main()
|
| D | x509.c | 318 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main() 325 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in x509_main() 329 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in x509_main() 333 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat)) in x509_main() 337 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat)) in x509_main()
|
| D | smime.c | 176 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in smime_main() 183 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in smime_main() 327 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in smime_main()
|
| D | spkac.c | 110 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
|
| D | cms.c | 330 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in cms_main() 334 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in cms_main() 462 if (!opt_format(opt_arg(), in cms_main() 620 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in cms_main()
|
| D | rsautl.c | 101 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in rsautl_main()
|
| D | pkeyutl.c | 167 if (!opt_format(opt_arg(), OPT_FMT_ANY, &peerform)) in pkeyutl_main() 171 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in pkeyutl_main()
|
| D | genpkey.c | 93 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in genpkey_main()
|
| D | asn1parse.c | 99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in asn1parse_main()
|