Searched refs:str_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp44 #define DEFINE_GENERIC_REGISTER_STUB(dwarf_num, str_name, generic_num) \
46 DEFINE_REG_NAME(dwarf_num), DEFINE_REG_NAME_STR(str_name), \
52 #define DEFINE_REGISTER_STUB(dwarf_num, str_name) \
53 DEFINE_GENERIC_REGISTER_STUB(dwarf_num, str_name, LLDB_INVALID_REGNUM)
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c93 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION, variable
H A Drsaencpwd.c89 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION, variable
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c94 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION, variable
H A Dspx.c96 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION, variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp748 const ConstString str_name(name);
753 child_sp = value_sp->GetChildMemberWithName(str_name, true);

Completed in 90 milliseconds