Home
last modified time | relevance | path

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

/coreutils/src/
Dchcon.c144 char const * context_string; in change_file_context() local
173 context_string = context_str (context); in change_file_context()
177 context_string = specified_context; in change_file_context()
180 if (file_context == nullptr || ! STREQ (context_string, file_context)) in change_file_context()
183 ? setfileconat (fd, file, context_string) in change_file_context()
184 : lsetfileconat (fd, file, context_string)); in change_file_context()
190 quoteaf_n (0, file), quote_n (1, context_string)); in change_file_context()