函数逻辑报告 |
Source Code:lib\parser.c |
Create Date:2022-07-27 07:16:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:match_wildcard: - parse if a string matches given wildcard pattern*@pattern: wildcard pattern*@str: the string to be parsed* Description: Parse the string @str to check if matches wildcard* pattern @pattern
函数原型:bool match_wildcard(const char *pattern, const char *str)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | pattern | |
const char * | str |
253 | bool star = false |
268 | 默认 |
285 | 返回:非p |
名称 | 描述 |
---|---|
ddebug_change | Search the tables for _ddebug's which match the given `query' and* apply the `flags' and `mask' to them. Returns number of matching* callsites, normally the same as number of changes. If verbose,* logs the changes. Takes ddebug_lock. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |