summaryrefslogtreecommitdiffstats
path: root/lib/string.c
Commit message (Expand)AuthorAgeFilesLines
* string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek BehĂșn2021-05-241-4/+5
* lib: string: Implement strlcatSean Anderson2021-04-121-0/+19
* lib: string: Fix strlcpy return valueSean Anderson2021-04-121-4/+8
* string: Use memcpy() within memmove() when we canPatrick Delaunay2021-01-161-1/+13
* string: Allow arch override of strndup() alsoSimon Glass2020-02-051-1/+1
* lib: Implement strndup()Thierry Reding2019-06-051-0/+23
* string: Include the config headerSimon Glass2018-11-201-0/+1
* string: Add strcspn()Simon Glass2017-06-011-0/+24
* string: Add strchrnul()Simon Glass2017-06-011-0/+8
* string: Use memcpy() within memmove() when we canSimon Glass2017-05-091-9/+2
* string: Provide a slimmed-down memset()Simon Glass2017-04-041-2/+4
* Remove unneeded remnants of bcopy().Robert P. J. Day2016-06-061-24/+0
* lib: string: move strlcpy() to a common placeMasahiro Yamada2014-12-111-0/+25
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2013-10-141-1/+0
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-0/+59
* Make linux kernel string funcs available to toolsJoe Hershberger2012-12-131-39/+0
* Add strcasecmp() and strncasecmp()Simon Glass2012-12-111-4/+12
* nand: Sanitize ONFI strings.Christian Hitz2012-01-261-0/+39
* memcpy/memmove: Do not copy to same addressMatthias Weisser2011-07-261-0/+6
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-0/+605