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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-env-vars.c46 r = uv_os_getenv(NULL, buf, &size);
48 r = uv_os_getenv(name, NULL, &size);
50 r = uv_os_getenv(name, buf, NULL);
53 r = uv_os_getenv(name, buf, &size);
67 r = uv_os_getenv(name, buf, &size);
75 r = uv_os_getenv(name, buf, &size);
84 r = uv_os_getenv(name, buf, &size);
95 r = uv_os_getenv(name, buf, &size);
159 ASSERT_EQ(0, uv_os_getenv(name, p, &size));
H A Dtest-fs.c2526 r = uv_os_getenv("LOCALAPPDATA", localappdata, &len);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Duv-compat.h99 uv_os_getenv(const char *name, char *buffer, size_t *size) { function
H A Dnetmgr.c238 int r = uv_os_getenv("UV_THREADPOOL_SIZE", buf,
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.h99 uv_os_getenv(const char *name, char *buffer, size_t *size) { function
H A Dnetmgr.c196 int r = uv_os_getenv("UV_THREADPOOL_SIZE", buf,
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dutil.c1089 uv_os_getenv(). */
1090 r = uv_os_getenv("USERPROFILE", buffer, size);
1440 int uv_os_getenv(const char* name, char* buffer, size_t* size) { function
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dcore.c1087 uv_os_getenv(). */
1088 r = uv_os_getenv("HOME", buffer, size);
1324 int uv_os_getenv(const char* name, char* buffer, size_t* size) { function
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1261 UV_EXTERN int uv_os_getenv(const char* name, char* buffer, size_t* size);

Completed in 205 milliseconds