函数逻辑报告 |
Source Code:security\tomoyo\realpath.c |
Create Date:2022-07-27 21:14:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_encode2 - Encode binary string to ascii string.*@str: String in binary format.*@str_len: Size of @str in byte.* Returns pointer to @str in ascii format on success, NULL otherwise.* This function uses kzalloc(), so caller must kfree() if this function
函数原型:char *tomoyo_encode2(const char *str, int str_len)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | str | |
int | str_len |
25 | len等于0 |
30 | 如果非p则返回:NULL |
42 | len自加 |
45 | 如果非cp则返回:NULL |
52 | 如果c恒等于'\\'则 |
57 | 否则 |
64 | 返回:cp0 |
名称 | 描述 |
---|---|
tomoyo_encode | moyo_encode - Encode binary string to ascii string.*@str: String in binary format.* Returns pointer to @str in ascii format on success, NULL otherwise.* This function uses kzalloc(), so caller must kfree() if this function* didn't return NULL. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |