glibc/intl
Wilco Dijkstra 32c7acd464 Replace rawmemchr (s, '\0') with strchr
Almost all uses of rawmemchr find the end of a string.  Since most targets use
a generic implementation, replacing it with strchr is better since that is
optimized by compilers into strlen (s) + s.  Also fix the generic rawmemchr
implementation to use a cast to unsigned char in the if statement.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2023-02-06 16:16:19 +00:00
..
bindtextdom.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dcgettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dcigettext.c Replace rawmemchr (s, '\0') with strchr 2023-02-06 16:16:19 +00:00
dcngettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Depend
dgettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dngettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
eval-plural.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
explodename.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
finddomain.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gettextP.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gmo.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
hash-string.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
hash-string.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
l10nflist.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
libintl.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
loadinfo.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
loadmsgcat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
locale.alias Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
localealias.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Makefile Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ngettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
plural-exp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
plural-exp.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
plural.y Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
po2test.awk Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
textdomain.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
translit.po
tst-codeset.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext2.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext2.sh Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext3.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext4-de.po * sysdeps/i386/i686/memcmp.S: Move misplaced END. 2005-04-28 18:21:03 +00:00
tst-gettext4-fr.po * sysdeps/i386/i686/memcmp.S: Move misplaced END. 2005-04-28 18:21:03 +00:00
tst-gettext4.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext4.sh Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext5.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext6.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext6.sh Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-gettext.sh Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-ngettext.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-translit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-translit.sh Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tstcodeset.po
tstlang1.po
tstlang2.po
Versions