OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shell_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
core.c
1289
size_t
shell_size
;
local
1324
shell_size
= strlen(pw.pw_shell) + 1;
1325
pwd->username = uv__malloc(name_size + homedir_size +
shell_size
);
1341
memcpy(pwd->shell, pw.pw_shell,
shell_size
);
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026