|
ReactOS 0.4.16-dev-2646-g1219156
|

Go to the source code of this file.
Macros | |
| #define | IS_DOTS(pch) ((*(pch) == L'.') && (((pch)[1] == 0) || (((pch)[1] == L'.') && ((pch)[2] == 0)))) |
| #define | HasWildcard(filename) ((wcschr((filename), L'*') != NULL) || (wcschr((filename), L'?') != NULL)) |
|
static |
Definition at line 100 of file fc.c.
Referenced by FileCompare().
Definition at line 42 of file fc.c.
Referenced by BinaryFileCompare(), and TextFileCompare().
Definition at line 90 of file fc.c.
Referenced by BinaryFileCompare(), and TextFileCompare().
|
static |
Definition at line 312 of file fc.c.
Referenced by FileCompareBothWild(), FileCompareOneSideWild(), FileCompareWildTitle(), and WildcardFileCompare().
|
static |
Definition at line 446 of file fc.c.
Referenced by WildcardFileCompare().
|
static |
|
static |
Definition at line 390 of file fc.c.
Referenced by WildcardFileCompare().
Definition at line 281 of file fc.c.
Referenced by FileCompare().
Definition at line 637 of file fc.c.
Definition at line 18 of file fc.c.
Referenced by BinaryFileCompare(), Finalize(), and TextFileCompare().
Definition at line 65 of file fc.c.
Referenced by Finalize(), and TextCompare().
| VOID PrintLineA | ( | const FILECOMPARE * | pFC, |
| DWORD | lineno, | ||
| LPCSTR | psz | ||
| ) |
| VOID PrintLineW | ( | const FILECOMPARE * | pFC, |
| DWORD | lineno, | ||
| LPCWSTR | psz | ||
| ) |
|
static |
Definition at line 209 of file fc.c.
Referenced by FileCompare().
|
static |
Definition at line 513 of file fc.c.
Referenced by wmain().
Definition at line 549 of file fc.c.