Home
last modified time | relevance | path

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

/freebsd/usr.bin/su/
H A Dsu.c152 char *username, *class, shellbuf[MAXPATHLEN]; in main() local
265 strlcpy(shellbuf, pwd->pw_shell, in main()
266 sizeof(shellbuf)); in main()
267 shell = shellbuf; in main()