nuttx/libs/libc/string
2025-05-23 10:48:41 +08:00
..
CMakeLists.txt libc: Rename LIBC_STRING_OPTIMIZE to LIBC_NEWLIB_OPTSPEED 2025-01-20 22:27:19 +08:00
Kconfig libc: Rename LIBC_STRING_OPTIMIZE to LIBC_NEWLIB_OPTSPEED 2025-01-20 22:27:19 +08:00
lib_bsdmemccpy.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_bsdmemchr.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_bsdmemcmp.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_bsdmemcpy.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_bsdmemrchr.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_bsdstpcpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstpncpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrcat.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrchr.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrchrnul.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrcmp.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrcpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrlen.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrncmp.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrncpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_bsdstrrchr.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_explicit_bzero.c
lib_ffs.c
lib_ffsl.c
lib_ffsll.c
lib_fls.c
lib_flsl.c
lib_flsll.c
lib_index.c
lib_isbasedigit.c
lib_memccpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_memchr.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_memcmp.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_memcpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_memmem.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_memmove.c Merge the newlibc string into NuttX. 2024-10-17 22:52:42 +08:00
lib_mempcpy.c
lib_memrchr.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_memset.c libc: Rename LIBC_STRING_OPTIMIZE to LIBC_NEWLIB_OPTSPEED 2025-01-20 22:27:19 +08:00
lib_popcount.c
lib_popcountl.c
lib_popcountll.c
lib_rawmemchr.c
lib_rindex.c
lib_skipspace.c
lib_stpcpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_stpncpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strcasecmp.c
lib_strcasestr.c
lib_strcat.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strchr.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strchrnul.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strcmp.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strcoll.c Merge the newlibc string into NuttX. 2024-10-17 22:52:42 +08:00
lib_strcpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strcspn.c
lib_strdup.c Merge the newlibc string into NuttX. 2024-10-17 22:52:42 +08:00
lib_strerror.c
lib_strerrorr.c
lib_strlcat.c
lib_strlcpy.c
lib_strlen.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strncasecmp.c
lib_strncat.c
lib_strncmp.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strncpy.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strndup.c libc: add nx_strdup() & nx_strndup() support 2024-10-15 01:16:48 +08:00
lib_strnlen.c
lib_strpbrk.c
lib_strrchr.c libc string:Separate code. 2024-10-23 09:49:19 +08:00
lib_strsep.c
lib_strsignal.c
lib_strspn.c
lib_strstr.c libc/memmem:porting open source memmem to Nuttx. 2024-10-16 18:41:50 +08:00
lib_strtok.c
lib_strtokr.c
lib_strverscmp.c
lib_strxfrm.c
lib_timingsafe_bcmp.c
lib_vikmemcpy.c libc: Rename LIBC_STRING_OPTIMIZE to LIBC_NEWLIB_OPTSPEED 2025-01-20 22:27:19 +08:00
Make.defs libc: Rename LIBC_STRING_OPTIMIZE to LIBC_NEWLIB_OPTSPEED 2025-01-20 22:27:19 +08:00