函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:action_arg_word_end

函数原型:static const char *action_arg_word_end(const char *buf, const char *buf_end, char delim)

返回类型:char

参数:

类型参数名称
const char *buf
const char *buf_end
chardelim
102  next等于buf
104 next小于等于buf_endnext不等于delim循环
105  如果非isalnum( * next++)则返回:NULL
108  如果next恒等于buf则返回:NULL
111  返回:next
调用者
名称描述
kobject_action_args