Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__btf_name_char_ok

Proto:static bool __btf_name_char_ok(char c, bool first, bool dot_ok)

Type:bool

Parameter:

TypeParameterName
charc
boolfirst
booldot_ok
516  If If first Then Not isalpha(c) Else Not isalnum(c) && c != '_' && ( c == '.' && Not dot_ok || c != '.' ) Then Return false
522  Return true
Caller
NameDescribe
__btf_name_valid