#include "libFireBird.h"Go to the source code of this file.
Functions | |
| bool | isLegalChar (const byte *, eRemoveChars) |
| char * | stricstr (const char *, const char *) |
Variables | |
| char | AnsiUpper [30] |
| char | AnsiLower [30] |
| char | UTF8Upper [64] |
| char | UTF8Lower [64] |
| bool isLegalChar | ( | const byte * | c, |
| eRemoveChars | ControlCharacters | ||
| ) |
Definition at line 3 of file isLegalChar.c.
References ControlChars, InvalidFileNameChars, isUTF8Char(), LFChars, NonPrintableChars, TRACEENTER, and TRACEEXIT.
Referenced by ReplaceInvalidFileNameChars(), and ValidFileName().
| char * stricstr | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Definition at line 8 of file stricstr.c.
|
extern |
Definition at line 133 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().
|
extern |
Definition at line 132 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().
|
extern |
Definition at line 136 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().
|
extern |
Definition at line 135 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().