Searched refs:to_file (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | os_unix.pro | 39 void mch_copy_sec(char_u *from_file, char_u *to_file);
|
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 2871 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() argument 2899 if (getfilecon((char *)to_file, &to_context) < 0) in mch_copy_sec() 2902 msg_outtrans(to_file); in mch_copy_sec() 2909 if (setfilecon((char *)to_file, from_context) < 0) in mch_copy_sec() 2912 msg_outtrans(to_file); in mch_copy_sec() 2927 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() argument 2956 ret = setxattr((char*)to_file, name, buffer, (size_t)size, 0); in mch_copy_sec() 2961 name, to_file); in mch_copy_sec() 2988 ret = removexattr((char*)to_file, name); in mch_copy_sec()
|