Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i74 SetCommand(const char *shell_command);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h71 void SetCommand(const char *shell_command);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp247 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand() function in SBPlatformShellCommand
248 LLDB_RECORD_METHOD(void, SBPlatformShellCommand, SetCommand, (const char *), in SetCommand()
738 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetCommand, in RegisterMethods()
/freebsd-13.1/usr.sbin/ppp/
H A Dcommand.c182 static int SetCommand(struct cmdargs const *);
903 {"set", "setup", SetCommand, LOCAL_AUTH | LOCAL_CX_OPT,
2490 SetCommand(struct cmdargs const *arg) in SetCommand() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37317 (arg1)->SetCommand((char const *)arg2); in _wrap_SBPlatformShellCommand_SetCommand()