Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\printf.c Create Date:2022-07-28 07:26:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:-*- linux-c -*- ------------------------------------------------------- ** Copyright (C) 1991, 1992 Linus Torvalds* Copyright 2007 rPath, Inc. - All Rights Reserved* -----------------------------------------------------------------------

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

Type:int

Parameter:

TypeParameterName
const char **s
20  i = 0
22  When isdigit( * * s) cycle
23  i = i * 10 + * s++ - '0'
24  Return i
Caller
NameDescribe
vsprintf
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