函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_template.c Create Date:2022-07-27 22:04:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:template_fmt_size

函数原型:static int template_fmt_size(const char *template_fmt)

返回类型:int

参数:

类型参数名称
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 i小于template_fmt_len循环
172  c等于template_fmt[i]
173  如果c恒等于'|'则j自加
175  i自加
178  返回:j加1
调用者
名称描述
template_desc_init_fields