Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Split the buffer `buf' into space-separated words.* Handles simple " and ' quoting, i.e. without nested,* embedded or escaped \". Return the number of words* or <0 on error.
Proto:static int ddebug_tokenize(char *buf, char *words[], int maxwords)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
char * | words | |
int | maxwords |
224 | nwords = 0 |
230 | buf = skip_spaces - Removes leading whitespace from @str.*@str: The string to be stripped.* Returns a pointer to the first non-whitespace character in @str. |
231 | If Not buf Then Break |
233 | If buf == '#' Then Break |
245 | Else |
262 | If verbose Then |
264 | pr_info("split into words:") |
270 | Return nwords |
Name | Describe |
---|---|
ddebug_exec_query |
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 |