repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcasecmp...
[glibc.git]
/
sysdeps
/
i386
/
i686
/
multiarch
/
strpbrk.S
blob
7201d6376ff976b9151518685c5c401cdb13fb59
1
/* Multiple versions of strpbrk
2
All versions must be listed in ifunc-impl-list.c. */
3
#define STRCSPN strpbrk
4
#define USE_AS_STRPBRK
5
#include "strcspn.S"