summaryrefslogtreecommitdiff
path: root/lib/string.c
AgeCommit message (Expand)AuthorFilesLines
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