tomoyo_path_matches_pattern 950 security/tomoyo/common.h bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, tomoyo_path_matches_pattern 40 security/tomoyo/condition.c result = tomoyo_path_matches_pattern(&arg, argv->value); tomoyo_path_matches_pattern 75 security/tomoyo/condition.c if (!tomoyo_path_matches_pattern(&name, envp->name)) tomoyo_path_matches_pattern 79 security/tomoyo/condition.c result = tomoyo_path_matches_pattern(&value, tomoyo_path_matches_pattern 745 security/tomoyo/domain.c !tomoyo_path_matches_pattern(&exename, tomoyo_path_matches_pattern 24 security/tomoyo/environ.c return tomoyo_path_matches_pattern(r->param.environ.name, acl->env); tomoyo_path_matches_pattern 87 security/tomoyo/file.c if (tomoyo_path_matches_pattern(name, ptr->filename)) tomoyo_path_matches_pattern 140 security/tomoyo/group.c if (!tomoyo_path_matches_pattern(pathname, member->member_name))