Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_template.c Create Date:2022-07-28 19:59:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:template_fmt_size

Proto:static int template_fmt_size(const char *template_fmt)

Type:int

Parameter:

TypeParameterName
const char *template_fmt
168  template_fmt_len = strlen - Find the length of a string*@s: The string to be sized
169  i = 0 , j = 0
171  When i < template_fmt_len cycle
172  c = template_fmt[i]
173  If c == '|' Then j++
175  i++
178  Return j + 1
Caller
NameDescribe
template_desc_init_fields