Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h65 void SetCommand(const char *shell_command);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp163 void SBPlatformShellCommand::SetCommand(const char *shell_command) { in SetCommand() function in SBPlatformShellCommand
/freebsd-12.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