| /src/external/public-domain/xz/dist/src/xz/ |
| coder.h | 38 extern enum format_type opt_format;
|
| suffix.c | 130 if (opt_format == FORMAT_RAW) { 225 assert(opt_format != FORMAT_AUTO); 227 const size_t format = opt_format - 1; 242 if (opt_format == FORMAT_XZ && has_sfn_suffix(src_name, src_len)) { 257 if (opt_format == FORMAT_RAW && custom_suffix == NULL) { 311 if (custom_suffix == NULL && opt_format == FORMAT_XZ) {
|
| coder.c | 25 enum format_type opt_format = FORMAT_AUTO; variable in typeref:enum:format_type 156 if (opt_format == FORMAT_RAW) { 171 filters[0].id = opt_format == FORMAT_LZMA 182 if (opt_format == FORMAT_LZMA && (filters_count != 1 189 if (opt_format == FORMAT_XZ) 228 if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) { 275 if (!opt_auto_adjust || opt_format == FORMAT_RAW) 282 if (opt_format == FORMAT_XZ && mt_options.threads > 1) { 441 switch (opt_format) { 485 switch (opt_format) { [all...] |
| args.c | 410 opt_format = types[i].format; 620 opt_format = FORMAT_LZMA; 624 opt_format = FORMAT_LZMA; 627 opt_format = FORMAT_LZMA; 664 if (opt_mode == MODE_COMPRESS && opt_format == FORMAT_AUTO) 665 opt_format = FORMAT_XZ; 672 if (opt_mode == MODE_COMPRESS || opt_format == FORMAT_RAW)
|
| /src/external/mpl/dhcp/dist/contrib/ |
| dhcp-lease-list.pl | 40 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';
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| sess_id.c | 77 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 81 if (!opt_format(opt_arg(), OPT_FMT_PEMDER | OPT_FMT_NSS,
|
| crl.c | 138 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 145 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) 152 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat))
|
| crl2pkcs7.c | 80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 84 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| dsa.c | 122 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) 129 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat))
|
| dsaparam.c | 99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 106 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| ec.c | 111 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) 118 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| ecparam.c | 136 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 143 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| pkcs7.c | 88 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 92 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| pkey.c | 114 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) 118 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| pkcs7.c | 78 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 82 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| sess_id.c | 71 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 75 if (!opt_format(opt_arg(), OPT_FMT_PEMDER | OPT_FMT_NSS,
|
| crl.c | 114 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 121 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) 128 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat))
|
| crl2pkcs7.c | 76 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| dsa.c | 109 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) 116 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat))
|
| dsaparam.c | 91 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 98 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| ec.c | 96 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) 103 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| pkcs7.c | 69 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 73 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| pkey.c | 76 if (!opt_format(opt_arg(), OPT_FMT_ANY, &informat)) 80 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
|
| sess_id.c | 66 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 70 if (!opt_format(opt_arg(), OPT_FMT_PEMDER | OPT_FMT_NSS,
|
| crl.c | 98 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) 105 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat)) 112 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &keyformat))
|