Searched refs:tomoyo_str_starts (Results 1 – 4 of 4) sorted by relevance
/security/tomoyo/ |
D | environ.c | 119 if (tomoyo_str_starts(¶m->data, "env ")) in tomoyo_write_misc()
|
D | common.c | 592 } else if (tomoyo_str_starts(&name, "CONFIG::")) { in tomoyo_set_mode() 1041 if (tomoyo_str_starts(¶m->data, "manual_domain_transition ")) { in tomoyo_write_task() 1123 if (!tomoyo_str_starts(¶m.data, in tomoyo_write_domain2() 1152 bool is_select = !is_delete && tomoyo_str_starts(&data, "select "); in tomoyo_write_domain() 1660 if (tomoyo_str_starts(&buf, "global-pid ")) in tomoyo_read_pid() 1712 if (tomoyo_str_starts(¶m.data, "aggregator ")) in tomoyo_write_exception() 1715 if (tomoyo_str_starts(¶m.data, tomoyo_transition_type[i])) in tomoyo_write_exception() 1718 if (tomoyo_str_starts(¶m.data, tomoyo_group_name[i])) in tomoyo_write_exception() 1720 if (tomoyo_str_starts(¶m.data, "acl_group ")) { in tomoyo_write_exception() 2332 if (tomoyo_str_starts(&data, "Memory used by ")) in tomoyo_write_stat() [all …]
|
D | util.c | 392 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() function
|
D | common.h | 942 bool tomoyo_str_starts(char **src, const char *find);
|