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
2644 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod()
H A Dfs.c3021 int mode, uv_fs_cb cb) { in uv_fs_open()
3125 int uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, in uv_fs_mkdir()
3484 int uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, in uv_fs_chmod()
3500 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.c1538 int mode; in uv__fs_statx() local
1807 int mode, in uv_fs_chmod()
1843 int mode, in uv_fs_fchmod()
1979 int mode, in uv_fs_mkdir()
2019 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()
1777 static int mode = 0200; in TEST_IMPL() local
1789 static int mode = 0400; in TEST_IMPL() local
1799 static int mode = 0600; in TEST_IMPL() local
/libuv/include/
H A Duv.h831 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) { in uv_tty_set_mode()

Completed in 55 milliseconds