函数逻辑报告 |
Source Code:lib\string_helpers.c |
Create Date:2022-07-27 07:23:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns allocated NULL-terminated string containing process* command line, with inter-argument NULLs replaced with spaces,* and other special characters escaped.
函数原型:char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | task | |
gfp_t | gfp |
602 | buffer等于kmalloc(PAGE_SIZE, GFP_KERNEL) |
603 | 如果非buffer则返回:NULL |
619 | quoted等于Return an allocated string that has been escaped of special characters* and double quotes, making it safe to log in quotes. |
621 | 返回:quoted |
名称 | 描述 |
---|---|
__report_access | |
report_load |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |