Searched refs:shellbuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/usr.bin/su/ |
| H A D | su.c | 167 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 D | opiesu.c | 104 static char shellbuf[128] = "SHELL="; variable 107 static char *cleanenv[] = {userbuf, homebuf, shellbuf, pathbuf, 0, 0}; 481 lsetenv("SHELL", shell, shellbuf);
|