函数逻辑报告 |
Source Code:security\apparmor\procattr.c |
Create Date:2022-07-27 21:36:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:split_token_from_name - separate a string of form <token>^<name>*@op: operation being checked*@args: string to parse (NOT NULL)*@token: stores returned parsed token value (NOT NULL)* Returns: start position of name after token else NULL on failure
函数原型:static char *split_token_from_name(const char *op, char *args, u64 *token)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | op | |
char * | args | |
u64 * | token |
82 | token等于转换字符串为无符号长整形 |
88 | name自加 |
91 | 返回:name |
名称 | 描述 |
---|---|
aa_setprocattr_changehat | aa_setprocattr_chagnehat - handle procattr interface to change_hat*@args: args received from writing to /proc/ |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |