Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c2884 char *to_context = NULL; in mch_copy_sec() local
2899 if (getfilecon((char *)to_file, &to_context) < 0) in mch_copy_sec()
2907 if (strcmp(from_context, to_context) != 0) in mch_copy_sec()
2916 freecon(to_context); in mch_copy_sec()