Searched defs:shprog (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/su/
H A Dsu.c147 char su[PATH_MAX] = "su"; /* arg0 for exec of shprog */
184 char *dir, *shprog, *name; local
428 shprog = strdup(pwd.pw_shell);
462 if (shprog[0] != '\0' && strcmp(shell, shprog) != 0) {
465 pshell = shprog;
479 * arg0 for exec of shprog must now contain `-'

Completed in 45 milliseconds