Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dbufwrite.c1219 O_CREAT|O_WRONLY|O_EXCL|O_NOFOLLOW, perm); in buf_write()
1440 O_WRONLY|O_CREAT|O_EXTRA|O_EXCL|O_NOFOLLOW, in buf_write()
2476 O_CREAT | O_EXTRA | O_EXCL | O_NOFOLLOW, in buf_write()
H A Dvim.h1592 #ifndef O_NOFOLLOW
1593 # define O_NOFOLLOW 0 macro
H A Dviminfo.c3100 O_CREAT|O_EXTRA|O_EXCL|O_WRONLY|O_NOFOLLOW, 0600); in write_viminfo()
3213 O_CREAT|O_EXTRA|O_EXCL|O_WRONLY|O_NOFOLLOW, in write_viminfo()
3218 O_CREAT|O_EXTRA|O_EXCL|O_WRONLY|O_NOFOLLOW, 0600); in write_viminfo()
H A Dmemfile.c1275 flags |= O_EXTRA | O_NOFOLLOW; in mf_do_open()
H A Dundo.c1682 O_CREAT|O_EXTRA|O_WRONLY|O_EXCL|O_NOFOLLOW, perm); in u_write_undo()
H A Dfileio.c3852 O_CREAT|O_EXCL|O_WRONLY|O_EXTRA|O_NOFOLLOW, (int)perm); in vim_rename()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt2194 existing file and creating a file. Use the O_NOFOLLOW for open() if it's