Home
last modified time | relevance | path

Searched refs:terminator (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/lib/libc/tests/string/
H A Dmemccpy_test.c119 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 Dgtest-death-test.h314 #define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex_or_matcher, terminator) \ argument
322 terminator; \
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncodeInit.pod67 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 DSSL_CTX_set_psk_client_callback.pod112 length B<max_identity_len> bytes (including the B<NUL>-terminator) where the
/freebsd/lib/libc/net/
H A Dnss_compat.c49 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 Dstrlcpy.S192 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 DStringExtractor.h96 size_t GetHexByteStringTerminatedBy(std::string &str, char terminator);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp321 char terminator) { in GetHexByteStringTerminatedBy() argument
326 if (Peek() && *Peek() == terminator) in GetHexByteStringTerminatedBy()
/freebsd/contrib/file/magic/Magdir/
H A Dpack67 # in file version 5.32 test for null terminator is only true for
69 # look for null terminator of 1st entry name
H A Dmmdf16 # by looking for following valid line terminator (10=0Ah~LineFeed or 13=0Dh~CarriageReturn)
H A Dfirmware207 # samples with CarriageReturnLineFeed terminator
212 # samples with LineFeed terminator
H A Dprinter262 # second line after 1 terminator character
267 # second line after 2 terminator characters
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td115 // terminator, lowering debugtrap to UNREACHABLE can create an invalid
117 // non-terminator version instead.
/freebsd/libexec/bootpd/
H A DAnnounce34 Remove change that added null terminator to string options.
H A DChanges108 Make option string lengths not include a null terminator.
/freebsd/contrib/libucl/
H A DREADME.md344 * 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 DUninitializedValues.cpp861 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 DPath.inc91 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 DInstruction.def137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.t0225 \ 1 quartet processed, one or two bytes produced, terminator reached.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc173 // Note that the name length includes the null terminator.
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h854 const SExpr *T = E->terminator(); in printBasicBlock()
H A DThreadSafetyTIL.h1576 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 DTarget.cpp2052 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 DTarget.td647 bit isTerminator = false; // Is this part of the terminator for a basic block?
1191 // marked as a terminator or a branch.

123