mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
Now that we have an optimised memchr(3), we can use it to implement strnlen(3) with better perofrmance. Sponsored by: The FreeBSD Foundation Approved by: mjg MFC after: 1 week MFC to: stable/14 Differential Revision: https://reviews.freebsd.org/D41598 (cherry picked from commit 331737281c1929c29e679e48783055351ac4fbd9)
18 lines
215 B
Makefile
18 lines
215 B
Makefile
|
|
MDSRCS+= \
|
|
amd64_archlevel.c \
|
|
bcmp.S \
|
|
memchr.S \
|
|
memcmp.S \
|
|
memcpy.S \
|
|
memmove.S \
|
|
memset.S \
|
|
stpcpy.S \
|
|
strcat.S \
|
|
strchrnul.S \
|
|
strcmp.S \
|
|
strcpy.c \
|
|
strcspn.S \
|
|
strlen.S \
|
|
strnlen.c \
|
|
strspn.S
|