Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/su/
H A Dsu.c167 char *username, *class, shellbuf[MAXPATHLEN]; in main() local
280 strlcpy(shellbuf, pwd->pw_shell, in main()
281 sizeof(shellbuf)); in main()
282 shell = shellbuf; in main()
/freebsd-13.1/contrib/opie/
H A Dopiesu.c104 static char shellbuf[128] = "SHELL="; variable
107 static char *cleanenv[] = {userbuf, homebuf, shellbuf, pathbuf, 0, 0};
481 lsetenv("SHELL", shell, shellbuf);