HomeSort by: relevance | last modified time | path
    Searched refs:uv_os_getenv (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-env-vars.c 51 r = uv_os_getenv(NULL, buf, &size);
53 r = uv_os_getenv(name, NULL, &size);
55 r = uv_os_getenv(name, buf, NULL);
58 r = uv_os_getenv(name, buf, &size);
72 r = uv_os_getenv(name, buf, &size);
80 r = uv_os_getenv(name, buf, &size);
89 r = uv_os_getenv(name, buf, &size);
100 r = uv_os_getenv(name, buf, &size);
167 ASSERT_OK(uv_os_getenv(name, p, &size));
test-fs.c 2710 r = uv_os_getenv("LOCALAPPDATA", localappdata, &len);
  /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
netmgr.c 238 int r = uv_os_getenv("UV_THREADPOOL_SIZE", buf,
  /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
  /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/include/
uv.h 1364 UV_EXTERN int uv_os_getenv(const char* name, char* buffer, size_t* size);

Completed in 70 milliseconds