OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curshell
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/gen/
getusershell.c
112
static char
curshell
[MAXPATHLEN + 2];
variable
192
while (fgets(
curshell
, (int)sizeof(
curshell
) - 1, _files_state.fp)
194
sp = cp =
curshell
;
311
strlcpy(
curshell
, hp[0], sizeof(
curshell
));
312
*retval =
curshell
;
450
strlcpy(
curshell
, data, sizeof(
curshell
));
451
*retval =
curshell
;
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026