Searched refs:wrapping (Results 1 – 25 of 78) sorted by relevance
1234
| /freebsd-12-stable/contrib/gcc/ |
| D | pretty-print.h | 123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff 126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule 129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping 173 pp_wrapping_mode_t wrapping; member
|
| D | diagnostic.h | 131 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule) 135 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
|
| D | diagnostic.c | 101 context->printer->wrapping.rule = DIAGNOSTICS_SHOW_PREFIX_ONCE; in diagnostic_initialize()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | CMS_add1_recipient_cert.pod | 27 wrapping algorithm B<nid>, identifier B<id> of length B<idlen> and optional 47 Currently only AES based key wrapping algorithms are supported for B<nid>,
|
| D | BIO_s_file.pod | 52 BIO_new_fp() creates a file BIO wrapping B<stream>. Flags can be: 73 When wrapping stdout, stdin or stderr the underlying stream should not
|
| /freebsd-12-stable/contrib/bc/gen/ |
| D | dc_help.txt | 125 wrapping. Using 0 will disable line length checking.
|
| D | bc_help.txt | 159 wrapping. Using 0 will disable line length checking.
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | arm_cde.td | 10 // functions wrapping the CDE instructions.
|
| D | arm_mve_defs.td | 137 // for wrapping up a variable name like $foo into a thing you can pass
|
| /freebsd-12-stable/contrib/less/ |
| D | NEWS | 21 * Add ctrl-W search modifier for wrapping search. 467 line wrapping and handling double-width chars. 958 rather than wrapping onto the next line.
|
| D | less.hlp | 181 Chop (truncate) long lines rather than wrapping.
|
| /freebsd-12-stable/crypto/heimdal/lib/hx509/ |
| D | ChangeLog | 2420 * ks_p11.c: drop extra wrapping of p11_init 2599 * hxtool-commands.in: add contentinfo wrapping for create/unwrap 2602 * hxtool.c: add contentinfo wrapping for create/unwrap enveloped 2616 * test_cms.in: verify ContentInfo wrapping code in hxtool 2618 * hxtool-commands.in (cms_create_sd): support wrapping in content 2621 * hxtool.c (cms_create_sd): support wrapping in content info
|
| /freebsd-12-stable/crypto/openssl/doc/man7/ |
| D | RAND_DRBG.pod | 150 wrapping the L<RAND_DRBG_generate(3)> function, which serves the actual
|
| /freebsd-12-stable/crypto/heimdal/doc/ |
| D | apps.texi | 238 OpenAFS/Transarc client. It is a so tight fit that some extra wrapping
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrMemory.td | 24 // offset for an add that needs wrapping.
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | functional | 36 : public unary_function<T1, R> // if wrapping a unary functor
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| D | fp_div_impl.inc | 157 // so x0 fits to UQ0.HW without wrapping.
|
| /freebsd-12-stable/contrib/dialog/ |
| D | CHANGES | 357 + account for combining characters when wrapping text (Debian #570634). 718 + correct wrapping computation in print_line() from 2005/11/07 changes 803 + undo doubled adjustment for left/right margins when wrapping text 1050 + improve discussion of wrapping in the manpage (Debian #251937). 1265 wrapping for double-width characters.
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | ChangeLog.2005 | 710 * lib/krb5/test_crypto_wrapping.c: test encryption wrapping 1411 implement a UI prompter function wrapping the kerberos prompter 1488 * doc/heimdal.texi: change the wrapping around the Top node to
|
| /freebsd-12-stable/crypto/openssl/doc/man1/ |
| D | smime.pod | 463 signature by line wrapping the base64 encoded structure and surrounding
|
| D | cms.pod | 665 signature by line wrapping the base64 encoded structure and surrounding
|
| /freebsd-12-stable/crypto/heimdal/lib/gssapi/ |
| D | ChangeLog | 27 * krb5/init_sec_context.c: Don't add asn1 wrapping to token when 2019 * accept_sec_context.c: SPNEGO doesn't include gss wrapping on 2023 wrapping on SubsequentContextToken like the Kerberos 5 mech 2536 GSS_C_NT_EXPORT_NAME wrapping, not just the principal
|
| /freebsd-12-stable/stand/ficl/softwords/ |
| D | oo.fr | 274 \ whose class is set at compile time. This is useful for wrapping
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | configure.ac | 213 # We don't check cap_rights_init(), as it's a macro, wrapping another
|
| D | configure.in | 214 # We don't check cap_rights_init(), as it's a macro, wrapping another
|
1234