函数逻辑报告 |
Source Code:security\tomoyo\group.c |
Create Date:2022-07-27 21:12:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_number_matches_group - Check whether the given number matches members of the given number group.*@min: Min number.*@max: Max number.*@group: Pointer to "struct tomoyo_number_group".
函数原型:bool tomoyo_number_matches_group(const unsigned long min, const unsigned long max, const struct tomoyo_group *group)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const unsigned long | min | |
const unsigned long | max | |
const struct tomoyo_group * | group |
163 | bool matched = false |
167 | 如果rue or false or TOMOYO_GC_IN_PROGRESS 则继续下一循环 |
172 | matched = true |
173 | 退出 |
175 | 返回:matched |
名称 | 描述 |
---|---|
tomoyo_compare_number_union | moyo_compare_number_union - Check whether a value matches "struct tomoyo_number_union" or not.*@value: Number to check.*@ptr: Pointer to "struct tomoyo_number_union".* Returns true if @value matches @ptr, false otherwise. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |