Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c464 int homedir_len, shell_len, username_len, tz_len; in doit() local
1123 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()