Searched refs:shellbuf (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/usr.bin/su/ |
| HD | su.c | 165 char *username, *class, shellbuf[MAXPATHLEN]; in main() local 278 shell = strncpy(shellbuf, pwd->pw_shell, in main() 279 sizeof(shellbuf)); in main() 280 shellbuf[sizeof(shellbuf) - 1] = '\0'; in main()
|
| /NextBSD/contrib/opie/ |
| HD | opiesu.c | 104 static char shellbuf[128] = "SHELL="; variable 107 static char *cleanenv[] = {userbuf, homebuf, shellbuf, pathbuf, 0, 0}; 481 lsetenv("SHELL", shell, shellbuf);
|