Home
last modified time | relevance | path

Searched refs:stringbuf (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c67 if (stringbuf != NULL) { in _nc_init_entry()
68 FreeAndNull(stringbuf); in _nc_init_entry()
76 if (stringbuf == NULL) in _nc_init_entry()
110 if (stringbuf != NULL) { in _nc_save_str()
123 result = (stringbuf + next_free - 1); in _nc_save_str()
130 result = (stringbuf + old_next_free); in _nc_save_str()
150 if (ep == NULL || stringbuf == NULL) in _nc_wrap_entry()
175 assert(tp->term_names >= stringbuf); in _nc_wrap_entry()
226 stringbuf + offsets[i], in _nc_wrap_entry()
409 if (stringbuf != NULL) { in _nc_alloc_entry_leaks()
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/
H A Dsstream.h31 using stringbuf = basic_stringbuf<char>; variable
44 class _LIBCPP_PREFERRED_NAME(stringbuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstringbu…
/freebsd-14.2/sys/kern/
H A Dsubr_hints.c408 static char stringbuf[256]; in resource_string_copy() local
418 bcopy(s, &stringbuf[offset], len); in resource_string_copy()
419 stringbuf[offset + len] = '\0'; in resource_string_copy()
420 ret = &stringbuf[offset]; in resource_string_copy()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dsstream.inc16 using std::stringbuf;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dsstream18 // Class template basic_stringbuf [stringbuf]
31 // [stringbuf.cons] constructors:
54 // [stringbuf.assign] Assign and swap:
58 // [stringbuf.members] Member functions:
72 // [stringbuf.virtuals] Overridden virtual functions:
83 // [stringbuf.assign] non member swap
88 typedef basic_stringbuf<char> stringbuf;
300 // Class template basic_stringbuf [stringbuf]
322 // [stringbuf.cons] constructors:
376 // [stringbuf.assign] Assign and swap:
[all …]
H A Diosfwd61 typedef basic_stringbuf<char> stringbuf;
/freebsd-14.2/cddl/usr.sbin/zfsd/
H A Dcase_file.cc976 std::stringbuf lineBuf; in DeSerialize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2757 SYMBOL(stringbuf, std::, <sstream>)
2758 SYMBOL(stringbuf, std::, <iosfwd>)
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog11204 - various snprintf use sizeof(stringbuf) instead of fixed constant.
/freebsd-14.2/contrib/ncurses/
H A DNEWS758 + use calloc in _nc_init_entry() when allocating stringbuf, to ensure