Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/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()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dcore.c1372 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dutil.c1588 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1276 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dmisc.rst664 .. c:function:: int uv_os_gethostname(char* buffer, size_t* size)
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog425 * win: fix string encoding issue of uv_os_gethostname (Eagle Liang)
2598 * unix,win: add uv_os_gethostname() (cjihrig)