函数逻辑报告 |
Source Code:mm\kasan\report.c |
Create Date:2022-07-27 17:26:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:tokenize_frame_descr
函数原型:static bool __must_check tokenize_frame_descr(const char **frame_descr, char *token, size_t max_tok_len, unsigned long *value)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const char ** | frame_descr | |
char * | token | |
size_t | max_tok_len | |
unsigned long * | value |
212 | sep等于strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
214 | 如果(sep == NULL)则sep等于frame_descr加strlen - Find the length of a string*@s: The string to be sized |
217 | 如果(token != NULL)则 |
218 | tok_len等于sep减frame_descr |
220 | 如果tok_len加1大于max_tok_len则 |
221 | 打印错误信息("KASAN internal error: frame description too long: %s\n", * frame_descr) |
223 | 返回:false |
227 | 长字符串复制 |
231 | frame_descr等于sep加1 |
238 | 返回:true |
名称 | 描述 |
---|---|
print_decoded_frame_descr |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |