Searched refs:from_file (Results 1 – 2 of 2) sorted by relevance
39 void mch_copy_sec(char_u *from_file, char_u *to_file);
2871 mch_copy_sec(char_u *from_file, char_u *to_file) in mch_copy_sec() argument2873 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() argument2942 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()