OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avshell
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/su/
su.c
113
const char *user, *shell, *
avshell
;
local in function:main
316
avshell
= p+1;
318
avshell
= shell;
322
iscsh = strstr(
avshell
, "csh") ? YES : NO;
397
(void)estrlcpy(avshellbuf + 1,
avshell
, sizeof(avshellbuf) - 1);
398
avshell
= avshellbuf;
402
(void)estrlcpy(avshellbuf + 1,
avshell
, sizeof(avshellbuf) - 1);
403
avshell
= avshellbuf;
405
*np = __UNCONST(
avshell
);
su_pam.c
108
const char *user, *shell, *
avshell
;
local in function:main
330
avshell
= p + 1;
332
avshell
= shell;
336
iscsh = strstr(
avshell
, "csh") ? YES : NO;
520
(void)estrlcpy(avshellbuf + 1,
avshell
, sizeof(avshellbuf) - 1);
521
avshell
= avshellbuf;
525
(void)estrlcpy(avshellbuf + 1,
avshell
, sizeof(avshellbuf) - 1);
526
avshell
= avshellbuf;
528
*np = __UNCONST(
avshell
);
Completed in 11 milliseconds
Indexes created Tue Sep 23 22:09:46 GMT 2025