Lines Matching defs:pshell
179 char *pshell;
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) != 0)) {
675 pshell, safe_shell);