summaryrefslogtreecommitdiff
path: root/firmware/libc/strstr.c (unfollow)
Commit message (Expand)Author
2010-07-11strstr(): cosmeticsRafaël Carré
2010-07-11strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibcRafaël Carré
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2007-09-18import and use the Linux one instead, bound to be fasterDaniel Stenberg
2007-09-17* implement strstrChristian Gmeiner