/freebsd/lib/libc/tests/string/ |
H A D | memccpy_test.c | 119 char terminator; in test_sentinel() local 137 terminator = src[srclen-1]; in test_sentinel() 138 res = memccpy_fn(dest, src, terminator, destlen); in test_sentinel() 157 fail, dest, dest, src, src, terminator, terminator, destlen, res, wantres); in test_sentinel()
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 314 #define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex_or_matcher, terminator) \ argument 322 terminator; \
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncodeInit.pod | 67 additional byte for a NUL terminator. EVP_EncodeUpdate() may be called 77 65 bytes plus an additional NUL terminator (i.e. 66 bytes in total). 89 divisible by 4. Additionally a NUL terminator character will be added. For 91 created plus 1 byte for a NUL terminator (i.e. 25 bytes in total). The length of 92 the data generated I<without> the NUL terminator is returned from the function. 139 terminator.
|
H A D | SSL_CTX_set_psk_client_callback.pod | 112 length B<max_identity_len> bytes (including the B<NUL>-terminator) where the
|
/freebsd/lib/libc/net/ |
H A D | nss_compat.c | 49 static int terminator; variable 164 SET_TERMINATOR(group, &terminator); in __nss_compat_getgrent_r() 265 SET_TERMINATOR(passwd, &terminator); in __nss_compat_getpwent_r()
|
/freebsd/lib/libc/amd64/string/ |
H A D | strlcpy.S | 192 movb $0, (%rdi, %rdx, 1) # write NUL terminator 225 movb $0, (%rdi, %rdx, 1) # write NUL terminator 241 movb $0, (%rdi, %rdx, 1) # write NUL terminator 255 movb $0, (%rdi, %rdx, 1) # add NUL terminator (again)
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StringExtractor.h | 96 size_t GetHexByteStringTerminatedBy(std::string &str, char terminator);
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringExtractor.cpp | 321 char terminator) { in GetHexByteStringTerminatedBy() argument 326 if (Peek() && *Peek() == terminator) in GetHexByteStringTerminatedBy()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pack | 67 # in file version 5.32 test for null terminator is only true for 69 # look for null terminator of 1st entry name
|
H A D | mmdf | 16 # by looking for following valid line terminator (10=0Ah~LineFeed or 13=0Dh~CarriageReturn)
|
H A D | firmware | 207 # samples with CarriageReturnLineFeed terminator 212 # samples with LineFeed terminator
|
H A D | printer | 262 # second line after 1 terminator character 267 # second line after 2 terminator characters
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrControl.td | 115 // terminator, lowering debugtrap to UNREACHABLE can create an invalid 117 // non-terminator version instead.
|
/freebsd/libexec/bootpd/ |
H A D | Announce | 34 Remove change that added null terminator to string options.
|
H A D | Changes | 108 Make option string lengths not include a null terminator.
|
/freebsd/contrib/libucl/ |
H A D | README.md | 344 * Multiline terminator must start just after `<<` symbols and it must consist of capital letters on… 345 * Terminator must end with a single newline character (and no spaces are allowed between terminator… 346 * To finish multiline string you need to include a terminator string just after newline and followe…
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 861 CFGTerminator terminator = block->getTerminator(); in runOnBlock() local 862 if (auto *as = dyn_cast_or_null<GCCAsmStmt>(terminator.getStmt())) in runOnBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 91 0, NULL); // Returns the size including the null terminator. 148 // the buffer not including the NULL terminator. 215 // including the null-terminator. 327 // the null terminator, it will leave the output unterminated. Push a null 328 // terminator onto the end to ensure that this never happens. 372 // *does* indicate the size of the null terminator.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.def | 137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
|
/freebsd/contrib/bearssl/src/codec/ |
H A D | pemdec.t0 | 225 \ 1 quartet processed, one or two bytes produced, terminator reached.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 173 // Note that the name length includes the null terminator.
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 854 const SExpr *T = E->terminator(); in printBasicBlock()
|
H A D | ThreadSafetyTIL.h | 1576 const Terminator *terminator() const { return TermInstr; } in terminator() function 1577 Terminator *terminator() { return TermInstr; } in terminator() function
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 2052 const char terminator[4] = {'\0', '\0', '\0', '\0'}; in ReadStringFromMemory() local 2053 assert(sizeof(terminator) >= type_width && "Attempting to validate a " in ReadStringFromMemory() 2075 if (::memcmp(&dst[i], terminator, type_width) == 0) { in ReadStringFromMemory()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 647 bit isTerminator = false; // Is this part of the terminator for a basic block? 1191 // marked as a terminator or a branch.
|