string.c File Reference

#include <lib/string.h>

Go to the source code of this file.

Functions

int memcmp (const void *dst, const void *src, size_t length)
void * memcpy (const void *dst, const void *src, size_t length)
int strcmp (const char *str1, const char *str2)
char * strcpy (char *dst, const char *src)
int strlen (const char *string)
int strncmp (const char *a, const char *b, size_t c)
void strncpy (char *dest, const char *src, size_t size)
char * strstr (const char *s, char *find)


Function Documentation

int memcmp ( const void *  dst,
const void *  src,
size_t  length 
)

Definition at line 98 of file string.c.

void* memcpy ( const void *  dst,
const void *  src,
size_t  length 
)

Definition at line 70 of file string.c.

int strcmp ( const char *  str1,
const char *  str2 
)

Definition at line 42 of file string.c.

char* strcpy ( char *  dst,
const char *  src 
)

Definition at line 33 of file string.c.

Referenced by main(), ubixfs_cacheNew(), and UbixFS::vfs_format().

int strlen ( const char *  string  ) 

Definition at line 87 of file string.c.

int strncmp ( const char *  a,
const char *  b,
size_t  c 
)

Definition at line 58 of file string.c.

void strncpy ( char *  dest,
const char *  src,
size_t  size 
)

Definition at line 123 of file string.c.

Referenced by bTree::bTree(), bTree::Insert(), bTree::insertNode(), UbixFS::mknod(), bTree::splitNode(), and UbixFS::vfs_mkdir().

char* strstr ( const char *  s,
char *  find 
)

Definition at line 136 of file string.c.

References NULL, strlen(), and strncmp().

Referenced by fopen(), sysChDir(), and sysMkDir().


Generated on Sun Dec 3 02:38:10 2006 for UbixOS V2 by  doxygen 1.4.7