Searched refs:tomoyo_set_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | common.c | 257 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string() function 292 tomoyo_set_string(head, head->read_buf + pos); in tomoyo_io_printf() 304 tomoyo_set_string(head, " "); in tomoyo_set_space() 316 tomoyo_set_string(head, "\n"); in tomoyo_set_lf() 329 tomoyo_set_string(head, "/"); in tomoyo_set_slash() 369 tomoyo_set_string(head, in tomoyo_print_namespace() 387 tomoyo_set_string(head, "@"); in tomoyo_print_name_union() 388 tomoyo_set_string(head, ptr->group->group_name->name); in tomoyo_print_name_union() 390 tomoyo_set_string(head, ptr->filename->name); in tomoyo_print_name_union() 406 tomoyo_set_string(head, "@"); in tomoyo_print_name_union_quoted() [all …]
|