Home
last modified time | relevance | path

Searched refs:uv_os_gethostname (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/test/
H A Dtest-gethostname.c34 r = uv_os_gethostname(NULL, &size); in TEST_IMPL()
36 r = uv_os_gethostname(buf, NULL); in TEST_IMPL()
39 r = uv_os_gethostname(buf, &size); in TEST_IMPL()
45 r = uv_os_gethostname(buf, &enobufs_size); in TEST_IMPL()
52 r = uv_os_gethostname(buf, &size); in TEST_IMPL()
/third_party/node/src/
H A Dnode_os.cc64 int r = uv_os_gethostname(buf, &size); in GetHostname()
69 "uv_os_gethostname"); in GetHostname()
H A Dnode_report.cc307 if (uv_os_gethostname(host, &host_size) == 0) in PrintVersionInformation()
/third_party/libuv/src/win/
H A Dutil.c1358 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/third_party/node/deps/uv/src/unix/
H A Dcore.c1372 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/third_party/node/deps/uv/src/win/
H A Dutil.c1588 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/third_party/libuv/src/unix/
H A Dcore.c1503 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/third_party/libuv/include/
H A Duv.h1379 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
/third_party/libuv/include/uv_ndk/
H A Duv.h1261 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
/third_party/node/deps/uv/include/
H A Duv.h1276 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);

Completed in 20 milliseconds