Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/su/
H A Dsu.c180 char *pshell; in main() local
493 pshell = shprog; in main()
496 if ((p = strrchr(pshell, '/')) != NULL) in main()
499 (void) strlcat(su, pshell, sizeof (su)); in main()
501 pshell = shell; in main()
523 (void) strlcat(shelltyp, pshell, sizeof (shelltyp)); in main()
689 (void) execv(pshell, &argv[1]); in main()
691 (void) execl(pshell, su, 0); in main()
700 (strcmp(safe_shell, pshell) != 0)) { in main()
703 pshell, safe_shell); in main()