Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/su/
H A Dsu.c179 char *pshell; in main() local
465 pshell = shprog; in main()
468 if ((p = strrchr(pshell, '/')) != NULL) in main()
471 (void) strlcat(su, pshell, sizeof (su)); in main()
473 pshell = shell; in main()
495 (void) strlcat(shelltyp, pshell, sizeof (shelltyp)); in main()
661 (void) execv(pshell, &argv[1]); in main()
663 (void) execl(pshell, su, 0); in main()
672 (strcmp(safe_shell, pshell) != 0)) { in main()
675 pshell, safe_shell); in main()