/
clang
/
musl
ОбзорДокументацияВойти
/
clang
/
musl
Код
Вики
Пакеты
0
Релизы
0
Аналитика
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
musl/
src/string/
..
aarch64

add optimized aarch64 memcpy and memset

6 лет назад
arm

add big-endian support to ARM assembler memcpy

6 лет назад
i386

remove the last of possible-textrels from i386 asm

11 лет назад
x86_64

remove potentially PIC-incompatible relocations from x86_64 and x32 asm

11 лет назад
bcmp.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
bcopy.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
bzero.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
explicit_bzero.c

optimize explicit_bzero for size

8 лет назад
index.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
memccpy.c

remove redundant condition in memccpy

6 лет назад
memchr.c

fix aliasing-based undefined behavior in string functions

8 лет назад
memcmp.c

initial check-in, version 0.5.0

16 лет назад
memcpy.c

optimized C memcpy

13 лет назад
memmem.c

fix undefined behavior from signed overflow in strstr and memmem

6 лет назад
memmove.c

fix aliasing-based undefined behavior in string functions

8 лет назад
mempcpy.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
memrchr.c

reduce spurious inclusion of libc.h

8 лет назад
memset.c

fix undefined behavior in memset due to missing sequence points

9 лет назад
rindex.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
stpcpy.c

fix aliasing-based undefined behavior in string functions

8 лет назад
stpncpy.c

fix aliasing-based undefined behavior in string functions

8 лет назад
strcasecmp.c

reduce spurious inclusion of libc.h

8 лет назад
strcasestr.c

fix strcasestr failing to find zero-length needle

год назад
strcat.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
strchr.c

overhaul internally-public declarations using wrapper headers

8 лет назад
strchrnul.c

fix aliasing-based undefined behavior in string functions

8 лет назад
strcmp.c

strcmp: Remove unnecessary check for *r

13 лет назад
strcpy.c

overhaul internally-public declarations using wrapper headers

8 лет назад
strcspn.c

overhaul internally-public declarations using wrapper headers

8 лет назад
strdup.c

remove or make static various unused __-prefixed symbols

8 лет назад
strerror_r.c

reduce spurious inclusion of libc.h

8 лет назад
strlcat.c

more header cleanup and conformance fixes - string.h

15 лет назад
strlcpy.c

fix aliasing-based undefined behavior in string functions

8 лет назад
strlen.c

fix aliasing-based undefined behavior in string functions

8 лет назад
strncasecmp.c

reduce spurious inclusion of libc.h

8 лет назад
strncat.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
strncmp.c

fix all implicit conversion between signed/unsigned pointers

15 лет назад
strncpy.c

overhaul internally-public declarations using wrapper headers

8 лет назад
strndup.c

initial check-in, version 0.5.0

16 лет назад
strnlen.c

initial check-in, version 0.5.0

16 лет назад
strpbrk.c

initial check-in, version 0.5.0

16 лет назад
strrchr.c

overhaul internally-public declarations using wrapper headers

8 лет назад
strsep.c

fix prototype for strsep

15 лет назад
strsignal.c

handle possibility that SIGEMT replaces SIGSTKFLT in strsignal

6 лет назад
strspn.c

fix all implicit conversion between signed/unsigned pointers

15 лет назад
strstr.c

fix misleading comment in strstr

6 лет назад
strtok.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
strtok_r.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
strverscmp.c

fix strverscmp comparison of digit sequence with non-digits

4 года назад
swab.c

fix handling of odd lengths in swab function

12 лет назад
wcpcpy.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
wcpncpy.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
wcscasecmp.c

add all missing wchar functions except floating point parsers

14 лет назад
wcscasecmp_l.c

add all missing wchar functions except floating point parsers

14 лет назад
wcscat.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
wcschr.c

initial check-in, version 0.5.0

16 лет назад
wcscmp.c

fix return value of wcs{,n}cmp for extreme wchar_t values

4 года назад
wcscpy.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
wcscspn.c

initial check-in, version 0.5.0

16 лет назад
wcsdup.c

reduce spurious inclusion of libc.h

8 лет назад
wcslen.c

initial check-in, version 0.5.0

16 лет назад
wcsncasecmp.c

add all missing wchar functions except floating point parsers

14 лет назад
wcsncasecmp_l.c

add all missing wchar functions except floating point parsers

14 лет назад
wcsncat.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
wcsncmp.c

fix return value of wcs{,n}cmp for extreme wchar_t values

4 года назад
wcsncpy.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
wcsnlen.c

add all missing wchar functions except floating point parsers

14 лет назад
wcspbrk.c

initial check-in, version 0.5.0

16 лет назад
wcsrchr.c

fix wrong type for wcsrchr argument 2

15 лет назад
wcsspn.c

initial check-in, version 0.5.0

16 лет назад
wcsstr.c

fix false negatives with periodic needles in strstr, wcsstr, and memmem

12 лет назад
wcstok.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
wcswcs.c

initial check-in, version 0.5.0

16 лет назад
wmemchr.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
wmemcmp.c

fix return value of wmemcmp for extreme wchar_t values

3 года назад
wmemcpy.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
wmemmove.c

optimize nop case of wmemmove

8 лет назад
wmemset.c

include cleanups: remove unused headers and add feature test macros

13 лет назад