Lines Matching refs:pw_shell
1502 shell_last_char = pwp->pw_shell+strlen(pwp->pw_shell) - 1; in moduser()
1552 shell_tmp = malloc(strlen(pwp->pw_shell) + sizeof(acctlock_str)); in moduser()
1558 strlcpy(shell_tmp, pwp->pw_shell, sizeof(shell_len)); in moduser()
1560 pwp->pw_shell = shell_tmp; in moduser()
1596 shell_buf = strlen(pwp->pw_shell) + 2 - sizeof(acctlock_str); in moduser()
1603 strlcpy(shell_tmp, pwp->pw_shell, shell_buf); in moduser()
1604 pwp->pw_shell = shell_tmp; in moduser()
1666 pwp->pw_shell = up->u_shell; in moduser()
1697 pwp->pw_shell)) >= sizeof(buf) || len < 0 || in moduser()
1780 login_name, pwp->pw_uid, pwp->pw_gid, pwp->pw_dir, pwp->pw_shell); in moduser()
1783 login_name, newlogin, pwp->pw_uid, pwp->pw_gid, pwp->pw_dir, pwp->pw_shell); in moduser()
2412 printf("shell\t%s\n", pwp->pw_shell); in userinfo()