Searched refs:uv_os_gethostname (Results 1 – 6 of 6) sorted by relevance
/libuv/test/ |
H A D | test-gethostname.c | 34 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 D | util.c | 1363 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/libuv/src/unix/ |
H A D | core.c | 1489 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/libuv/include/ |
H A D | uv.h | 1366 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
|
/libuv/docs/src/ |
H A D | misc.rst | 768 .. c:function:: int uv_os_gethostname(char* buffer, size_t* size)
|
/libuv/ |
H A D | ChangeLog | 1228 * win: fix string encoding issue of uv_os_gethostname (Eagle Liang) 3401 * unix,win: add uv_os_gethostname() (cjihrig)
|
Completed in 42 milliseconds