ReactOS 0.4.15-dev-8021-g7ce96fd
ff_string.h File Reference
#include "ff_types.h"
#include "ff_config.h"
#include <string.h>
Include dependency graph for ff_string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FF_stricmp   strcasecmp
 

Functions

void FF_tolower (FF_T_WCHAR *string, FF_T_UINT32 strLen)
 
void FF_toupper (FF_T_WCHAR *string, FF_T_UINT32 strLen)
 
FF_T_BOOL FF_strmatch (const FF_T_WCHAR *str1, const FF_T_WCHAR *str2, FF_T_UINT16 len)
 
FF_T_WCHARFF_strtok (const FF_T_WCHAR *string, FF_T_WCHAR *token, FF_T_UINT16 *tokenNumber, FF_T_BOOL *last, FF_T_UINT16 Length)
 
FF_T_BOOL FF_wildcompare (const FF_T_WCHAR *pszWildCard, const FF_T_WCHAR *pszString)
 
void FF_cstrtowcs (FF_T_WCHAR *wcsDest, const FF_T_INT8 *szpSource)
 
void FF_wcstocstr (FF_T_INT8 *szpDest, const FF_T_WCHAR *wcsSource)
 
void FF_cstrntowcs (FF_T_WCHAR *wcsDest, const FF_T_INT8 *szpSource, FF_T_UINT32 len)
 
void FF_wcsntocstr (FF_T_INT8 *szpDest, const FF_T_WCHAR *wcsSource, FF_T_UINT32 len)
 

Macro Definition Documentation

◆ FF_stricmp

#define FF_stricmp   strcasecmp

Definition at line 53 of file ff_string.h.

Function Documentation

◆ FF_cstrntowcs()

void FF_cstrntowcs ( FF_T_WCHAR wcsDest,
const FF_T_INT8 szpSource,
FF_T_UINT32  len 
)

◆ FF_cstrtowcs()

void FF_cstrtowcs ( FF_T_WCHAR wcsDest,
const FF_T_INT8 szpSource 
)

◆ FF_strmatch()

FF_T_BOOL FF_strmatch ( const FF_T_WCHAR str1,
const FF_T_WCHAR str2,
FF_T_UINT16  len 
)

◆ FF_strtok()

FF_T_WCHAR * FF_strtok ( const FF_T_WCHAR string,
FF_T_WCHAR token,
FF_T_UINT16 tokenNumber,
FF_T_BOOL last,
FF_T_UINT16  Length 
)

◆ FF_tolower()

void FF_tolower ( FF_T_WCHAR string,
FF_T_UINT32  strLen 
)

◆ FF_toupper()

void FF_toupper ( FF_T_WCHAR string,
FF_T_UINT32  strLen 
)

◆ FF_wcsntocstr()

void FF_wcsntocstr ( FF_T_INT8 szpDest,
const FF_T_WCHAR wcsSource,
FF_T_UINT32  len 
)

◆ FF_wcstocstr()

void FF_wcstocstr ( FF_T_INT8 szpDest,
const FF_T_WCHAR wcsSource 
)

◆ FF_wildcompare()

FF_T_BOOL FF_wildcompare ( const FF_T_WCHAR pszWildCard,
const FF_T_WCHAR pszString 
)