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_getenv
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
uv-compat.h
99
uv_os_getenv
(const char *name, char *buffer, size_t *size) {
function
/src/external/mit/libuv/dist/src/unix/
core.c
1202
uv_os_getenv
(). */
1203
r =
uv_os_getenv
("HOME", buffer, size);
1510
int
uv_os_getenv
(const char* name, char* buffer, size_t* size) {
function
/src/external/mit/libuv/dist/src/win/
util.c
983
uv_os_getenv
(). */
984
r =
uv_os_getenv
("USERPROFILE", buffer, size);
1295
int
uv_os_getenv
(const char* name, char* buffer, size_t* size) {
function
Completed in 56 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026