Lines Matching refs:shell
876 const char *shell; in single_user() local
896 shell = get_shell(); in single_user()
938 write_stderr(shell); in single_user()
945 shell = altshell; in single_user()
966 execv(shell, argv); in single_user()
967 emergency("can't exec %s for single user: %m", shell); in single_user()
1050 const char *shell; in run_script() local
1053 shell = get_shell(); in run_script()
1077 execv(shell, argv); in run_script()
1078 stall("can't exec %s for %s: %m", shell, script); in run_script()
1083 emergency("can't fork for %s on %s: %m", shell, script); in run_script()
1104 "single user mode", shell, script); in run_script()
1109 shell, script); in run_script()
1127 "user mode", shell, script); in run_script()
1828 const char *shell; in runshutdown() local
1841 shell = get_shell(); in runshutdown()
1867 execv(shell, argv); in runshutdown()
1868 warning("can't exec %s for %s: %m", shell, _PATH_RUNDOWN); in runshutdown()
1873 emergency("can't fork for %s on %s: %m", shell, _PATH_RUNDOWN); in runshutdown()
1897 "single user mode", shell, _PATH_RUNDOWN); in runshutdown()
1904 "single user mode", shell, _PATH_RUNDOWN); in runshutdown()
1909 shell, _PATH_RUNDOWN); in runshutdown()
1933 "single user mode", shell, _PATH_RUNDOWN); in runshutdown()