nuttx/libc/string
2015-10-02 16:30:35 -06:00
..
lib_isbasedigit.c
lib_memccpy.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_memchr.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_memcmp.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_memcpy.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_memmove.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_memset.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_skipspace.c
lib_stpcpy.c
lib_strcasecmp.c
lib_strcasestr.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strcat.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strchr.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strcmp.c
lib_strcpy.c
lib_strcspn.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strdup.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strerror.c Make some file section headers more consistent with standard 2015-04-08 07:32:08 -06:00
lib_strlen.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strncasecmp.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strncat.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strncmp.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strncpy.c Cosmetic change to force compliance with coding standard 2014-12-12 07:14:16 -06:00
lib_strndup.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strnlen.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strpbrk.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strrchr.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strspn.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strstr.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_strtok.c
lib_strtokr.c
lib_vikmemcpy.c
Make.defs