Changeset View
Changeset View
Standalone View
Standalone View
lib/libc/string/Makefile.inc
| .if ${MK_MACHDEP_OPTIMIZATIONS} != "no" | .if ${MK_MACHDEP_OPTIMIZATIONS} != "no" | ||||
| .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/string | .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/string | ||||
| .endif | .endif | ||||
| .PATH: ${LIBC_SRCTOP}/string | .PATH: ${LIBC_SRCTOP}/string | ||||
| .PATH: ${SRCTOP}/sys/libkern | .PATH: ${SRCTOP}/sys/libkern | ||||
| CFLAGS+= -I${LIBC_SRCTOP}/locale | CFLAGS+= -I${LIBC_SRCTOP}/locale | ||||
| # machine-independent string sources | # machine-independent string sources | ||||
| MISRCS+=bcmp.c bcopy.c bzero.c explicit_bzero.c \ | MISRCS+=bcmp.c bcopy.c bzero.c explicit_bzero.c \ | ||||
| ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \ | ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \ | ||||
| memccpy.c memchr.c memrchr.c memcmp.c \ | memccpy.c memchr.c memrchr.c memcmp.c \ | ||||
| memcpy.c memmem.c memmove.c mempcpy.c memset.c memset_s.c \ | memcpy.c memmem.c memmove.c mempcpy.c memset.c memset_s.c \ | ||||
| memset_explicit.c \ | |||||
| stpcpy.c stpncpy.c strcasecmp.c \ | stpcpy.c stpncpy.c strcasecmp.c \ | ||||
| strcat.c strcasestr.c strchr.c strchrnul.c strcmp.c strcoll.c strcpy.c\ | strcat.c strcasestr.c strchr.c strchrnul.c strcmp.c strcoll.c strcpy.c\ | ||||
| strcspn.c strdup.c strerror.c strlcat.c strlcpy.c strlen.c strmode.c \ | strcspn.c strdup.c strerror.c strlcat.c strlcpy.c strlen.c strmode.c \ | ||||
| strncat.c strncmp.c strncpy.c strndup.c strnlen.c strnstr.c \ | strncat.c strncmp.c strncpy.c strndup.c strnlen.c strnstr.c \ | ||||
| strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \ | strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \ | ||||
| strverscmp.c strxfrm.c swab.c \ | strverscmp.c strxfrm.c swab.c \ | ||||
| timingsafe_bcmp.c \ | timingsafe_bcmp.c \ | ||||
| timingsafe_memcmp.c \ | timingsafe_memcmp.c \ | ||||
| Show All 35 Lines | |||||
| MLINKS+=ffs.3 ffsl.3 \ | MLINKS+=ffs.3 ffsl.3 \ | ||||
| ffs.3 ffsll.3 \ | ffs.3 ffsll.3 \ | ||||
| ffs.3 fls.3 \ | ffs.3 fls.3 \ | ||||
| ffs.3 flsl.3 \ | ffs.3 flsl.3 \ | ||||
| ffs.3 flsll.3 | ffs.3 flsll.3 | ||||
| MLINKS+=index.3 rindex.3 | MLINKS+=index.3 rindex.3 | ||||
| MLINKS+=memchr.3 memrchr.3 | MLINKS+=memchr.3 memrchr.3 | ||||
| MLINKS+=memcpy.3 mempcpy.3 | MLINKS+=memcpy.3 mempcpy.3 | ||||
| MLINKS+=memset.3 memset_s.3 | MLINKS+=memset.3 memset_s.3 \ | ||||
| memset.3 memset_explicit.3 | |||||
| MLINKS+=strcasecmp.3 strncasecmp.3 \ | MLINKS+=strcasecmp.3 strncasecmp.3 \ | ||||
| strcasecmp.3 strcasecmp_l.3 \ | strcasecmp.3 strcasecmp_l.3 \ | ||||
| strcasecmp.3 strncasecmp_l.3 | strcasecmp.3 strncasecmp_l.3 | ||||
| MLINKS+=strcat.3 strncat.3 | MLINKS+=strcat.3 strncat.3 | ||||
| MLINKS+=strchr.3 strrchr.3 \ | MLINKS+=strchr.3 strrchr.3 \ | ||||
| strchr.3 strchrnul.3 | strchr.3 strchrnul.3 | ||||
| MLINKS+=strcmp.3 strncmp.3 | MLINKS+=strcmp.3 strncmp.3 | ||||
| MLINKS+=strcoll.3 strcoll_l.3 | MLINKS+=strcoll.3 strcoll_l.3 | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||