Home
last modified time | relevance | path

Searched refs:shell_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp382 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() argument
388 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
403 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() argument
414 if (!shell_path.empty()) in RunShellCommand()
415 shell.SetPath(shell_path); in RunShellCommand()
/freebsd/usr.sbin/pw/
H A Dpw_user.c81 static char *shell_path(char const * path, char *shells[], char *sh);
422 shell_path(char const * path, char *shells[], char *sh) in shell_path() function
460 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default); in pw_shellpolicy()
1717 shell = shell_path(cnf->shelldir, cnf->shells, shell); in pw_user_mod()