Searched refs:shell_buf (Results 1 – 1 of 1) sorted by relevance
1457 size_t shell_buf; in moduser() local1596 shell_buf = strlen(pwp->pw_shell) + 2 - sizeof(acctlock_str); in moduser()1597 shell_tmp = malloc(shell_buf); in moduser()1603 strlcpy(shell_tmp, pwp->pw_shell, shell_buf); in moduser()