函数逻辑报告 |
Source Code:lib\seq_buf.c |
Create Date:2022-07-27 07:12:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_buf_vprintf - sequence printing of information.*@s: seq_buf descriptor*@fmt: printf format string*@args: va_list of arguments from a printf() type function* Writes a vnprintf() format into the sequencce buffer.* Returns zero on success, -1 on overflow.
函数原型:int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_buf * | s | |
const char * | fmt | |
va_list | args |
71 | 返回:负1 |
名称 | 描述 |
---|---|
seq_buf_printf | 信息序列打印 |
trace_seq_vprintf | race_seq_vprintf - sequence printing of trace information*@s: trace sequence descriptor*@fmt: printf format string* The tracer may use either sequence operations or its own* copy to user routines |
rdt_last_cmd_printf | |
trace_seq_printf | race_seq_printf - sequence printing of trace information*@s: trace sequence descriptor*@fmt: printf format string* The tracer may use either sequence operations or its own* copy to user routines |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |