Home
last modified time | relevance | path

Searched refs:uv_uid_t (Results 1 – 13 of 13) sorted by relevance

/libuv/include/uv/
H A Dunix.h166 typedef uid_t uv_uid_t; typedef
369 uv_uid_t uid; \
H A Dwin.h298 typedef unsigned char uv_uid_t; typedef
/libuv/test/
H A Drun-tests.c251 uv_uid_t uid = atoi(argv[2]); in maybe_run_test()
H A Dtest-spawn.c1471 uv_uid_t uid = getuid(); in TEST_IMPL()
1514 uv_uid_t uid = getuid(); in TEST_IMPL()
1565 uv_uid_t uid = getuid(); in TEST_IMPL()
1620 options.uid = (uv_uid_t) -42424242; in TEST_IMPL()
/libuv/include/
H A Duv.h1088 uv_uid_t uid;
1297 UV_EXTERN int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid);
1298 UV_EXTERN int uv_os_get_group(uv_group_t* grp, uv_uid_t gid);
1643 uv_uid_t uid,
1649 uv_uid_t uid,
1655 uv_uid_t uid,
/libuv/docs/src/
H A Dprocess.rst33 uv_uid_t uid;
220 .. c:member:: uv_uid_t uv_process_options_t.uid
H A Dfs.rst491 .. c:function:: int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_g…
492 .. c:function:: int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_…
493 .. c:function:: int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_…
H A Dmisc.rst581 .. c:function:: int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid)
593 .. c:function:: int uv_os_get_group(uv_group_t* group, uv_uid_t gid)
/libuv/docs/src/guide/
H A Dfilesystem.rst160 …int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_fs…
161 …int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb…
162 …int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_f…
/libuv/src/win/
H A Dutil.c1167 int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid) { in uv_os_get_passwd2()
1172 int uv_os_get_group(uv_group_t* grp, uv_uid_t gid) { in uv_os_get_group()
H A Dfs.c3316 int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_chown()
3331 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown()
3338 int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_lchown()
/libuv/src/unix/
H A Dfs.c1819 uv_uid_t uid, in uv_fs_chown()
1855 uv_uid_t uid, in uv_fs_fchown()
1869 uv_uid_t uid, in uv_fs_lchown()
H A Dcore.c1284 int uv_os_get_group(uv_group_t* grp, uv_uid_t gid) { in uv_os_get_group()
1374 int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid) { in uv_os_get_passwd2()

Completed in 56 milliseconds