tomoyo_str_starts  603 security/tomoyo/common.c 	} else if (tomoyo_str_starts(&name, "CONFIG::")) {
tomoyo_str_starts 1065 security/tomoyo/common.c 	if (tomoyo_str_starts(&param->data, "manual_domain_transition ")) {
tomoyo_str_starts 1149 security/tomoyo/common.c 		if (!tomoyo_str_starts(&param.data,
tomoyo_str_starts 1178 security/tomoyo/common.c 	bool is_select = !is_delete && tomoyo_str_starts(&data, "select ");
tomoyo_str_starts 1712 security/tomoyo/common.c 	if (tomoyo_str_starts(&buf, "global-pid "))
tomoyo_str_starts 1766 security/tomoyo/common.c 	if (tomoyo_str_starts(&param.data, "aggregator "))
tomoyo_str_starts 1769 security/tomoyo/common.c 		if (tomoyo_str_starts(&param.data, tomoyo_transition_type[i]))
tomoyo_str_starts 1772 security/tomoyo/common.c 		if (tomoyo_str_starts(&param.data, tomoyo_group_name[i]))
tomoyo_str_starts 1774 security/tomoyo/common.c 	if (tomoyo_str_starts(&param.data, "acl_group ")) {
tomoyo_str_starts 2399 security/tomoyo/common.c 	if (tomoyo_str_starts(&data, "Memory used by "))
tomoyo_str_starts 2401 security/tomoyo/common.c 			if (tomoyo_str_starts(&data, tomoyo_memory_headers[i]))
tomoyo_str_starts  953 security/tomoyo/common.h bool tomoyo_str_starts(char **src, const char *find);
tomoyo_str_starts  120 security/tomoyo/environ.c 	if (tomoyo_str_starts(&param->data, "env "))