nuttx/libs/libc/string
Tiago Medicci Serrano 58e97e521c libc/string: prevent libc in the kernel/userspace optionally
Add the `LIBC_PREVENT_STRING_KERNEL` and `LIBC_PREVENT_STRING_USER`
that are meant to be selected by the chip if no libc implementation
is going to be built. If selected, neither NuttX's software version
of the libc nor any architecture-specific implementation will be
built in the kernel or in the userspace, respectively. In this
case, the linker may provide a ROM-defined version of the libc
functions instead.
2023-05-17 13:58:48 +08:00
..
Kconfig libc: Print error code for unknown errors in strerror/gai_strerror 2023-04-22 01:46:39 +08:00
lib_bzero.c libc/lib_bzero:Add bzero prototype. 2023-02-25 08:07:07 +02: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
lib_memchr.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_memcmp.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_memcpy.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_memmem.c
lib_memmove.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_mempcpy.c libc/lib_memcpy.c: Add mempcpy method. 2023-02-17 15:15:19 +08:00
lib_memrchr.c
lib_memset.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_popcount.c
lib_popcountl.c
lib_popcountll.c
lib_rawmemchr.c libc/lib_rawmemchr.c:Add rawmemchr methon. 2023-02-24 04:06:04 +08:00
lib_rindex.c
lib_skipspace.c
lib_stpcpy.c
lib_stpncpy.c
lib_strcasecmp.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strcasestr.c
lib_strcat.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strchr.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strchrnul.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strcmp.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strcoll.c
lib_strcpy.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strcspn.c
lib_strdup.c change strcpy to strlcpy 2023-02-24 12:15:40 +08:00
lib_strerror.c libc: Print error code for unknown errors in strerror/gai_strerror 2023-04-22 01:46:39 +08:00
lib_strerrorr.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
lib_strlcat.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strlcpy.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strlen.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strncasecmp.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strncat.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strncmp.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strncpy.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strndup.c
lib_strnlen.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strpbrk.c
lib_strrchr.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
lib_strsep.c
lib_strsignal.c libs/libc/string: make strsignal() configurable similar to strerror() 2023-04-22 01:26:42 +08:00
lib_strspn.c
lib_strstr.c
lib_strtok.c
lib_strtokr.c
lib_strverscmp.c libc/versionsort: support versionsort and strverscmp 2023-01-15 11:24:40 +08:00
lib_strxfrm.c
lib_timingsafe_bcmp.c libc:add timingsafe_bcmp to libc 2022-09-05 22:27:05 +08:00
lib_vikmemcpy.c libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
Make.defs libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00