Home
last modified time | relevance | path

Searched refs:kO_RDWR (Results 1 – 2 of 2) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/test/includes/pre/
H A Dfcntl.h5 static const mode_t kO_RDWR = O_RDWR; variable
/dports/editors/neovim/neovim-0.6.1/test/unit/os/
H A Dfs_spec.lua524 eq(ffi.C.UV_ENOENT, (os_open('non-existing-file', ffi.C.kO_RDWR, 0)))
565 local fd = os_open(existing_file, ffi.C.kO_RDWR, 0)