Function report |
Source Code:lib\kasprintf.c |
Create Date:2022-07-28 06:20:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:If fmt contains no % (or is exactly %s), use kstrdup_const. If fmt* (or the sole vararg) points to rodata, we will then save a memory* allocation and string copy. In any case, the return value should be* freed using kfree_const().
Proto:const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list ap)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp | |
const char * | fmt | |
va_list | ap |
49 | Return Simplified asprintf. |
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 |