| /freebsd/contrib/xz/src/xz/ |
| H A D | suffix.c | 139 if (opt_format != FORMAT_RAW) { in uncompressed_name() 230 assert(opt_format != FORMAT_AUTO); in compressed_name() 232 assert(opt_format != FORMAT_LZIP); in compressed_name() 235 const size_t format = opt_format - 1; in compressed_name() 250 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { in compressed_name() 312 if (custom_suffix == NULL && opt_format == FORMAT_XZ) { in compressed_name()
|
| H A D | args.c | 567 opt_format = types[i].format; in parse_real() 787 opt_format = FORMAT_LZMA; in args_parse() 791 opt_format = FORMAT_LZMA; in args_parse() 794 opt_format = FORMAT_LZMA; in args_parse() 822 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_LZIP) in args_parse() 844 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) in args_parse() 845 opt_format = FORMAT_XZ; in args_parse() 850 if ((opt_mode != MODE_COMPRESS || opt_format != FORMAT_XZ) in args_parse() 861 if (opt_format == FORMAT_RAW && !suffix_is_set() && !opt_stdout in args_parse() 885 if (opt_mode == MODE_COMPRESS || (opt_format == FORMAT_RAW in args_parse()
|
| H A D | coder.c | 26 enum format_type opt_format = FORMAT_AUTO; variable 296 assert(opt_format != FORMAT_LZIP); in coder_set_compression_settings() 312 assert(opt_format == FORMAT_XZ); in coder_set_compression_settings() 362 if (opt_format == FORMAT_RAW) { in coder_set_compression_settings() 377 default_filters[0].id = opt_format == FORMAT_LZMA in coder_set_compression_settings() 391 if (opt_format == FORMAT_LZMA && (filters_count != 1 in coder_set_compression_settings() 400 if (opt_format == FORMAT_XZ && chains_used_mask & 1) in coder_set_compression_settings() 461 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings() 550 if (opt_format == FORMAT_RAW) in coder_set_compression_settings() 557 if (opt_format == FORMAT_XZ && hardware_threads_is_mt()) { in coder_set_compression_settings() [all …]
|
| H A D | list.c | 1296 if (opt_format != FORMAT_XZ && opt_format != FORMAT_AUTO) { in list_file() 1305 if (opt_format == FORMAT_LZMA) in list_file()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | sess_id.c | 77 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in sess_id_main() 81 if (!opt_format(opt_arg(), OPT_FMT_PEMDER | OPT_FMT_NSS, in sess_id_main()
|
| H A D | crl.c | 138 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl_main() 145 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl_main() 152 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in crl_main()
|
| H A D | pkcs7.c | 88 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs7_main() 92 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs7_main()
|
| H A D | dsaparam.c | 99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dsaparam_main() 106 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dsaparam_main()
|
| H A D | crl2pkcs7.c | 80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in crl2pkcs7_main() 84 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in crl2pkcs7_main()
|
| H A D | dsa.c | 122 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in dsa_main() 129 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in dsa_main()
|
| H A D | ec.c | 111 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in ec_main() 118 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ec_main()
|
| H A D | pkey.c | 114 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in pkey_main() 118 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkey_main()
|
| H A D | ecparam.c | 136 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in ecparam_main() 143 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in ecparam_main()
|
| H A D | dhparam.c | 119 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in dhparam_main() 123 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in dhparam_main()
|
| H A D | rsa.c | 171 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) in rsa_main() 178 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in rsa_main()
|
| H A D | pkcs8.c | 126 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in pkcs8_main() 133 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) in pkcs8_main()
|
| H A D | smime.c | 239 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in smime_main() 246 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in smime_main() 396 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in smime_main()
|
| H A D | x509.c | 385 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main() 392 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in x509_main() 396 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in x509_main() 400 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat)) in x509_main() 404 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat)) in x509_main()
|
| H A D | spkac.c | 120 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
|
| H A D | rsautl.c | 117 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in rsautl_main()
|
| H A D | cms.c | 401 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat)) in cms_main() 405 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat)) in cms_main() 539 if (!opt_format(opt_arg(), in cms_main() 697 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in cms_main()
|
| H A D | asn1parse.c | 110 if (!opt_format(opt_arg(), OPT_FMT_ASN1, &informat)) in asn1parse_main()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | opt.h | 380 /* Flags to pass into opt_format; see FORMAT_xxx, below. */ 433 int opt_format(const char *s, unsigned long flags, int *result);
|
| /freebsd/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,
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | opt.c | 277 int opt_format(const char *s, unsigned long flags, int *result) in opt_format() 1008 if (opt_format(arg, in opt_next() 262 int opt_format(const char *s, unsigned long flags, int *result) opt_format() function
|