Searched refs:stringbuf (Results 1 – 10 of 10) sorted by relevance
67 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 …]
31 using stringbuf = basic_stringbuf<char>; variable44 class _LIBCPP_PREFERRED_NAME(stringbuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wstringbu…
408 static char stringbuf[256]; in resource_string_copy() local418 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()
16 using std::stringbuf;
18 // 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 swap88 typedef basic_stringbuf<char> stringbuf;300 // Class template basic_stringbuf [stringbuf]322 // [stringbuf.cons] constructors:376 // [stringbuf.assign] Assign and swap:[all …]
61 typedef basic_stringbuf<char> stringbuf;
976 std::stringbuf lineBuf; in DeSerialize()
2757 SYMBOL(stringbuf, std::, <sstream>)2758 SYMBOL(stringbuf, std::, <iosfwd>)
11204 - various snprintf use sizeof(stringbuf) instead of fixed constant.
758 + use calloc in _nc_init_entry() when allocating stringbuf, to ensure