Searched refs:avshell (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/su/
H A Dsu.c65 char *user, *shell = NULL, *avshell, *username, **np; local
261 avshell = p+1;
263 avshell = shell;
267 iscsh = strcmp(avshell, "csh") ? NO : YES;
331 strlcpy(avshellbuf+1, avshell, sizeof(avshellbuf) - 1);
332 avshell = avshellbuf;
335 strlcpy(avshellbuf+1, avshell, sizeof(avshellbuf) - 1);
336 avshell = avshellbuf;
339 *np = avshell;

Completed in 170 milliseconds