Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c398 static char shellstr[] = "SHELL="; variable
1123 shell_len = strlen(pwd->pw_shell) + strlen(shellstr) + 1; in doit()
1133 (void) snprintf(shell, shell_len, "%s%s", shellstr, pwd->pw_shell); in doit()