Searched refs:mch_copy_sec (Results 1 – 8 of 8) sorted by relevance
39 void mch_copy_sec(char_u *from_file, char_u *to_file);
1467 mch_copy_sec(fname, backup); in buf_write()1502 mch_copy_sec(fname, backup); in buf_write()2191 mch_copy_sec(backup, wfname); in buf_write()
1302 mch_copy_sec(fname, mfp->mf_fname); in mf_do_open()
2871 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() function2927 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() function
1717 mch_copy_sec(buf->b_ffname, file_name); in u_write_undo()
3897 mch_copy_sec(from, to); in vim_rename()
6569 Solution: Detect the selinux library and use mch_copy_sec(). (James Vega)
1022 Solution: Add mch_copy_sec() to vim_rename(). (Peter Backes)