summaryrefslogtreecommitdiff
path: root/src/commonlib/bsd/string.c
AgeCommit message (Expand)Author
2024-08-19commonlib/bsd: Optimize strnlen()Julius Werner
2024-08-15commonlib/bsd/string: Fix pointer overflow for strnlen()Yu-Ping Wu
2024-08-14commonlib/bsd: Add strcat() and strncat() functionsYu-Ping Wu
2024-08-14commonlib/bsd: Add strlen() and strnlen() functionsYu-Ping Wu
2024-06-11treewide: Move skip_atoi function to commonlibKapil Porwal