OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shellbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/su/
su.c
119
char
shellbuf
[MAXPATHLEN], avshellbuf[MAXPATHLEN];
local in function:main
198
(void)estrlcpy(
shellbuf
, pwd->pw_shell, sizeof(
shellbuf
));
199
shell =
shellbuf
;
su_pam.c
111
char
shellbuf
[MAXPATHLEN], avshellbuf[MAXPATHLEN];
local in function:main
192
(void)estrlcpy(
shellbuf
, pwd->pw_shell, sizeof(
shellbuf
));
193
shell =
shellbuf
;
Completed in 49 milliseconds
Indexes created Tue Sep 23 22:09:46 GMT 2025