aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/strchr.c
AgeCommit message (Collapse)AuthorFilesLines
2025-02-10newlib: string: refactor str/mem-family functionsAlexey Lapshin1-26/+6
Move common macros to local.h header
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-2/+1
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-2/+2
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _ANDYaakov Selkowitz1-1/+1
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2017-12-01string: remove TRAD_SYNOPSISYaakov Selkowitz1-7/+1
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2008-05-22Optimize the generic strchr.Eric Blake1-27/+42
* libc/string/strchr.c (strchr) [!__OPTIMIZE_SIZE__]: Pre-align data so unaligned searches aren't penalized. Special-case searching for 0.
2002-05-102002-05-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+2
* libc/string/strchr.c: Fix comment typo.
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+108