Searched refs:uv_os_getenv (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/mit/libuv/dist/test/ |
H A D | test-env-vars.c | 46 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 D | test-fs.c | 2526 r = uv_os_getenv("LOCALAPPDATA", localappdata, &len); in TEST_IMPL()
|
/netbsd/external/mpl/bind/dist/lib/isc/netmgr/ |
H A D | uv-compat.h | 99 uv_os_getenv(const char *name, char *buffer, size_t *size) { in uv_os_getenv() function
|
H A D | netmgr.c | 238 int r = uv_os_getenv("UV_THREADPOOL_SIZE", buf, in isc__nm_threadpool_initialize()
|
/netbsd/external/mit/libuv/dist/src/unix/ |
H A D | core.c | 1088 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 D | util.c | 1090 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 D | uv.h | 1261 UV_EXTERN int uv_os_getenv(const char* name, char* buffer, size_t* size);
|
/netbsd/external/mit/libuv/dist/docs/src/ |
H A D | misc.rst | 629 .. c:function:: int uv_os_getenv(const char* name, char* buffer, size_t* size)
|
/netbsd/external/mit/libuv/dist/ |
H A D | ChangeLog | 1981 * win: update uv_os_homedir() to use uv_os_getenv() (cjihrig) 1989 * unix: refactor uv_os_homedir to use uv_os_getenv (Santiago Gimeno)
|