Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dos_unix.pro39 void mch_copy_sec(char_u *from_file, char_u *to_file);
/vim-8.2.3635/src/
H A Dos_unix.c2871 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() argument
2873 if (from_file == NULL) in mch_copy_sec()
2886 if (getfilecon((char *)from_file, &from_context) < 0) in mch_copy_sec()
2895 msg_outtrans(from_file); in mch_copy_sec()
2927 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() argument
2942 if (from_file == NULL) in mch_copy_sec()
2952 size = getxattr((char*)from_file, name, buffer, sizeof(buffer)); in mch_copy_sec()
2981 name, from_file); in mch_copy_sec()