函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_events_filter.c Create Date:2022-07-27 13:32:45
Last Modify:2022-05-22 20:19:57 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:gex_match_foo - Basic regex callbacks*@str: the string to be searched*@r: the regex structure containing the pattern string*@len: the length of the string to be searched (including '\0')* Note:* - @str might not be NULL-terminated if it's of type

函数原型:static int regex_match_full(char *str, struct regex *r, int len)

返回类型:int

参数:

类型参数名称
char *str
struct regex *r
intlen
765  如果非len则返回:字符串比较恒等于0
768  返回:字符串指定长度比较恒等于0