Function report |
Source Code:lib\string_helpers.c |
Create Date:2022-07-28 06:25:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Returns allocated NULL-terminated string containing process* command line, with inter-argument NULLs replaced with spaces,* and other special characters escaped.
Proto:char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
gfp_t | gfp |
602 | buffer = kmalloc(PAGE_SIZE, GFP_KERNEL) |
603 | If Not buffer Then Return 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 | Return quoted |
Name | Describe |
---|---|
__report_access | |
report_load |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |