| /freebsd-14.2/contrib/xz/src/xz/ |
| H A D | suffix.c | 134 if (opt_format != FORMAT_RAW) { in uncompressed_name() 224 assert(opt_format != FORMAT_AUTO); in compressed_name() 226 assert(opt_format != FORMAT_LZIP); in compressed_name() 229 const size_t format = opt_format - 1; in compressed_name() 244 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { in compressed_name() 306 if (custom_suffix == NULL && opt_format == FORMAT_XZ) { in compressed_name()
|
| H A D | args.c | 455 opt_format = types[i].format; in parse_real() 668 opt_format = FORMAT_LZMA; in args_parse() 672 opt_format = FORMAT_LZMA; in args_parse() 675 opt_format = FORMAT_LZMA; in args_parse() 703 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_LZIP) in args_parse() 718 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse() 719 opt_format = FORMAT_XZ; in args_parse() 726 if (opt_mode == MODE_COMPRESS || (opt_format == FORMAT_RAW in args_parse() 732 if (opt_format == FORMAT_RAW && !suffix_is_set() && !opt_stdout in args_parse()
|
| H A D | coder.c | 25 enum format_type opt_format = FORMAT_AUTO; variable 147 assert(opt_format != FORMAT_LZIP); in coder_set_compression_settings() 167 if (opt_format == FORMAT_RAW) { in coder_set_compression_settings() 182 filters[0].id = opt_format == FORMAT_LZMA in coder_set_compression_settings() 193 if (opt_format == FORMAT_LZMA && (filters_count != 1 in coder_set_compression_settings() 200 if (opt_format == FORMAT_XZ) in coder_set_compression_settings() 242 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings() 289 if (opt_format == FORMAT_RAW) in coder_set_compression_settings() 296 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings() 517 switch (opt_format) { in coder_init() [all …]
|
| H A D | coder.h | 40 extern enum format_type opt_format;
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | spkac.c | 110 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
|
| H A 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()
|
| H A D | rsautl.c | 101 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in rsautl_main()
|
| H A 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()
|
| H A D | genpkey.c | 93 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in genpkey_main()
|
| /freebsd-14.2/crypto/openssl/apps/include/ |
| H A D | opt.h | 382 int opt_format(const char *s, unsigned long flags, int *result);
|
| /freebsd-14.2/crypto/openssl/doc/internal/man3/ |
| H A D | OPTIONS.pod | 10 opt_format, opt_isdir, opt_string, opt_pair, 48 int opt_format(const char *s, unsigned long flags, int *result); 271 The opt_format() function takes a string value,
|