summaryrefslogtreecommitdiff
path: root/lib/string.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek BehĂșn1-4/+5
2021-04-13lib: string: Implement strlcatSean Anderson1-0/+19
2021-04-13lib: string: Fix strlcpy return valueSean Anderson1-4/+8
2021-01-16string: Use memcpy() within memmove() when we canPatrick Delaunay1-1/+13
2020-02-06string: Allow arch override of strndup() alsoSimon Glass1-1/+1
2019-06-05lib: Implement strndup()Thierry Reding1-0/+23
2018-11-21string: Include the config headerSimon Glass1-0/+1
2017-06-01string: Add strcspn()Simon Glass1-0/+24
2017-06-01string: Add strchrnul()Simon Glass1-0/+8
2017-05-10string: Use memcpy() within memmove() when we canSimon Glass1-9/+2
2017-04-05string: Provide a slimmed-down memset()Simon Glass1-2/+4
2016-06-06Remove unneeded remnants of bcopy().Robert P. J. Day1-24/+0
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada1-0/+25
2013-10-15Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2013-06-01mtd: resync with Linux-3.7.1Sergey Lapin1-0/+59
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger1-39/+0
2012-12-12Add strcasecmp() and strncasecmp()Simon Glass1-4/+12
2012-01-27nand: Sanitize ONFI strings.Christian Hitz1-0/+39
2011-07-26memcpy/memmove: Do not copy to same addressMatthias Weisser1-0/+6
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+605