Home
last modified time | relevance | path

Searched refs:uv_os_setenv (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/mit/libuv/dist/test/
H A Dtest-env-vars.c37 r = uv_os_setenv(NULL, "foo"); in TEST_IMPL()
39 r = uv_os_setenv(name, NULL); in TEST_IMPL()
41 r = uv_os_setenv(NULL, NULL); in TEST_IMPL()
61 r = uv_os_setenv(name, "123456789"); in TEST_IMPL()
92 r = uv_os_setenv(name, ""); in TEST_IMPL()
101 r = uv_os_setenv(name, "123456789"); in TEST_IMPL()
103 r = uv_os_setenv(name2, ""); in TEST_IMPL()
108 r = uv_os_setenv("=Z:", "\\"); in TEST_IMPL()
158 ASSERT_EQ(0, uv_os_setenv(name, p)); in TEST_IMPL()
H A Dtest-tmpdir.c73 r = uv_os_setenv(name, tmpdir_win); in TEST_IMPL()
/netbsd/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.h119 #define uv_os_setenv(name, value) setenv(name, value, 0) macro
H A Dnetmgr.c242 uv_os_setenv("UV_THREADPOOL_SIZE", buf); in isc__nm_threadpool_initialize()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dcore.c1350 int uv_os_setenv(const char* name, const char* value) { in uv_os_setenv() function
/netbsd/external/mit/libuv/dist/src/win/
H A Dutil.c1535 int uv_os_setenv(const char* name, const char* value) { in uv_os_setenv() function
/netbsd/external/mit/libuv/dist/include/
H A Duv.h1262 UV_EXTERN int uv_os_setenv(const char* name, const char* value);
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmisc.rst644 .. c:function:: int uv_os_setenv(const char* name, const char* value)