函数逻辑报告 |
Source Code:lib\test-string_helpers.c |
Create Date:2022-07-27 07:23:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:test_string_check_buf
函数原型:static __init bool test_string_check_buf(const char *name, unsigned int flags, char *in, size_t p, char *out_real, size_t q_real, char *out_test, size_t q_test)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | name | |
unsigned int | flags | |
char * | in | |
size_t | p | |
char * | out_real | |
size_t | q_real | |
char * | out_test | |
size_t | q_test |
24 | print_hex_dump(warning conditions , "Input: ", DUMP_PREFIX_NONE, 16, 1, in, p, true) |
26 | print_hex_dump(warning conditions , "Expected: ", DUMP_PREFIX_NONE, 16, 1, out_test, q_test, true) |
28 | print_hex_dump(warning conditions , "Got: ", DUMP_PREFIX_NONE, 16, 1, out_real, q_real, true) |
31 | 返回:false |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |