Home
last modified time | relevance | path

Searched refs:SetCommand (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h75 void SetCommand(const char *shell_command);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp230 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand()
227 void SBPlatformShellCommand::SetCommand(const char *shell_command) { SetCommand() function in SBPlatformShellCommand
/freebsd/usr.sbin/ppp/
H A Dcommand.c180 static int SetCommand(struct cmdargs const *);
905 {"set", "setup", SetCommand, LOCAL_AUTH | LOCAL_CX_OPT,
2492 SetCommand(struct cmdargs const *arg) in SetCommand() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42000 (arg1)->SetCommand((char const *)arg2); in _wrap_SBPlatformShellCommand_SetCommand()