函数逻辑报告 |
Source Code:security\apparmor\label.c |
Create Date:2022-07-27 21:44:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aa_label_next_not_in_set - return the next profile of @sub not in @set*@I: label iterator*@set: label to test against*@sub: label to if is subset of @set* Returns: profile in @sub that is not in @set, with iterator set pos after* else NULL if @sub is a
函数原型:struct aa_profile *__aa_label_next_not_in_set(struct label_it *I, struct aa_label *set, struct aa_label *sub)
返回类型:struct aa_profile
参数:
类型 | 参数 | 名称 |
---|---|---|
struct label_it * | I | |
struct aa_label * | set | |
struct aa_label * | sub |
515 | res等于profile_cmp - profile comparison for set ordering*@a: profile to compare (NOT NULL)*@b: profile to compare (NOT NULL)* Returns: <0 if a < b* ==0 if a == b* >0 if a > b |
517 | 如果res恒等于0则 |
529 | 返回:NULL |
名称 | 描述 |
---|---|
aa_label_is_subset | aa_label_is_subset - test if @sub is a subset of @set*@set: label to test against*@sub: label to test if is subset of @set* Returns: true if @sub is subset of @set* else false |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |