| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | connection-state-machine.md | 15 - The Terminating state, which comprises several substates; 173 - the Terminating — Closing state if the local application initiates an 175 - the Terminating — Draining state if the remote peer initiates 182 - The Terminating state is used when closing the connection. 186 Key updates may not be initiated in the Terminating state. 260 <td><tt>TERMINATING.CLOSING</tt></td> 264 <td><tt>TERMINATING.DRAINING</tt></td> 401 <td rowspan="2"><tt>TERMINATING</tt></td> 411 <td rowspan="3"><tt>TERMINATING.CLOSING</tt></td> 414 <td><tt>TERMINATING.DRAINING</tt></td> [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopTermFold.cpp | 49 "Number of terminating condition fold recognized and performed"); 82 << "Cannot replace terminating condition with more than one use\n"); in canFoldTermCondOfLoop() 135 "terminating condition folding.\n"); in canFoldTermCondOfLoop() 143 "for the terminating condition folding.\n"); in canFoldTermCondOfLoop() 164 dbgs() << "Is not safe to expand terminating value for phi node" << PN in canFoldTermCondOfLoop() 172 dbgs() << "Is too expensive to expand terminating value for phi node" in canFoldTermCondOfLoop() 218 << "\nFound loop that can fold terminating condition\n" in canFoldTermCondOfLoop() 267 "Terminating value was checked safe in canFoldTerminatingCondition"); in RunTermFold() 269 // Create new terminating value at loop preheader in RunTermFold() 275 << "Terminating value of new term-cond phi-node:\n" in RunTermFold() [all …]
|
| /freebsd/lib/libc/string/ |
| H A D | strchr.3 | 57 The terminating null character is considered part of the string; 62 the functions locate the terminating 80 a pointer to the terminating 93 returns a pointer to the terminating
|
| H A D | index.3 | 65 The terminating null character is considered part of the string; 70 the functions locate the terminating
|
| H A D | strxfrm.3 | 59 including the terminating null character added. 85 the terminating null character.
|
| H A D | wcsxfrm.3 | 58 including the terminating null character added. 80 the terminating null character.
|
| /freebsd/lib/libugidfw/ |
| H A D | bsde_get_rule.3 | 76 characters, including the terminating 96 characters, including the terminating 115 characters, including the terminating 127 characters, including the terminating
|
| /freebsd/lib/libmd/ |
| H A D | sha512.3 | 159 (including the terminating '\e0') 233 (including the terminating '\e0') 240 (including the terminating '\e0') 247 (including the terminating '\e0') 255 (including the terminating '\e0')
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | parse.mk | 21 # the expanded line's terminating '\0'. 35 # memory allocator. To get a crash, the terminating '\0' of the line must be 41 # 0xXXXX_XXd0, the terminating '\0' may end up at 0xXXXX_Xfff:
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_getstr.3x | 86 does not copy the terminating character to 150 (other than the terminating line feed or carriage return), 327 but did not state whether the terminating null character 333 to allow for the terminating null character. 375 it reserves a byte for the terminating null character.
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_data_bcmraw.c | 93 /* An empty BCM-RAW buffer should still contain a single terminating in bhnd_nvram_bcmraw_probe() 118 /* A valid BCM-RAW buffer should contain a terminating NUL for in bhnd_nvram_bcmraw_probe() 218 /* Write terminating '\0' */ in bhnd_nvram_bcmraw_serialize() 296 /* Seek past the value's terminating '\0' */ in bhnd_nvram_bcmraw_init() 299 BHND_NV_LOG("missing terminating NUL at offset %#zx\n", in bhnd_nvram_bcmraw_init() 304 /* If we hit EOF without finding a terminating NUL in bhnd_nvram_bcmraw_init()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OSSL_PARAM_int.3 | 247 \&\fBOSSL_PARAM_construct_end()\fR is a function that constructs the terminating 278 which must be large enough to accommodate a terminating NUL byte, 281 terminating NUL byte) and \fImax_len\fR is ignored. 288 not including the terminating NUL byte, or this function will fail. 289 A terminating NUL byte is added only if the parameter\*(Aqs \fIdata_size\fR indicates 294 to accommodate the string, not including a terminating NUL byte.
|
| H A D | OSSL_PARAM.3 | 125 An \fBOSSL_PARAM\fR array must have a terminating element, where \fIkey\fR 126 is NULL. The usual full terminating template is: 145 considered a terminating item. 165 counting the terminating NUL byte. When requesting parameters, the 167 should accommodate enough space for a terminating NUL byte.
|
| H A D | EVP_PKEY_gettable_params.3 | 126 value including a terminating NUL byte, or this function will fail. 128 not including the terminating NUL byte. The required buffer size not including 129 the terminating NUL byte can be obtained from \fI*out_len\fR by calling the
|
| /freebsd/crypto/openssl/doc/designs/quic-design/images/ |
| H A D | connection-state-machine.plantuml | 42 state TERMINATING { 53 TERMINATING --> TERMINATED : TERMINATING_TIMEOUT, RX:STATELESS_RESET
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 213 OSSL_PARAM_construct_end() is a function that constructs the terminating 244 which must be large enough to accommodate a terminating NUL byte, 247 terminating NUL byte) and I<max_len> is ignored. 254 not including the terminating NUL byte, or this function will fail. 255 A terminating NUL byte is added only if the parameter's I<data_size> indicates 260 to accommodate the string, not including a terminating NUL byte.
|
| H A D | EVP_PKEY_gettable_params.pod | 64 value including a terminating NUL byte, or this function will fail. 66 not including the terminating NUL byte. The required buffer size not including 67 the terminating NUL byte can be obtained from I<*out_len> by calling the
|
| H A D | OSSL_PARAM.pod | 67 An B<OSSL_PARAM> array must have a terminating element, where I<key> 68 is NULL. The usual full terminating template is: 89 considered a terminating item. 109 counting the terminating NUL byte. When requesting parameters, the 111 should accommodate enough space for a terminating NUL byte.
|
| /freebsd/lib/libc/stdlib/ |
| H A D | strfromd.3 | 37 .Pq including the terminating null character 81 not counting the terminating null character
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | err.D_SYNTAX.BadTransDecl4.d | 31 * Test the declaration of a translator without terminating semi-colon (;). 63 printf("Test translator declaration without terminating semi-colon");
|
| /freebsd/contrib/nvi/regex/ |
| H A D | regex.3 | 192 is considered to be the text of an entire line, minus any terminating 203 The NUL terminating 210 and to have a terminating NUL located at 350 as much of it as will fit before the terminating NUL is supplied. 353 message (including terminating NUL).
|
| /freebsd/lib/libc/locale/ |
| H A D | mbstowcs.3 | 59 A terminating null wide character is appended if there is room. 64 not counting any terminating null wide character, or \-1
|
| /freebsd/lib/libc/stdio/ |
| H A D | fputs.3 | 57 .\" The terminating 75 and a terminating newline character,
|
| /freebsd/lib/libc/gen/ |
| H A D | gethostname.3 | 70 to find the maximum length of a host name (not including the terminating null). 108 and counted the terminating null.
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_channel_local.h | 247 /* Valid if we are in the TERMINATING or TERMINATED states. */ 251 * Deadline at which we move to TERMINATING state. Valid if in the 252 * TERMINATING state. 387 * While in TERMINATING - CLOSING, set when we should generate a connection 467 * if it happens during the TERMINATING state.
|