Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-get-passwd.c184 r = uv_os_get_group(&grp, pwd.gid); in TEST_IMPL()
203 r = uv_os_get_group(NULL, pwd.gid); in TEST_IMPL()
H A Dtest-platform-output.c193 err = uv_os_get_group(&grp, pwd.gid); in TEST_IMPL()
/libuv/docs/src/
H A Dmisc.rst593 .. c:function:: int uv_os_get_group(uv_group_t* group, uv_uid_t gid)
606 Frees the memory previously allocated with :c:func:`uv_os_get_group`.
/libuv/src/win/
H A Dutil.c1172 int uv_os_get_group(uv_group_t* grp, uv_uid_t gid) { in uv_os_get_group() function
/libuv/src/unix/
H A Dcore.c1284 int uv_os_get_group(uv_group_t* grp, uv_uid_t gid) { in uv_os_get_group() function
/libuv/include/
H A Duv.h1298 UV_EXTERN int uv_os_get_group(uv_group_t* grp, uv_uid_t gid);

Completed in 36 milliseconds