Function report |
Source Code:lib\glob.c |
Create Date:2022-07-28 07:18:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:glob_match - Shell-style pattern matching, like !fnmatch(pat, str, 0)*@pat: Shell-style pattern to match, e.g. "*.[ch]".*@str: String to match. The pattern must match the entire string.* Perform shell-style glob matching, returning true (1) if the match
Proto:bool __pure glob_match(char const *pat, char const *str)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
char const * | pat | |
char const * | str |
55 | cycle |
60 | Case d == '?' |
61 | If c == '\0' Then Return false |
63 | Break |
64 | Case d == '*' |
70 | Case d == '[' |
80 | Do |
102 | Break |
103 | Case d == '\\' |
106 | Default |
Name | Describe |
---|---|
test |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |