summaryrefslogtreecommitdiff
path: root/include/vsprintf.h
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-14lib: export vsscanfSamuel Dionne-Riel
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass
2021-11-11lib: Add tests for simple_itoa()Simon Glass
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass
2021-08-02lib: Comment the base parameter with simple_strtoul/l()Simon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-27lib: strto: add simple_strtoll functionRoland Gaudig
2020-08-14lib: sscanf: add sscanf implementationAndrii Anisov
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-04vsprintf.h: include <linux/types.h>Masahiro Yamada
2017-09-07vsprintf: vsprintf does not have parameter sizeHeinrich Schuchardt
2016-10-31Fix spelling of "resetting".Vagrant Cascadian
2016-08-20vsprintf: Include stdarg for va_listMaxime Ripard
2016-01-19vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26Add function to print a number with grouped digitsSimon Glass
2011-12-17vsprintf: Move function documentation into header fileSimon Glass
2011-12-17Add safe vsnprintf and snprintf library functionsSonny Rao
2011-12-17Move vsprintf functions into their own headerSimon Glass