Home
last modified time | relevance | path

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

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