Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:parameqn

Proto:bool parameqn(const char *a, const char *b, size_t n)

Type:bool

Parameter:

TypeParameterName
const char *a
const char *b
size_tn
88  When i < n cycle
89  If dash2underscore(a[i]) != dash2underscore(b[i]) Then Return false
92  Return true
Caller
NameDescribe
parameq