GPS4Palm

Source Code Documentation


stringil.h File Reference

#include <Unix/sys_types.h>

Include dependency graph for stringil.h:

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

Go to the source code of this file.

Defines

#define VALT   int
#define SIZET   size_t

Functions

void * memset (void *dst, VALT val, SIZET num)
void * memcpy (void *dst, const void *src, SIZET num)
int memcmp (void *dst, const void *src, SIZET num)
void * memccpy (void *dst, const void *src, int c, SIZET num)
void * memmove (void *dst, const void *src, SIZET num)
SIZET strlen (char *dst)
char * strcat (char *dst, const char *src)
char * strncat (char *dst, const char *src, SIZET num)
char * strcpy (char *dst, const char *src)
int strcmp (const char *dst, const char *src)
int strncmp (const char *dst, const char *src, SIZET num)
char * strncpy (char *dst, const char *src, SIZET num)
void * memchr (const void *dst, VALT val, SIZET num)
char * strchr (const char *dst, int val)


Define Documentation

#define SIZET   size_t
 

Definition at line 39 of file stringil.h.

Referenced by strlen().

#define VALT   int
 

Definition at line 38 of file stringil.h.


Function Documentation

void* memccpy void *  dst,
const void *  src,
int  c,
SIZET  num
[inline]
 

Definition at line 84 of file stringil.h.

void* memchr const void *  dst,
VALT  val,
SIZET  num
[inline]
 

Definition at line 173 of file stringil.h.

int memcmp void *  dst,
const void *  src,
SIZET  num
[inline]
 

Definition at line 74 of file stringil.h.

Referenced by doPNG().

void* memcpy void *  dst,
const void *  src,
SIZET  num
[inline]
 

Definition at line 66 of file stringil.h.

Referenced by FileSelFormHandleEvent(), getdir(), imginfo(), and search_map().

void* memmove void *  dst,
const void *  src,
SIZET  num
[inline]
 

Definition at line 94 of file stringil.h.

void* memset void *  dst,
VALT  val,
SIZET  num
[inline]
 

Definition at line 58 of file stringil.h.

Referenced by dobitmap(), getdir(), and nextLWZ().

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

Definition at line 117 of file stringil.h.

char* strchr const char *  dst,
int  val
[inline]
 

Definition at line 183 of file stringil.h.

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

Definition at line 142 of file stringil.h.

Referenced by doPNG(), and imginfo().

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

Definition at line 135 of file stringil.h.

Referenced by doGIF().

SIZET strlen char *  dst  )  [inline]
 

Definition at line 109 of file stringil.h.

References SIZET.

Referenced by getdir(), imginfo(), and MapFormHandleEvent().

char* strncat char *  dst,
const char *  src,
SIZET  num
[inline]
 

Definition at line 126 of file stringil.h.

int strncmp const char *  dst,
const char *  src,
SIZET  num
[inline]
 

Definition at line 151 of file stringil.h.

Referenced by doGIF(), imginfo(), and MapFormHandleEvent().

char* strncpy char *  dst,
const char *  src,
SIZET  num
[inline]
 

Definition at line 163 of file stringil.h.


Created: Mon, 08 Oct 2007 22:33:16 +0200
Copyright ©2004 M. Prinke