Lines Matching refs:shell
166 const char *p, *user, *shell, *mytty, **nargv; in main() local
175 shell = class = cleanenv = NULL; in main()
278 shell = strncpy(shellbuf, pwd->pw_shell, in main()
283 shell = _PATH_BSHELL; in main()
387 shell = pwd->pw_shell; in main()
391 shell = _PATH_BSHELL; in main()
397 p = strrchr(shell, '/'); in main()
401 p = shell; in main()
518 setenv("SHELL", shell, 1); in main()
556 execv(shell, np.b); in main()
557 err(1, "%s", shell); in main()