summaryrefslogtreecommitdiffstats
path: root/src/lib/string.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add SPDX identifiers to files missing themMartin Roth2022-08-111-0/+2
* src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>Elyes HAOUAS2022-01-121-1/+0
* lib/string: Add standard strstr() functionJes Klinke2020-08-031-0/+10
* lib: Add strtok() and strtok_r()harshit2020-05-281-0/+25
* string: implement strspn, strcspn, atolYuji Sasaki2019-08-101-0/+52
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* string.h: Move common string functions into .c fileJulius Werner2019-05-311-0/+109
* Klocwork: Fix the Null pointer derefernce found by klocworkThejaswani Putta2019-04-231-3/+6
* string: move strdup() & strconcat() to lib/string.cThomas Heijligen2019-01-301-0/+21