| /freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | hash.c | 99 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/ |
| HD | svn_hash.h | 82 const char *terminator, 96 const char *terminator, 109 const char *terminator, 124 const char *terminator,
|
| /freebsd-11-stable/contrib/gperf/lib/ |
| HD | getline.cc | 41 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/ |
| HD | EVP_EncodeInit.pod | 57 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/ |
| HD | nss_compat.c | 50 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/ |
| HD | lex.c | 624 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/ |
| HD | co.c | 627 char terminator; local 643 terminator = *--j; 650 *j = terminator;
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/include/fuzzer/ |
| HD | FuzzedDataProvider.h | 52 T terminator = 0) { 55 result.back() = terminator;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| HD | StringExtractor.h | 96 size_t GetHexByteStringTerminatedBy(std::string &str, char terminator);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | StringExtractor.cpp | 322 char terminator) { in GetHexByteStringTerminatedBy() argument 327 if (Peek() && *Peek() == terminator) in GetHexByteStringTerminatedBy()
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | cond.c | 222 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/ |
| HD | svn_subr_private.h | 427 const char *terminator,
|
| /freebsd-11-stable/libexec/bootpd/ |
| HD | Announce | 35 Remove change that added null terminator to string options.
|
| HD | Changes | 109 Make option string lengths not include a null terminator.
|
| /freebsd-11-stable/contrib/libucl/ |
| HD | README.md | 322 * 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/ |
| HD | games | 46 # 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/ |
| HD | Path.inc | 141 // 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/ |
| HD | Instruction.def | 137 HANDLE_TERM_INST (11, CallBr , CallBrInst) // A call-site terminator
|
| /freebsd-11-stable/sys/dev/drm2/i915/ |
| HD | intel_bios.h | 298 u16 terminator; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| HD | Threading.inc | 151 // Note that the name length includes the null terminator.
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | cached_data.c | 2595 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/ |
| HD | NEWS | 111 (the ASCII NUL character) as a line terminator in input data, and
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| HD | ThreadSafetyTraverse.h | 851 const SExpr *T = E->terminator(); in printBasicBlock()
|
| HD | ThreadSafetyTIL.h | 1567 const Terminator *terminator() const { return TermInstr; } in terminator() function 1568 Terminator *terminator() { return TermInstr; } in terminator() function
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | ChangeLog-2006 | 356 terminator.
|