Home
last modified time | relevance | path

Searched defs:GetLabel (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dsystems.c293 GetLabel(char *line, const char *filename, int linenum) in GetLabel() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h570 const std::string &GetLabel() const { return m_label; } in GetLabel() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1643 const char *SBTarget::GetLabel() const { in GetLabel() function in SBTarget
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2278 const std::string &GetLabel() { return m_label; } in GetLabel() function in curses::FormAction