Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

linux/string.h File Reference

#include <linux/types.h>
#include <linux/stddef.h>
#include <asm/string.h>

Include dependency graph for linux/string.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strcpy (char *, const char *)
char * strncpy (char *, const char *, __kernel_size_t)
char * strcat (char *, const char *)
char * strncat (char *, const char *, __kernel_size_t)
char * strchr (const char *, int)
char * strrchr (const char *, int)
char * strpbrk (const char *, const char *)
char * strtok (char *, const char *)
char * strstr (const char *, const char *)
__kernel_size_t strlen (const char *)
__kernel_size_t strnlen (const char *, __kernel_size_t)
__kernel_size_t strspn (const char *, const char *)
int strcmp (const char *, const char *)
int strncmp (const char *, const char *, __kernel_size_t)
int strnicmp (const char *, const char *, __kernel_size_t)
void * memset (void *, int, __kernel_size_t)
void * memcpy (void *, const void *, __kernel_size_t)
void * memmove (void *, const void *, __kernel_size_t)
void * memscan (void *, int, __kernel_size_t)
int memcmp (const void *, const void *, __kernel_size_t)

Variables

char * ___strtok


Function Documentation

int memcmp const void *  ,
const void *  ,
__kernel_size_t 
 

void* memcpy void *  ,
const void *  ,
__kernel_size_t 
 

void* memmove void *  ,
const void *  ,
__kernel_size_t 
 

void* memscan void *  ,
int  ,
__kernel_size_t 
 

void* memset void *  ,
int  ,
__kernel_size_t 
 

char* strcat char *  ,
const char * 
[inline]
 

Definition at line 67 of file string-486.h.

References __asm__(), dummy, and tmp.

Here is the call graph for this function:

char* strchr const char *  ,
int 
[inline]
 

Definition at line 162 of file string-486.h.

References __asm__(), and NULL.

Here is the call graph for this function:

int strcmp const char *  ,
const char * 
[inline]
 

Definition at line 113 of file string-486.h.

References __asm__().

Here is the call graph for this function:

char* strcpy char *  ,
const char * 
[inline]
 

Definition at line 20 of file string-486.h.

References __asm__(), dummy, and tmp.

Here is the call graph for this function:

__kernel_size_t strlen const char *   )  [inline]
 

Definition at line 559 of file arch/ppc/mbxboot/misc.c.

char* strncat char *  ,
const char *  ,
__kernel_size_t 
 

int strncmp const char *  ,
const char *  ,
__kernel_size_t 
 

char* strncpy char *  ,
const char *  ,
__kernel_size_t 
 

int strnicmp const char *  ,
const char *  ,
__kernel_size_t 
 

Referenced by ips_setup(), isofs_cmpi_common(), vfat_cmpi(), and vfat_valid_longname().

__kernel_size_t strnlen const char *  ,
__kernel_size_t 
 

char* strpbrk const char *  ,
const char * 
[inline]
 

Definition at line 250 of file string-486.h.

References __asm__(), NULL, and xffffffff.

Here is the call graph for this function:

char* strrchr const char *  ,
int 
[inline]
 

Definition at line 181 of file string-486.h.

References __asm__(), NULL, p, and strlen.

Here is the call graph for this function:

__kernel_size_t strspn const char *  ,
const char * 
[inline]
 

Definition at line 198 of file string-486.h.

References __asm__(), a, count, p, and xffffffff.

Here is the call graph for this function:

char* strstr const char *  ,
const char * 
[inline]
 

Definition at line 279 of file string-486.h.

References __asm__(), l1, l2, memcmp, NULL, strlen, and xffffffff.

Here is the call graph for this function:

char* strtok char *  ,
const char * 
[inline]
 

Definition at line 350 of file string-486.h.

References ___strtok, __asm__(), NULL, send, strpbrk(), and strspn().

Here is the call graph for this function:


Variable Documentation

char* ___strtok
 

Definition at line 45 of file lib/string.c.

Referenced by strtok().