OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uv_os_get_passwd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
core.c
1208
/* HOME is not set, so call
uv_os_get_passwd
() */
1209
r =
uv_os_get_passwd
(&pwd);
1438
int
uv_os_get_passwd
(uv_passwd_t* pwd) {
function
/src/external/mit/libuv/dist/src/win/
util.c
995
/* USERPROFILE is not set, so call
uv_os_get_passwd
() */
996
r =
uv_os_get_passwd
(&pwd);
1209
int
uv_os_get_passwd
(uv_passwd_t* pwd) {
function
Completed in 53 milliseconds
Indexes created Thu May 21 00:25:23 UTC 2026