Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:12:02 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_pointer
Proto:static int check_pointer(char **buf, char *end, const void *ptr, struct printf_spec spec)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char ** | buf | |
char * | end | |
const void * | ptr | |
struct printf_spec | spec |
673 | err_msg = Do not call any complex external code here. Nested printk()/vsprintf()* might cause infinite loops. Failures might break printk() and would* be hard to debug. |
674 | If err_msg Then |
676 | Return -EFAULT |
679 | Return 0 |
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 |