Home
last modified time | relevance | path

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

/dragonfly/usr.bin/su/
H A Dsu.c153 char *username, *class, shellbuf[MAXPATHLEN]; in main() local
267 shell = strncpy(shellbuf, pwd->pw_shell, in main()
268 sizeof(shellbuf)); in main()
269 shellbuf[sizeof(shellbuf) - 1] = '\0'; in main()