Home
last modified time | relevance | path

Searched refs:uv_os_getenv (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/mit/libuv/dist/test/
H A Dtest-env-vars.c46 r = uv_os_getenv(NULL, buf, &size); in TEST_IMPL()
48 r = uv_os_getenv(name, NULL, &size); in TEST_IMPL()
50 r = uv_os_getenv(name, buf, NULL); in TEST_IMPL()
53 r = uv_os_getenv(name, buf, &size); in TEST_IMPL()
67 r = uv_os_getenv(name, buf, &size); in TEST_IMPL()
75 r = uv_os_getenv(name, buf, &size); in TEST_IMPL()
84 r = uv_os_getenv(name, buf, &size); in TEST_IMPL()
95 r = uv_os_getenv(name, buf, &size); in TEST_IMPL()
159 ASSERT_EQ(0, uv_os_getenv(name, p, &size)); in TEST_IMPL()
H A Dtest-fs.c2526 r = uv_os_getenv("LOCALAPPDATA", localappdata, &len); in TEST_IMPL()
/netbsd/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.h99 uv_os_getenv(const char *name, char *buffer, size_t *size) { in uv_os_getenv() function
H A Dnetmgr.c238 int r = uv_os_getenv("UV_THREADPOOL_SIZE", buf, in isc__nm_threadpool_initialize()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dcore.c1088 r = uv_os_getenv("HOME", buffer, size); in uv_os_homedir()
1324 int uv_os_getenv(const char* name, char* buffer, size_t* size) { in uv_os_getenv() function
/netbsd/external/mit/libuv/dist/src/win/
H A Dutil.c1090 r = uv_os_getenv("USERPROFILE", buffer, size); in uv_os_homedir()
1440 int uv_os_getenv(const char* name, char* buffer, size_t* size) { in uv_os_getenv() function
/netbsd/external/mit/libuv/dist/include/
H A Duv.h1261 UV_EXTERN int uv_os_getenv(const char* name, char* buffer, size_t* size);
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmisc.rst629 .. c:function:: int uv_os_getenv(const char* name, char* buffer, size_t* size)
/netbsd/external/mit/libuv/dist/
H A DChangeLog1981 * win: update uv_os_homedir() to use uv_os_getenv() (cjihrig)
1989 * unix: refactor uv_os_homedir to use uv_os_getenv (Santiago Gimeno)