Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
const char *cs
const char *ct
612  When sc1 != '\0' cycle
613  When sc2 != '\0' cycle
614  If sc1 == sc2 Then Return sc1
618  Return NULL
Caller
NameDescribe
strsepstrsep - 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_querieshandle 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_offsetSplit symbol and offset.
traceprobe_update_arg
trace_uprobe_create