Home
last modified time | relevance | path

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

/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()
/libuv/src/win/
H A Dutil.c1363 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/libuv/src/unix/
H A Dcore.c1479 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/libuv/include/
H A Duv.h1365 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
/libuv/docs/src/
H A Dmisc.rst768 .. c:function:: int uv_os_gethostname(char* buffer, size_t* size)
/libuv/
H A DChangeLog977 * win: fix string encoding issue of uv_os_gethostname (Eagle Liang)
3150 * unix,win: add uv_os_gethostname() (cjihrig)

Completed in 32 milliseconds