Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
string.h File Reference

Go to the source code of this file.

Macros

#define __HAVE_ARCH_STRCPY   1
 
#define __HAVE_ARCH_STRNCPY   1
 
#define __HAVE_ARCH_STRCAT   1
 
#define __HAVE_ARCH_STRNCAT   1
 
#define __HAVE_ARCH_STRCMP   1
 
#define __HAVE_ARCH_STRNCMP   1
 
#define __HAVE_ARCH_STRNICMP   1
 
#define __HAVE_ARCH_STRCHR   1
 
#define __HAVE_ARCH_STRRCHR   1
 
#define __HAVE_ARCH_STRSTR   1
 
#define __HAVE_ARCH_STRLEN   1
 
#define __HAVE_ARCH_STRNLEN   1
 
#define __HAVE_ARCH_MEMSET   1
 
#define __HAVE_ARCH_MEMCPY   1
 
#define __HAVE_ARCH_MEMMOVE   1
 
#define __HAVE_ARCH_MEMSCAN   1
 
#define __HAVE_ARCH_MEMCMP   1
 
#define __HAVE_ARCH_MEMCHR   1
 
#define __HAVE_ARCH_STRTOK   1
 

Macro Definition Documentation

#define __HAVE_ARCH_MEMCHR   1

Definition at line 39 of file string.h.

#define __HAVE_ARCH_MEMCMP   1

Definition at line 38 of file string.h.

#define __HAVE_ARCH_MEMCPY   1

Definition at line 35 of file string.h.

#define __HAVE_ARCH_MEMMOVE   1

Definition at line 36 of file string.h.

#define __HAVE_ARCH_MEMSCAN   1

Definition at line 37 of file string.h.

#define __HAVE_ARCH_MEMSET   1

Definition at line 34 of file string.h.

#define __HAVE_ARCH_STRCAT   1

Definition at line 24 of file string.h.

#define __HAVE_ARCH_STRCHR   1

Definition at line 29 of file string.h.

#define __HAVE_ARCH_STRCMP   1

Definition at line 26 of file string.h.

#define __HAVE_ARCH_STRCPY   1

Definition at line 22 of file string.h.

#define __HAVE_ARCH_STRLEN   1

Definition at line 32 of file string.h.

#define __HAVE_ARCH_STRNCAT   1

Definition at line 25 of file string.h.

#define __HAVE_ARCH_STRNCMP   1

Definition at line 27 of file string.h.

#define __HAVE_ARCH_STRNCPY   1

Definition at line 23 of file string.h.

#define __HAVE_ARCH_STRNICMP   1

Definition at line 28 of file string.h.

#define __HAVE_ARCH_STRNLEN   1

Definition at line 33 of file string.h.

#define __HAVE_ARCH_STRRCHR   1

Definition at line 30 of file string.h.

#define __HAVE_ARCH_STRSTR   1

Definition at line 31 of file string.h.

#define __HAVE_ARCH_STRTOK   1

Definition at line 40 of file string.h.