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

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

Completed in 74 milliseconds