Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\vsprintf.c Create Date:2022-07-28 06:11:56
Last Modify:2022-05-21 09:47:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:skip_atoi

Proto:static __attribute__((__noinline__)) int skip_atoi(const char **s)

Type:int

Parameter:

TypeParameterName
const char **s
131  i = 0
133  Do
134  i = i * 10 + * s++ - '0'
135  When isdigit( * * s) cycle
137  Return i
Caller
NameDescribe
format_decodeHelper function to decode printf style format
vsscanfvsscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: format of buffer*@args: arguments