函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\string.c Create Date:2022-07-27 06:59:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:strpbrk - Find the first occurrence of a set of characters*@cs: The string to be searched*@ct: The characters to search for

函数原型:char *strpbrk(const char *cs, const char *ct)

返回类型:char

参数:

类型参数名称
const char *cs
const char *ct
612 sc1不等于'\0'循环
613 sc2不等于'\0'循环
614  如果sc1恒等于sc2则返回:sc1
618  返回:NULL
调用者
名称描述
strsep分割字符串
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
kdbgetaddrargkdbgetaddrarg - This function is responsible for parsing an* address-expression and returning the value of the expression,* symbol name, and offset to the caller