summaryrefslogtreecommitdiff
path: root/include/vsprintf.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04vsprintf.h: include <linux/types.h>Masahiro Yamada1-0/+1
2017-09-07vsprintf: vsprintf does not have parameter sizeHeinrich Schuchardt1-3/+1
2016-10-31Fix spelling of "resetting".Vagrant Cascadian1-2/+2
2016-08-20vsprintf: Include stdarg for va_listMaxime Ripard1-0/+2
2016-01-19vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini1-12/+0
2015-07-22lib: Add function to extract a number from the end of a stringSimon Glass1-0/+26
2015-06-29mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher1-0/+2
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass1-0/+23
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26Add function to print a number with grouped digitsSimon Glass1-0/+11
2011-12-18vsprintf: Move function documentation into header fileSimon Glass1-0/+123
2011-12-18Add safe vsnprintf and snprintf library functionsSonny Rao1-0/+19
2011-12-18Move vsprintf functions into their own headerSimon Glass1-0/+39