capi/sstr.h File Reference

#include "type.h"
Include dependency graph for sstr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * sElimDelimterChars (const char *str, UINT32 *uParsedLen, UINT32 *uParsedLenAdd)
INT8 sHexDecToNum (const char ch)
INT8 sStrNCmp (const char *str1, const char *str2, UINT32 len)
INT8 sStrCmp (const char *str1, const char *str2)
UINT32 sStrLen (const char *str)
INT32 sAtoi (const char *str, UINT32 *uParsedLen, UINT32 *uParsedLenAdd)
const char * sStrStr (const char *in, const char *str)

Function Documentation

INT32 sAtoi ( const char *  str,
UINT32 uParsedLen,
UINT32 uParsedLenAdd 
)

References sHexDecToNum(), and sStrLen().

Referenced by ParseInt().

Here is the call graph for this function:

Here is the caller graph for this function:

const char* sElimDelimterChars ( const char *  str,
UINT32 uParsedLen,
UINT32 uParsedLenAdd 
)

Referenced by ParseInt(), and ParseParam().

Here is the caller graph for this function:

INT8 sHexDecToNum ( const char  ch  ) 

Referenced by sAtoi(), and WriteToSSDFromUART().

Here is the caller graph for this function:

INT8 sStrCmp ( const char *  str1,
const char *  str2 
)
UINT32 sStrLen ( const char *  str  ) 

Referenced by cmdLookup(), sAtoi(), and sStrStr().

Here is the caller graph for this function:

INT8 sStrNCmp ( const char *  str1,
const char *  str2,
UINT32  len 
)

Referenced by cmdLookup(), ParseCmdLine(), SeekNextSeparator(), and sStrStr().

Here is the caller graph for this function:

const char* sStrStr ( const char *  in,
const char *  str 
)

References sStrLen(), and sStrNCmp().

Referenced by PlayMJPEG().

Here is the call graph for this function:

Here is the caller graph for this function:

Generated on Wed Mar 23 11:08:34 2011 for Omnima LCD by  doxygen 1.6.3