Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/su/
H A Dsu.c185 char *dir, *shprog, *name; in main() local
456 shprog = strdup(pwd.pw_shell); in main()
490 if (shprog[0] != '\0' && strcmp(shell, shprog) != 0) { in main()
493 pshell = shprog; in main()