函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:search arg1 to see if it contains arg2* (kdmain.c provides flags for ^pat and pat$)* return 1 for found, 0 for not found

函数原型:static int kdb_search_string(char *searched, char *searchfor)

返回类型:int

参数:

类型参数名称
char *searched
char *searchfor
521  len1等于strlen - Find the length of a string*@s: The string to be sized减1
522  len2等于strlen - Find the length of a string*@s: The string to be sized
523  如果len1小于len2则返回:0
525  如果kdb_grep_leadingkdb_grep_trailinglen1不等于len2则返回:0
527  如果kdb_grep_leading
528  如果非字符串指定长度比较则返回:1
530  否则如果kdb_grep_trailing
531  如果非字符串指定长度比较则返回:1
533  否则
534  firstchar等于searchfor
535  cp等于searched
537  如果非字符串指定长度比较则返回:1
539  cp自加
542  返回:0
调用者
名称描述
vkdb_printf