Searched refs:O_NOFOLLOW (Results 1 – 7 of 7) sorted by relevance
1219 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()
1592 #ifndef O_NOFOLLOW1593 # define O_NOFOLLOW 0 macro
3100 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()
1275 flags |= O_EXTRA | O_NOFOLLOW; in mf_do_open()
1682 O_CREAT|O_EXTRA|O_WRONLY|O_EXCL|O_NOFOLLOW, perm); in u_write_undo()
3852 O_CREAT|O_EXCL|O_WRONLY|O_EXTRA|O_NOFOLLOW, (int)perm); in vim_rename()
2194 existing file and creating a file. Use the O_NOFOLLOW for open() if it's