Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:strcasecmp

Proto:int strcasecmp(const char *s1, const char *s2)

Type:int

Parameter:

TypeParameterName
const char *s1
const char *s2
73  Do
74  c1 = tolower( * s1++)
75  c2 = tolower( * s2++)
76  When c1 == c2 && c1 != 0 cycle
77  Return c1 - c2
Caller
NameDescribe
audit_enableProcess kernel command-line parameter at boot time.* audit={0|off} or audit={1|on}.