Searched refs:always (Results 1 – 25 of 455) sorted by relevance
12345678910>>...19
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_alert_type_string.pod | 47 by the TLS RFC. A fatal alert always leads to a connection abort. 78 An inappropriate message was received. This alert is always fatal 85 MAC. This message is always fatal. 90 that would expand to excessive length). This message is always 129 other fields. This is always fatal. 135 checked, weren't correct. This message is always fatal. 141 with more than 2^14+1024 bytes. This message is always fatal. 148 message is always fatal. 154 This message is always fatal. 160 message is always fatal. [all …]
|
| D | SSL_CTX_set_options.pod | 77 doing a re-connect, always takes the first cipher in the cipher list. 155 RSA keys are always used. This option breaks compatibility with the 163 preferences. When not set, the SSL server will always follow the clients 200 When performing renegotiation as a server, always start a new session 232 can be disabled with this option (in OpenSSL 0.9.6d, it was always
|
| D | SSL_CTX_set_tmp_dh_callback.pod | 39 can take place. Ciphers with DSA keys always use ephemeral DH keys as well. 53 (DH parameters) and generate a DH key. The server will always generate a new 69 very large, so application authors/users should consider to always enable
|
| D | SSL_library_init.pod | 44 SSL_library_init() always returns "1", so it is safe to discard the return
|
| /mirbsd/src/usr.bin/sudo/ |
| D | def_data.c | 4 { "always", always }, 12 { "always", always }, 20 { "always", always },
|
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | a2p.pod | 27 tells a2p that this awk script is always invoked with this B<-F> 42 causes a2p to assume that input will always have that many fields. 52 Old awk always has a line loop, even if there are no line 77 force numeric interpretation, even though the argument is always 79 tell if the argument is always going to be integer, so it leaves it 85 point. Instead it guesses which one you want. It's almost always 111 always going to be numeric you could change the {...} to [...]. 143 correctness over efficiency. it is almost always possible to rewrite 176 but it would be gross and inefficient. Besides, a2p almost always
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | warnings.m4 | 69 # --enable-werror-always was given on the command line, otherwise 72 # then WERROR will be set to -Werror only if --enable-werror-always 78 AC_ARG_ENABLE(werror-always, 79 AS_HELP_STRING([--enable-werror-always],
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | openssl.cnf | 191 authorityKeyIdentifier=keyid,issuer:always 227 authorityKeyIdentifier=keyid:always,issuer:always 260 authorityKeyIdentifier=keyid:always,issuer:always 293 authorityKeyIdentifier=keyid,issuer:always
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | freebsd | 119 # byte 7: highest byte of the kernel stack pointer, always 0xfe 120 # 8/9: kernel (ring 0) ss value, always 0x0010 121 # 10 - 27: ring 1 and 2 ss/esp, unused, thus always 0 122 # 28: low order byte of the current PTD entry, always 0 since the
|
| /mirbsd/src/usr.bin/window/ |
| D | win.c | 339 more(w, always) 341 char always; variable 346 if (!always && w->ww_cur.r < w->ww_w.b - 2)
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BN_num_bytes.pod | 37 DH keys and DSA keys, and found that they don't always come up with 40 of bits doesn't always set the highest bits, thereby making the number
|
| D | BIO_f_cipher.pod | 56 As always, if BIO_gets() or BIO_puts() support is needed then it can 68 BIO_get_cipher_ctx() currently always returns 1.
|
| /mirbsd/src/lib/libc/arch/sparc/sys/ |
| D | sigsuspend.S | 41 ERROR() ! always terminates with EINTR
|
| /mirbsd/src/kern/c/sparc/ |
| D | strlen.S | 47 inc %o0 ! always increment pointer
|
| /mirbsd/src/etc/ |
| D | dhcpd.conf | 39 always-reply-rfc1048 true;
|
| /mirbsd/src/usr.bin/col/ |
| D | README | 32 - last line always ends with at least one \n (or \E9) 39 - always print last character written to a position,
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-m68k.texi | 45 you know that the relevant symbols are always less than 17 bits away. 54 always accepted, but is not required for certain configurations, notably 186 68020, 68030, and the CPU32. The 68040 and 68060 always support 191 for 68000 and the 68010. The 68040 and 68060 always support floating 228 @samp{4}, or @samp{8}, and it may always be omitted along with the 295 of @var{size} means one of @samp{w} or @samp{l}, and it may always be 297 @samp{1}, @samp{2}, @samp{4}, or @samp{8}, and it may always be omitted 461 These are the simplest jump pseudo-operations; they always map to one 538 Each of these pseudo-operations always expands to a single Motorola
|
| D | c-d10v.texi | 72 How does the assembler pick the correct form? @code{@value{AS}} will always pick the 74 line is being assembled, it will always use the long form. If you need to force the 79 Objdump and GDB will always append @samp{.s} or @samp{.l} to instructions which 138 second instruction will always go into right container.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/ |
| D | Changes | 63 A separate flag to always quote hash keys (on by default). 156 Minor bugfix (single digit numbers were always getting quoted). 171 fix: C<Data::Dumper::Purity>, when set, always triggers quotes
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | 64bitint.t | 22 # as 6 * 6 = 36, the last digit of 6**n will always be six. Hence the last 23 # digit of 16**n will always be six. Hence 16**n - 1 will always end in 5. 24 # Assumption is that UVs will always be a multiple of 4 bits long.
|
| /mirbsd/src/sys/kern/ |
| D | README | 5 You must always commit syscalls.master before rebuilding the files, then
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | aix.sc | 2 # AIX always uses shared libraries. The section VMA appears to be
|
| /mirbsd/src/distrib/common/netboot.me/ |
| D | boot.cfg | 15 echo bps (always 8N1) and "set tty com0" to use a serial console.
|
| /mirbsd/src/usr.bin/vi/docs/internals/ |
| D | context | 5 In historic vi, the previous context mark was always set:
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | mach-o-target.c | 38 #error Mach-O fat files must always be big-endian.
|
12345678910>>...19