Home
last modified time | relevance | path

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

/NextBSD/usr.bin/su/
HDsu.c165 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/
HDopiesu.c104 static char shellbuf[128] = "SHELL="; variable
107 static char *cleanenv[] = {userbuf, homebuf, shellbuf, pathbuf, 0, 0};
481 lsetenv("SHELL", shell, shellbuf);