Searched refs:pshell (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/su/ |
| H A D | su.c | 181 char *pshell; in main() local 494 pshell = shprog; in main() 497 if ((p = strrchr(pshell, '/')) != NULL) in main() 500 (void) strlcat(su, pshell, sizeof (su)); in main() 502 pshell = shell; in main() 524 (void) strlcat(shelltyp, pshell, sizeof (shelltyp)); in main() 690 (void) execv(pshell, &argv[1]); in main() 692 (void) execl(pshell, su, 0); in main() 701 (strcmp(safe_shell, pshell) != 0)) { in main() 704 pshell, safe_shell); in main()
|