]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: printf: add helper functions from busybox
authorRoland Gaudig <roland.gaudig@weidmueller.com>
Fri, 23 Jul 2021 12:29:20 +0000 (12:29 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 27 Jul 2021 18:50:47 +0000 (14:50 -0400)
commit6244cda4f32cb95f66de2a61ef728f325514f8f6
treecc3c2604042f721fea5335541284cf14f0d7a79a
parent9571f1ac6f998d2cf1697c35ae45eefa572bf681
cmd: printf: add helper functions from busybox

Import the following helper functions from Busybox-1.33.1 which are
required by printf.c:

  process_escape_sequence from libbb/process_escape_sequence.c,
  skip_whitespace from libbb/skip_whitespace.c,
  overlapping_strcpy  from libbb/safe_strncpy.c

  src-url: https://git.busybox.net/busybox/
  commit bcc5b0e6caca6c7602a6a41f "Bump version to 1.33.1"
  version: 1.33.1

Signed-off-by: Roland Gaudig <roland.gaudig@weidmueller.com>
cmd/printf.c