Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/user/
H A Duser.c1457 size_t shell_buf; in moduser() local
1596 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()