Home
last modified time | relevance | path

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

123

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDhash.c99 const char *terminator, in svn_hash__read_entry() argument
115 if ((!terminator && eof && buf->len == 0) in svn_hash__read_entry()
116 || (terminator && (strcmp(buf->data, terminator) == 0))) in svn_hash__read_entry()
218 hash_read(apr_hash_t *hash, svn_stream_t *stream, const char *terminator, in hash_read() argument
228 SVN_ERR(svn_hash__read_entry(&entry, stream, terminator, in hash_read()
257 const char *terminator, apr_pool_t *pool) in hash_write() argument
318 if (terminator) in hash_write()
319 SVN_ERR(svn_stream_printf(stream, subpool, "%s\n", terminator)); in hash_write()
327 const char *terminator, apr_pool_t *pool) in svn_hash_read2() argument
329 return hash_read(hash, stream, terminator, FALSE, pool); in svn_hash_read2()
[all …]
/freebsd-11-stable/contrib/subversion/subversion/include/
HDsvn_hash.h82 const char *terminator,
96 const char *terminator,
109 const char *terminator,
124 const char *terminator,
/freebsd-11-stable/contrib/gperf/lib/
HDgetline.cc41 getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset) in getstr() argument
98 if (c == terminator) in getstr()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDEVP_EncodeInit.pod57 additional byte for a NUL terminator. EVP_EncodeUpdate() may be called
66 65 bytes plus an additional NUL terminator (i.e. 66 bytes in total).
72 divisible by 4. Additionally a NUL terminator character will be added. For
74 created plus 1 byte for a NUL terminator (i.e. 25 bytes in total). The length of
75 the data generated I<without> the NUL terminator is returned from the function.
114 terminator.
/freebsd-11-stable/lib/libc/net/
HDnss_compat.c50 static int terminator; variable
165 SET_TERMINATOR(group, &terminator); in __nss_compat_getgrent_r()
266 SET_TERMINATOR(passwd, &terminator); in __nss_compat_getpwent_r()
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDlex.c624 cppchar_t terminator; in lex_string() local
628 terminator = *cur++; in lex_string()
629 if (terminator == 'L') in lex_string()
630 terminator = *cur++; in lex_string()
631 if (terminator == '\"') in lex_string()
633 else if (terminator == '\'') in lex_string()
636 terminator = '>', type = CPP_HEADER_NAME; in lex_string()
645 else if (c == terminator) in lex_string()
668 (int) terminator); in lex_string()
/freebsd-11-stable/gnu/usr.bin/rcs/co/
HDco.c627 char terminator; local
643 terminator = *--j;
650 *j = terminator;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
HDFuzzedDataProvider.h52 T terminator = 0) {
55 result.back() = terminator;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStringExtractor.h96 size_t GetHexByteStringTerminatedBy(std::string &str, char terminator);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDStringExtractor.cpp322 char terminator) { in GetHexByteStringTerminatedBy() argument
327 if (Peek() && *Peek() == terminator) in GetHexByteStringTerminatedBy()
/freebsd-11-stable/contrib/binutils/gas/
HDcond.c222 get_mri_string (int terminator, int *len) in get_mri_string() argument
247 while (*input_line_pointer != terminator in get_mri_string()
/freebsd-11-stable/contrib/subversion/subversion/include/private/
HDsvn_subr_private.h427 const char *terminator,
/freebsd-11-stable/libexec/bootpd/
HDAnnounce35 Remove change that added null terminator to string options.
HDChanges109 Make option string lengths not include a null terminator.
/freebsd-11-stable/contrib/libucl/
HDREADME.md322 * Multiline terminator must start just after `<<` symbols and it must consist of capital letters on…
323 * Terminator must end with a single newline character (and no spaces are allowed between terminator
324 * To finish multiline string you need to include a terminator string just after newline and followe…
/freebsd-11-stable/contrib/file/magic/Magdir/
HDgames46 # in file version 5.32 test for null terminator is only true for
48 # look for null terminator of 1st entry name
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDPath.inc141 // the buffer not including the NULL terminator.
209 // including the null-terminator.
313 // the null terminator, it will leave the output unterminated. Push a null
314 // terminator onto the end to ensure that this never happens.
356 // *does* indicate the size of the null terminator.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstruction.def137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_bios.h298 u16 terminator; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDThreading.inc151 // Note that the name length includes the null terminator.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDcached_data.c2595 const char *terminator = SVN_HASH_TERMINATOR; in read_dir_entries() local
2613 SVN_ERR_W(svn_hash__read_entry(&entry, stream, terminator, in read_dir_entries()
2624 if (incremental && terminator) in read_dir_entries()
2625 terminator = NULL; in read_dir_entries()
/freebsd-11-stable/gnu/usr.bin/grep/
HDNEWS111 (the ASCII NUL character) as a line terminator in input data, and
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTraverse.h851 const SExpr *T = E->terminator(); in printBasicBlock()
HDThreadSafetyTIL.h1567 const Terminator *terminator() const { return TermInstr; } in terminator() function
1568 Terminator *terminator() { return TermInstr; } in terminator() function
/freebsd-11-stable/contrib/binutils/binutils/
HDChangeLog-2006356 terminator.

123