mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 13:19:01 +00:00
Standardize naming used for public data and function groupings
This commit is contained in:
parent
ac394041bf
commit
cb9e27c3b0
432 changed files with 503 additions and 503 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_MEMCMP
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_MEMMOVE
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_MEMSET
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRCAT
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include "lib_internal.h"
|
||||
|
||||
/************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
************************************************************************/
|
||||
|
||||
FAR char *strdup(const char *s)
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRLEN
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
#include <ctype.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRNCASECMP
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRNCAT
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRNCMP
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include "lib_internal.h"
|
||||
|
||||
/************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
************************************************************************/
|
||||
/************************************************************************
|
||||
* Name: strndup
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_ARCH_STRNLEN
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
char *strpbrk(const char *str, const char *charset)
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
************************************************************************/
|
||||
|
||||
/* The strrchr() function returns a pointer to the last
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <string.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
FAR char *strstr(FAR const char *str, FAR const char *substr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue