Function report |
Source Code:security\tomoyo\group.c |
Create Date:2022-07-28 19:43:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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".
Proto:bool tomoyo_number_matches_group(const unsigned long min, const unsigned long max, const struct tomoyo_group *group)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const unsigned long | min | |
const unsigned long | max | |
const struct tomoyo_group * | group |
163 | bool matched = false |
167 | If rue or false or TOMOYO_GC_IN_PROGRESS Then Continue |
172 | matched = true |
173 | Break |
175 | Return matched |
Name | Describe |
---|---|
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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |