summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* lib: missing fallthrough comment in vsnprintf_internal()Heinrich Schuchardt2023-04-061-0/+3
* Correct SPL use of EFI_APPSimon Glass2023-02-091-1/+1
* lib: Support printing an error stringSimon Glass2023-01-231-0/+12
* net: ipv6: Enable IPv6 typeconversion specifierViacheslav Mitrofanov2022-12-051-6/+1
* lib: fix snprintf() for UTF-16 stringsHeinrich Schuchardt2022-02-051-2/+12
* treewide: Use 16-bit Unicode stringsSimon Glass2022-02-031-1/+1
* lib: printf code %pUs for GUID text representationHeinrich Schuchardt2022-01-191-1/+10
* efi: Make unicode printf available to the appSimon Glass2021-12-311-5/+4
* lib: Add a function to convert a string to a hex valueSimon Glass2021-11-111-2/+18
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* lib/vsprintf.c: remove unused ip6_addr_string()Rasmus Villemoes2021-07-151-1/+5
* lib/vsprintf.c: remove stale commentRasmus Villemoes2021-07-151-3/+0
* lib/vsprintf.c: implement printf() in terms of vprintf()Rasmus Villemoes2021-07-151-12/+1
* compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini2020-07-011-2/+0
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* lib: Always build support for formatting MAC and IP addressJoe Hershberger2019-12-091-4/+0
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+19
* lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt2019-06-071-6/+8
* efi_loader: make device path to text protocol customizableHeinrich Schuchardt2019-05-121-1/+3
* lib/vsprintf: remove #include <uuid.h> from vsprintf.cHeinrich Schuchardt2019-05-031-1/+0
* vsprintf: Support phys_addr_t specifier unconditionallyThierry Reding2019-04-111-1/+1
* lib/vsprintf: print '?' for illegal Unicode sequenceHeinrich Schuchardt2019-02-161-0/+2
* lib: vsprintf: avoid overflow printing UTF16 stringsHeinrich Schuchardt2019-02-131-3/+7
* lib: vsprintf: correct printing of Unicode stringsHeinrich Schuchardt2018-09-231-9/+4
* efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt2018-09-231-1/+1
* lib: build charset.o only if neededHeinrich Schuchardt2018-09-231-4/+8
* vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt2018-09-231-4/+4
* vsprintf: Handle NULL with %pUSimon Glass2018-07-251-1/+4
* lib: Add hexdumpAlexey Brodkin2018-06-131-14/+4
* Consolidate __assert_failed into one implementationAlex Kiernan2018-04-281-8/+0
* spl: Disable printf if not requiredAlex Kiernan2018-04-281-1/+2
* vsprintf.c: correct printing of a NULL device pathHeinrich Schuchardt2018-01-281-1/+2
* vsprintf.c: add EFI device path printingHeinrich Schuchardt2018-01-221-6/+41
* vsprintf.c: add GUID printingRob Clark2017-09-121-2/+44
* vsprintf.c: add UTF-16 string (%ls) supportRob Clark2017-09-121-2/+28
* vsprintf.c: Always enable CONFIG_SYS_VSNPRINTFTom Rini2016-01-191-12/+0
* lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons2015-12-131-164/+0
* lib: Split panic functions out of vsprintf.cSjoerd Simons2015-12-131-29/+0
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-0/+36
* lib: Add function to extract a number from the end of a stringSimon Glass2015-07-211-0/+19
* mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher2015-06-301-0/+16
* dm: Add a panic_str() function to reduce code sizeSimon Glass2015-04-231-5/+18
* vsprintf: Add modifier for phys_addr_tThierry Reding2014-11-231-2/+14
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-201-3/+0
* Use uint64_t instead of u64 in put_dec()Simon Glass2014-10-271-1/+1
* lib:vsprintf: reduce scope of pack_hex_byteJeroen Hofstee2014-07-181-11/+11
* lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabledDarwin Rambo2014-01-241-0/+1
* Add function to print a number with grouped digitsSimon Glass2013-06-261-0/+16
* vsprintf: add ustrtoll functionPiotr Wilczek2013-02-191-0/+23
* vsprintf:fix: Change type returned by ustrtoulLukasz Majewski2012-12-131-1/+1