Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/su/
H A Dsu.c165 char *username, *class, shellbuf[MAXPATHLEN]; in main() local
278 strlcpy(shellbuf, pwd->pw_shell, in main()
279 sizeof(shellbuf)); in main()
280 shell = shellbuf; in main()