Lines Matching refs:add_flags
980 static void fs_file_sync(int add_flags) { in fs_file_sync() argument
990 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_file_sync()
1007 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDWR | add_flags, 0, in fs_file_sync()
1035 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_RDONLY | add_flags, 0, in fs_file_sync()
1116 static void fs_file_write_null_buffer(int add_flags) { in fs_file_write_null_buffer() argument
1125 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_file_write_null_buffer()
3084 static void fs_file_open_append(int add_flags) { in fs_file_open_append() argument
3093 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_file_open_append()
3111 UV_FS_O_RDWR | UV_FS_O_APPEND | add_flags, 0, NULL); in fs_file_open_append()
3127 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, in fs_file_open_append()
3229 static void fs_read_bufs(int add_flags) { in fs_read_bufs() argument
3235 UV_FS_O_RDONLY | add_flags, 0, NULL)); in fs_read_bufs()
3287 static void fs_read_file_eof(int add_flags) { in fs_read_file_eof() argument
3299 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_read_file_eof()
3316 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0, in fs_read_file_eof()
3354 static void fs_write_multiple_bufs(int add_flags) { in fs_write_multiple_bufs() argument
3364 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_write_multiple_bufs()
3382 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0, in fs_write_multiple_bufs()
3449 static void fs_write_alotof_bufs(int add_flags) { in fs_write_alotof_bufs() argument
3471 UV_FS_O_RDWR | UV_FS_O_CREAT | add_flags, in fs_write_alotof_bufs()
3505 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0, in fs_write_alotof_bufs()
3557 static void fs_write_alotof_bufs_with_offset(int add_flags) { in fs_write_alotof_bufs_with_offset() argument
3584 UV_FS_O_RDWR | UV_FS_O_CREAT | add_flags, in fs_write_alotof_bufs_with_offset()
4141 static void fs_file_pos_write(int add_flags) { in fs_file_pos_write() argument
4150 UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_RDWR | add_flags, in fs_file_pos_write()
4179 static void fs_file_pos_append(int add_flags) { in fs_file_pos_append() argument
4188 UV_FS_O_APPEND | UV_FS_O_CREAT | UV_FS_O_RDWR | add_flags, in fs_file_pos_append()