Standardize naming used for public data and function groupings

This commit is contained in:
Gregory Nutt
2015-10-02 16:30:35 -06:00
parent ac394041bf
commit cb9e27c3b0
432 changed files with 503 additions and 503 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -46,7 +46,7 @@
#include <string.h>
/************************************************************
* Global Functions
* Public Functions
************************************************************/
#ifndef CONFIG_ARCH_MEMCMP
+1 -1
View File
@@ -46,7 +46,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -46,7 +46,7 @@
#include <string.h>
/************************************************************
* Global Functions
* Public Functions
************************************************************/
#ifndef CONFIG_ARCH_MEMMOVE
+1 -1
View File
@@ -60,7 +60,7 @@
#endif
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
#ifndef CONFIG_ARCH_MEMSET
+1 -1
View File
@@ -66,7 +66,7 @@ static FAR char *strcasechr(FAR const char *s, int uc)
}
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
FAR char *strcasestr(FAR const char *str, FAR const char *substr)
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
#ifndef CONFIG_ARCH_STRCAT
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -46,7 +46,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -44,7 +44,7 @@
#include "lib_internal.h"
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
FAR char *strdup(const char *s)
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
#ifndef CONFIG_ARCH_STRLEN
+1 -1
View File
@@ -48,7 +48,7 @@
#include <ctype.h>
/****************************************************************************
* Global Functions
* Public Functions
*****************************************************************************/
#ifndef CONFIG_ARCH_STRNCASECMP
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/************************************************************
* Global Functions
* Public Functions
************************************************************/
#ifndef CONFIG_ARCH_STRNCAT
+1 -1
View File
@@ -46,7 +46,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
*****************************************************************************/
#ifndef CONFIG_ARCH_STRNCMP
+1 -1
View File
@@ -44,7 +44,7 @@
#include "lib_internal.h"
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
/************************************************************************
* Name: strndup
+1 -1
View File
@@ -49,7 +49,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
#ifndef CONFIG_ARCH_STRNLEN
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
char *strpbrk(const char *str, const char *charset)
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
/* The strrchr() function returns a pointer to the last
+1 -1
View File
@@ -46,7 +46,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
/****************************************************************************
+1 -1
View File
@@ -42,7 +42,7 @@
#include <string.h>
/****************************************************************************
* Global Functions
* Public Functions
****************************************************************************/
FAR char *strstr(FAR const char *str, FAR const char *substr)