This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libc
/
string
History
Juha Niskanen
21271c44b7
libs/libc/string/lib_strcspn.c: fix function name in comment
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-12-08 12:58:40 -06:00
..
Kconfig
…
lib_anbstr2cstr.c
…
lib_ancstr2bstr.c
…
lib_bmem2cmem.c
…
lib_bstrnlen.c
…
lib_cmem2bmem.c
…
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
…
lib_memcmp.c
…
lib_memcpy.c
…
lib_memmove.c
…
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
…
lib_nbstr2cstr.c
…
lib_ncstr2bstr.c
…
lib_popcount.c
…
lib_popcountl.c
…
lib_popcountll.c
…
lib_rindex.c
…
lib_skipspace.c
…
lib_stpcpy.c
…
lib_stpncpy.c
…
lib_strcasecmp.c
…
lib_strcasestr.c
…
lib_strcat.c
…
lib_strchr.c
…
lib_strcmp.c
…
lib_strcoll.c
…
lib_strcpy.c
…
lib_strcspn.c
…
lib_strdup.c
…
lib_strerror.c
…
lib_strerrorr.c
…
lib_strlcpy.c
…
lib_strlen.c
…
lib_strncasecmp.c
…
lib_strncat.c
…
lib_strncmp.c
…
lib_strncpy.c
…
lib_strndup.c
…
lib_strnlen.c
…
lib_strpbrk.c
…
lib_strrchr.c
…
lib_strsep.c
…
lib_strsignal.c
…
lib_strspn.c
…
lib_strstr.c
…
lib_strtok.c
…
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
…
lib_vikmemcpy.c
…
Make.defs
…