函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test-string_helpers.c Create Date:2022-07-27 07:23:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:test_string_escape_overflow

函数原型:static __init void test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, int q_test, const char *name)

返回类型:void

参数:

类型参数名称
const char *in
intp
unsigned intflags
const char *esc
intq_test
const char *name
269  q_real等于string_escape_mem - quote characters in the given memory buffer*@src: source buffer (unescaped)*@isz: source buffer size*@dst: destination buffer (escaped)*@osz: destination buffer size*@flags: combination of the flags*@only: NULL-terminated string
270  如果q_real不等于q_test打印警告信息("Test '%s' failed: flags = %u, osz = 0, expected %d, got %d\n", name, flags, q_test, q_real)
调用者
名称描述
test_string_escape