Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E-EXK4 - Operating System Group
projects
Linux
b5f54b07c06f6e438a4fee92c27423e880d8816b
linux
lib
vsprintf.c
Find file
Normal view
Permalink
vsprintf.c
46.3 KiB
Newer
Older
Blame preferences
Learn to ignore specific revisions
Linux-2.6.12-rc2
Linus Torvalds
committed
20 years ago
2001
vsprintf: give it some care to please checkpatch.pl
André Goddard Rosa
committed
15 years ago
2002
2003
va_start
(
args
,
fmt
);
i
=
vsscanf
(
buf
,
fmt
,
args
);
Linux-2.6.12-rc2
Linus Torvalds
committed
20 years ago
2004
va_end
(
args
);
vsprintf: give it some care to please checkpatch.pl
André Goddard Rosa
committed
15 years ago
2005
Linux-2.6.12-rc2
Linus Torvalds
committed
20 years ago
2006
2007
2008
return
i
;
}
EXPORT_SYMBOL
(
sscanf
);
Show full blame
Prev
1
2
3
Next