Searched refs:terminator (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_hash.h64 * The conventional terminator for hash dumps.
74 * If @a terminator is NULL, expect the hash to be terminated by the
76 * line containing @a terminator. Pass @c SVN_HASH_TERMINATOR to use
77 * the conventional terminator "END".
84 const char *terminator,
90 * values. If @a terminator is not NULL, terminate the hash with a
91 * line containing @a terminator.
98 const char *terminator,
111 const char *terminator,
126 const char *terminator,
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dhash.c102 const char *terminator,
118 if ((!terminator && eof && buf->len == 0)
119 || (terminator && (strcmp(buf->data, terminator) == 0)))
132 _("Serialized hash missing terminator"));
221 hash_read(apr_hash_t *hash, svn_stream_t *stream, const char *terminator,
231 SVN_ERR(svn_hash__read_entry(&entry, stream, terminator,
260 const char *terminator, apr_pool_t *pool)
321 if (terminator)
322 SVN_ERR(svn_stream_printf(stream, subpool, "%s\n", terminator));
97 svn_hash__read_entry(svn_hash__entry_t *entry, svn_stream_t *stream, const char *terminator, svn_boolean_t incremental, apr_pool_t *pool) argument
218 hash_read(apr_hash_t *hash, svn_stream_t *stream, const char *terminator, svn_boolean_t incremental, apr_pool_t *pool) argument
256 hash_write(apr_hash_t *hash, apr_hash_t *oldhash, svn_stream_t *stream, const char *terminator, apr_pool_t *pool) argument
326 svn_hash_read2(apr_hash_t *hash, svn_stream_t *stream, const char *terminator, apr_pool_t *pool) argument
333 svn_hash_read_incremental(apr_hash_t *hash, svn_stream_t *stream, const char *terminator, apr_pool_t *pool) argument
343 svn_hash_write2(apr_hash_t *hash, svn_stream_t *stream, const char *terminator, apr_pool_t *pool) argument
351 svn_hash_write_incremental(apr_hash_t *hash, apr_hash_t *oldhash, svn_stream_t *stream, const char *terminator, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h299 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
307 // never executed. The unreachable code macro protects the terminator
312 # define GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, terminator) \
321 terminator; \
/freebsd-13-stable/lib/libc/net/
H A Dnss_compat.c52 static int terminator; variable
167 SET_TERMINATOR(group, &terminator);
268 SET_TERMINATOR(passwd, &terminator);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h46 std::vector<T> ConsumeBytesWithTerminator(size_t num_bytes, T terminator = 0);
109 // Similar to |ConsumeBytes|, but also appends the terminator value at the end
115 T terminator) {
118 result.back() = terminator;
114 ConsumeBytesWithTerminator(size_t num_bytes, T terminator) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h96 size_t GetHexByteStringTerminatedBy(std::string &str, char terminator);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp323 char terminator) {
328 if (Peek() && *Peek() == terminator)
322 GetHexByteStringTerminatedBy(std::string &str, char terminator) argument
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h427 const char *terminator,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc86 0, NULL); // Returns the size including the null terminator.
140 // the buffer not including the NULL terminator.
208 // including the null-terminator.
314 // the null terminator, it will leave the output unterminated. Push a null
315 // terminator onto the end to ensure that this never happens.
357 // *does* indicate the size of the null terminator.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp593 // If the predecessor's terminator is an "asm goto" that initializes
648 // as the 'terminator', not the switch statement itself. Suppress
809 // An "asm goto" statement is a terminator that may initialize some variables.
859 CFGTerminator terminator = block->getTerminator(); local
860 if (auto *as = dyn_cast_or_null<GCCAsmStmt>(terminator.getStmt()))
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl334 .quad 0 // terminator
353 .long 0 //terminator
693 cmp $t1,#0 // check for K256 terminator
H A Dsha256-armv4.pl212 .word 0 @ terminator
532 teq $t1,#0 @ check for K256 terminator
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c2596 const char *terminator = SVN_HASH_TERMINATOR;
2604 /* Read until the terminator (non-incremental) or the end of STREAM
2614 SVN_ERR_W(svn_hash__read_entry(&entry, stream, terminator,
2623 /* In incremental mode, we skip the terminator and read the
2625 if (incremental && terminator)
2626 terminator = NULL;
2595 const char *terminator = SVN_HASH_TERMINATOR; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h851 const SExpr *T = E->terminator();
H A DThreadSafetyTIL.h1354 /// Return the list of basic blocks that this terminator can branch to.
1382 /// Return the list of basic blocks that this terminator can branch to.
1430 /// Return the list of basic blocks that this terminator can branch to.
1567 const Terminator *terminator() const { return TermInstr; } function in class:clang::threadSafety::BasicBlock
1568 Terminator *terminator() { return TermInstr; } function in class:clang::threadSafety::BasicBlock
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2086 // Ensure a null terminator independent of the number of bytes that is
2091 const char terminator[4] = {'\0', '\0', '\0', '\0'};
2092 assert(sizeof(terminator) >= type_width && "Attempting to validate a "
2111 // Search for a null terminator of correct size and alignment in
2116 if (::memcmp(&dst[i], terminator, type_width) == 0) {

Completed in 308 milliseconds