Searched refs:shellstr (Results 1 – 1 of 1) sorted by relevance
398 static char shellstr[] = "SHELL="; variable1123 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()