Home
last modified time | relevance | path

Searched refs:uv_os_uname (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-uname.c41 r = uv_os_uname(NULL); in TEST_IMPL()
45 r = uv_os_uname(&buffer); in TEST_IMPL()
H A Dtest-tcp-connect-timeout.c108 ASSERT_OK(uv_os_uname(&uname)); in is_supported_system()
H A Dtest-platform-output.c231 err = uv_os_uname(&uname); in TEST_IMPL()
/libuv/docs/src/
H A Dmisc.rst825 .. c:function:: int uv_os_uname(uv_utsname_t* buffer)
829 systems, `uv_os_uname()` is a thin wrapper around :man:`uname(2)`. Returns
/libuv/src/win/
H A Dutil.c1508 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname() function
/libuv/src/unix/
H A Dcore.c1686 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname() function
/libuv/include/
H A Duv.h1350 UV_EXTERN int uv_os_uname(uv_utsname_t* buffer);
/libuv/
H A DChangeLog282 * win: support Windows 11 in uv_os_uname() (Luan Devecchi)
2079 * win: return product name in uv_os_uname() version (cjihrig)
2114 * unix,win: add uv_os_uname() (cjihrig)

Completed in 67 milliseconds