Function report |
Source Code:block\cmdline-parser.c |
Create Date:2022-07-28 18:01:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cmdline_parts_parse
Proto:int cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct cmdline_parts ** | parts | |
const char * | cmdline |
172 | * parts = NULL |
178 | next_parts = parts |
181 | next = strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
185 | ret = parse_parts(next_parts, pbuf) |
192 | next_parts = next_parts |
195 | If Not parts Then |
201 | ret = 0 |
202 | done : |
204 | Return ret |
206 | fail : |
207 | cmdline_parts_free(parts) |
208 | Go to done |
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 |