Searched refs:shell_len (Results 1 – 1 of 1) sorted by relevance
464 int homedir_len, shell_len, username_len, tz_len; in doit() local1123 shell_len = strlen(pwd->pw_shell) + strlen(shellstr) + 1; in doit()1126 shell = (char *)malloc(shell_len); in doit()1133 (void) snprintf(shell, shell_len, "%s%s", shellstr, pwd->pw_shell); in doit()