Expand description
Name pattern matching for function specifications.
Supports three matching modes:
- Exact match (default):
name: malloc - Glob pattern:
name: "glob:str*" - Regex pattern:
name: "regex:^mem(cpy|set|move)$"
Enumsยง
- Name
Pattern - A name pattern for matching function names.
- Pattern
Error - Errors that can occur when parsing patterns.