summaryrefslogtreecommitdiff
path: root/include/vsprintf.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass1-4/+12
2021-08-02lib: Comment the base parameter with simple_strtoul/l()Simon Glass1-2/+8
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-0/+13
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+25
2021-07-27lib: strto: add simple_strtoll functionRoland Gaudig1-0/+1
2020-08-14lib: sscanf: add sscanf implementationAndrii Anisov1-0/+8
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass1-0/+12
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+10
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