Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp478 Status Host::RunShellCommand(llvm::StringRef shell_path, in RunShellCommand() argument
484 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand()
499 Status Host::RunShellCommand(llvm::StringRef shell_path, const Args &args, in RunShellCommand() argument
510 if (!shell_path.empty()) in RunShellCommand()
511 shell.SetPath(shell_path); in RunShellCommand()
/freebsd-13.1/usr.sbin/pw/
H A Dpw_user.c85 static char *shell_path(char const * path, char *shells[], char *sh);
444 shell_path(char const * path, char *shells[], char *sh) in shell_path() function
482 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default); in pw_shellpolicy()
1714 shell = shell_path(cnf->shelldir, cnf->shells, shell); in pw_user_mod()