nuttx/libs/libc/string
mage1 2a08dc1685 add #undef for some stdlibc api.
Change-Id: I6253a9231af8809e8362f4bc5a1bd67fb094c3b0
2021-04-14 15:46:28 +08:00
..
Kconfig Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
lib_anbstr2cstr.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_ancstr2bstr.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_bmem2cmem.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_bstrnlen.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_cmem2bmem.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_explicit_bzero.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_ffs.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_ffsl.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_ffsll.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_fls.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_flsl.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_flsll.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_index.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_isbasedigit.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_memccpy.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_memchr.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_memcmp.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_memcpy.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_memmove.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_memrchr.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_memset.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_nbstr2cstr.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_ncstr2bstr.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_popcount.c libc: Implement popcount/popcountl/popcountll 2020-09-21 07:37:04 -07:00
lib_popcountl.c libc: Implement popcount/popcountl/popcountll 2020-09-21 07:37:04 -07:00
lib_popcountll.c libc: Implement popcount/popcountl/popcountll 2020-09-21 07:37:04 -07:00
lib_rindex.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_skipspace.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_stpcpy.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_stpncpy.c libs/libc: Correct some errors in psignal() and stpncpy(). 2018-10-24 17:15:51 -06:00
lib_strcasecmp.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strcasestr.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lib_strcat.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strchr.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strcmp.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strcoll.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strcpy.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strcspn.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strdup.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strerror.c Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request #757) 2018-11-12 15:36:35 +00:00
lib_strerrorr.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
lib_strlcpy.c libc: Implement strlcpy function 2020-08-14 03:44:26 -07:00
lib_strlen.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strncasecmp.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strncat.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strncmp.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strncpy.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strndup.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strnlen.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strpbrk.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strrchr.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strsep.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
lib_strsignal.c Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
lib_strspn.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strstr.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strtok.c add #undef for some stdlibc api. 2021-04-14 15:46:28 +08:00
lib_strtokr.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_strxfrm.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
lib_vikmemcpy.c This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now. 2018-05-29 13:21:26 -06:00
Make.defs libc: fix compile warning 2021-03-06 13:27:14 +08:00