函数逻辑报告 |
Source Code:security\apparmor\label.c |
Create Date:2022-07-27 21:43:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:s_cmp - compare ns for label set ordering*@a: ns to compare (NOT NULL)*@b: ns to compare (NOT NULL)* Returns: <0 if a < b* ==0 if a == b* >0 if a > b
函数原型:static int ns_cmp(struct aa_ns *a, struct aa_ns *b)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_ns * | a | |
struct aa_ns * | b |
123 | 返回:字符串比较 |
名称 | 描述 |
---|---|
profile_cmp | 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 |
labelset_of_merge | labelset_of_merge - find which labelset a merged label should be inserted*@a: label to merge and insert*@b: label to merge and insert* Returns: labelset that the merged label should be inserted into |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |