Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/newtask/
H A Dnewtask.c57 #define SHELL2 "/sbin/sh" macro
200 pw->pw_shell = SHELL2; in main()
/titanic_44/usr/src/cmd/login/
H A Dlogin.c160 #define SHELL2 "/sbin/sh" macro
2277 pwd->pw_shell = SHELL2; in establish_user_environment()
2498 (void) execl(SHELL2, "sh", pwd->pw_shell, (char *)0); in exec_the_shell()