Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 12 of 12) sorted by relevance

/libuv/src/win/
H A Dhandle.c33 DWORD mode; in uv_guess_handle() local
H A Dcore.c619 int uv_run(uv_loop_t *loop, uv_run_mode mode) { in uv_run()
H A Dpipe.c314 DWORD mode; in uv__create_pipe_pair() local
471 DWORD mode = PIPE_READMODE_BYTE | PIPE_WAIT; in uv__set_pipe_handle() local
2648 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod()
H A Dfs.c3019 int mode, uv_fs_cb cb) { in uv_fs_open()
3123 int uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, in uv_fs_mkdir()
3482 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, in uv_fs_chmod()
3498 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, in uv_fs_fchmod()
H A Dtty.c345 int uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) { in uv_tty_set_mode()
/libuv/src/unix/
H A Dtty.c142 int mode; in uv_tty_init() local
281 int uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) { in uv_tty_set_mode()
H A Dpipe.c196 int mode; in uv_pipe_open() local
444 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod()
H A Dfs.c1533 int mode; in uv__fs_statx() local
1802 int mode, in uv_fs_chmod()
1838 int mode, in uv_fs_fchmod()
1974 int mode, in uv_fs_mkdir()
2014 int mode, in uv_fs_open()
H A Dcore.c425 int uv_run(uv_loop_t* loop, uv_run_mode mode) { in uv_run()
/libuv/test/
H A Dtest-fs-copyfile.c48 uint64_t mode; in handle_result() local
H A Dtest-fs.c171 static void check_permission(const char* filename, unsigned int mode) { in check_permission()
1772 static int mode = 0200; in TEST_IMPL() local
1784 static int mode = 0400; in TEST_IMPL() local
1794 static int mode = 0600; in TEST_IMPL() local
/libuv/include/
H A Duv.h830 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) { in uv_tty_set_mode()

Completed in 72 milliseconds