summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/string.h
AgeCommit message (Expand)AuthorLines
2022-04-20tools/nolibc/string: Implement `strdup()` and `strndup()`Ammar Faizi-0/+32
2022-04-20tools/nolibc/string: Implement `strnlen()`Ammar Faizi-0/+9
2022-04-20tools/nolibc/string: do not use __builtin_strlen() at -O0Willy Tarreau-1/+10
2022-04-20tools/nolibc/string: add strcmp() and strncmp()Willy Tarreau-0/+23
2022-04-20tools/nolibc/string: export memset() and memmove()Willy Tarreau-2/+8
2022-04-20tools/nolibc: move exported functions to their own sectionWilly Tarreau-1/+1
2022-04-20tools/nolibc/string: add tiny versions of strncat() and strlcat()Willy Tarreau-0/+41
2022-04-20tools/nolibc/string: add strncpy() and strlcpy()Willy Tarreau-0/+28
2022-04-20tools/nolibc/string: slightly simplify memmove()Willy Tarreau-6/+14
2022-04-20tools/nolibc/string: use unidirectional variants for memcpy()Willy Tarreau-1/+23
2022-04-20tools/nolibc/string: split the string functions into string.hWilly Tarreau-0/+107