Home
last modified time | relevance | path

Searched refs:uv_os_gethostname (Results 1 – 9 of 9) sorted by relevance

/third_party/libuv/test/
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/
Dnode_os.cc64 int r = uv_os_gethostname(buf, &size); in GetHostname()
Dnode_report.cc400 if (uv_os_gethostname(host, &host_size) == 0) in PrintVersionInformation()
/third_party/libuv/src/unix/
Dcore.c1371 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/third_party/libuv/src/win/
Dutil.c1588 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/third_party/libuv/include/
Duv.h1276 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
/third_party/libuv/include/uv_ndk/
Duv.h1261 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
/third_party/libuv/docs/src/
Dmisc.rst664 .. c:function:: int uv_os_gethostname(char* buffer, size_t* size)
/third_party/libuv/
DChangeLog297 * win: fix string encoding issue of uv_os_gethostname (Eagle Liang)
2470 * unix,win: add uv_os_gethostname() (cjihrig)