Home
last modified time | relevance | path

Searched refs:buf_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMsvcStl.cpp76 ValueObjectSP buf_sp = bx_sp->GetChildMemberWithName("_Buf"); in ExtractMsvcStlStringInfo() local
77 if (buf_sp) in ExtractMsvcStlStringInfo()
78 return std::make_pair(size, buf_sp); in ExtractMsvcStlStringInfo()
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp65 static int *buf_sp; /* Pointer to string free space */
111 buf_sp = (int *)(buf_fids + NUM_FILE_ENTRIES);
112 buf_strings = (char *)(buf_sp + 1);
152 *buf_sp = (FILE_NAME_LEN*NUM_FILE_ENTRIES);
521 ndx = *buf_sp - strlen(fname) - 1;
526 *buf_sp = ndx;