index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
vsprintf.h
Age
Commit message (
Expand
)
Author
2023-01-23
lib: Add a function to split a string into substrings
Simon Glass
2022-04-25
lib: Add a way to find the postiion of a trailing number
Simon Glass
2022-04-25
lib: Fix a few bugs in trailing_strtoln()
Simon Glass
2022-04-25
lib: Correct comment formatting to avoid sphinx problems
Simon Glass
2022-04-25
test: Add tests for trailing_strtol()
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-14
lib: export vsscanf
Samuel Dionne-Riel
2021-11-11
lib: Add a function to convert a string to a hex value
Simon Glass
2021-11-11
lib: Add tests for simple_itoa()
Simon Glass
2021-08-02
lib: Allow using 0x when a decimal value is requested
Simon Glass
2021-08-02
lib: Comment the base parameter with simple_strtoul/l()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-07-27
lib: strto: add simple_strtoll function
Roland Gaudig
2020-08-14
lib: sscanf: add sscanf implementation
Andrii Anisov
2020-04-24
lib: Add a function to convert a string to upper case
Simon Glass
2019-12-02
Move strtomhz() to vsprintf.h
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-04
vsprintf.h: include <linux/types.h>
Masahiro Yamada
2017-09-07
vsprintf: vsprintf does not have parameter size
Heinrich Schuchardt
2016-10-31
Fix spelling of "resetting".
Vagrant Cascadian
2016-08-20
vsprintf: Include stdarg for va_list
Maxime Ripard
2016-01-19
vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF
Tom Rini
2015-07-21
lib: Add function to extract a number from the end of a string
Simon Glass
2015-06-30
mtd, nand: Move common functions from cmd_nand.c to common place
Heiko Schocher
2015-04-23
dm: Add a panic_str() function to reduce code size
Simon Glass
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-26
Add function to print a number with grouped digits
Simon Glass
2011-12-17
vsprintf: Move function documentation into header file
Simon Glass
2011-12-17
Add safe vsnprintf and snprintf library functions
Sonny Rao
2011-12-17
Move vsprintf functions into their own header
Simon Glass