Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kobject_uevent.c Create Date:2022-07-28 06:14:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:action_arg_word_end

Proto:static const char *action_arg_word_end(const char *buf, const char *buf_end, char delim)

Type:char

Parameter:

TypeParameterName
const char *buf
const char *buf_end
chardelim
102  next = buf
104  When next <= buf_end && next != delim cycle
105  If Not isalnum( * next++) Then Return NULL
108  If next == buf Then Return NULL
111  Return next
Caller
NameDescribe
kobject_action_args