summaryrefslogtreecommitdiff
path: root/lib/libc/string/strchr.c
AgeCommit message (Expand)Author
2018-10-01As per POSIX, when str{,r}chr is comparing it should convert c to a char.Martijn van Duren
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingTheo de Raadt