Searched defs:mode (Results 1 – 12 of 12) sorted by relevance
/libuv/src/win/ |
H A D | handle.c | 33 DWORD mode; in uv_guess_handle() local
|
H A D | core.c | 619 int uv_run(uv_loop_t *loop, uv_run_mode mode) { in uv_run()
|
H A D | pipe.c | 314 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 D | fs.c | 3021 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 D | tty.c | 345 int uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) { in uv_tty_set_mode()
|
/libuv/src/unix/ |
H A D | tty.c | 142 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 D | pipe.c | 196 int mode; in uv_pipe_open() local 444 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod()
|
H A D | fs.c | 1538 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 D | core.c | 425 int uv_run(uv_loop_t* loop, uv_run_mode mode) { in uv_run()
|
/libuv/test/ |
H A D | test-fs-copyfile.c | 48 uint64_t mode; in handle_result() local
|
H A D | test-fs.c | 171 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 D | uv.h | 831 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) { in uv_tty_set_mode()
|
Completed in 55 milliseconds