Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:opt_len

Proto:static inline int opt_len(const char *s)

Type:int

Parameter:

TypeParameterName
const char *s
2605  bool open_quote = false
2609  When (c = s[len]) != '\0' cycle
2610  If c == '"' Then open_quote = Not open_quote
2612  If c == ',' && Not open_quote Then Break
2615  Return len
Caller
NameDescribe
selinux_sb_eat_lsm_opts