Function report |
Source Code:lib\string.c |
Create Date:2022-07-28 06:00:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:strpbrk - Find the first occurrence of a set of characters*@cs: The string to be searched*@ct: The characters to search for
Proto:char *strpbrk(const char *cs, const char *ct)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | cs | |
const char * | ct |
618 | Return NULL |
Name | Describe |
---|---|
strsep | strsep - Split a string into tokens*@s: The string to be searched*@ct: The characters to search for* strsep() updates @s to point after the token, ready for the next call.* It returns empty tokens, too, behaving exactly like the libc function |
ddebug_exec_queries | handle multiple queries in query string, continue on error, returnlast error or number of matching callsites. Module name is eitherin param (for boot arg) or perhaps in query string. |
contains_operator | |
traceprobe_split_symbol_offset | Split symbol and offset. |
traceprobe_update_arg | |
trace_uprobe_create |
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 |