函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:strchrnul - Find and return a character in a string, or end of string*@s: The string to be searched*@c: The character to search for* Returns pointer to first occurrence of 'c' in s. If c is not found, then

函数原型:char *strchrnul(const char *s, int c)

返回类型:char

参数:

类型参数名称
const char *s
intc
430 ss不等于c循环
431  s自加
432  返回:s
调用者
名称描述
device_node_string
vkdb_printf
template_desc_init_fields