incubator-nuttx/libc/string
Gregory Nutt 639641dc04 The definition of strncpy() is that empty space should be zero-filled, the patch adds the zero filling (I didn’t know this, see e.g. the POSIX spec here: http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From Lorenz Meier. 2014-11-12 07:36:15 -06:00
..
Make.defs Move strol(), stroul(), and friends from libc/string to libc/stdlib where they belong 2014-01-16 08:03:26 -06:00
lib_isbasedigit.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_memccpy.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_memchr.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_memcmp.c Verify that z8 targets still build (under Cygwin) 2012-11-28 15:53:42 +00:00
lib_memcpy.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_memmove.c Verify that z8 targets still build (under Cygwin) 2012-11-28 15:53:42 +00:00
lib_memset.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_skipspace.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_stpcpy.c Forgot to add stpcpy.c in last commit 2014-01-10 07:09:59 -06:00
lib_strcasecmp.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strcasestr.c configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native 2012-12-09 17:34:53 +00:00
lib_strcat.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strchr.c Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen 2013-04-22 08:01:43 -06:00
lib_strcmp.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strcpy.c Add stpcpy() 2014-01-09 14:08:48 -06:00
lib_strcspn.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strdup.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
lib_strerror.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strlen.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strncasecmp.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strncat.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strncmp.c Add support for an ioctl that can be used to notify an application when there is a change in the network status signalled by a PHY interrupt 2014-08-16 12:56:02 -06:00
lib_strncpy.c The definition of strncpy() is that empty space should be zero-filled, the patch adds the zero filling (I didn’t know this, see e.g. the POSIX spec here: http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From Lorenz Meier. 2014-11-12 07:36:15 -06:00
lib_strndup.c Extend tools/configure.c for better compatibility with configure.sh 2013-01-05 16:07:37 +00:00
lib_strnlen.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strpbrk.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_strrchr.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strspn.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_strstr.c NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line 2014-01-10 15:23:26 -06:00
lib_strtok.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_strtokr.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_vikmemcpy.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00