OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avshellbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/su/
su.c
119
char shellbuf[MAXPATHLEN],
avshellbuf
[MAXPATHLEN];
local in function:main
396
avshellbuf
[0] = '-';
397
(void)estrlcpy(
avshellbuf
+ 1, avshell, sizeof(
avshellbuf
) - 1);
398
avshell =
avshellbuf
;
401
avshellbuf
[0] = '_';
402
(void)estrlcpy(
avshellbuf
+ 1, avshell, sizeof(
avshellbuf
) - 1);
403
avshell =
avshellbuf
;
su_pam.c
111
char shellbuf[MAXPATHLEN],
avshellbuf
[MAXPATHLEN];
local in function:main
519
avshellbuf
[0] = '-';
520
(void)estrlcpy(
avshellbuf
+ 1, avshell, sizeof(
avshellbuf
) - 1);
521
avshell =
avshellbuf
;
524
avshellbuf
[0] = '_';
525
(void)estrlcpy(
avshellbuf
+ 1, avshell, sizeof(
avshellbuf
) - 1);
526
avshell =
avshellbuf
;
Completed in 11 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025