ReactOS 0.4.16-dev-13-ge2fc578
|
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <wine/debug.h>
#include <wine/unicode.h>
#include "xcopy.h"
Go to the source code of this file.
Classes | |
struct | _EXCLUDELIST |
Macros | |
#define | MAX_WRITECONSOLE_SIZE 65535 |
Typedefs | |
typedef struct _EXCLUDELIST | EXCLUDELIST |
Variables | |
static ULONG | filesCopied = 0 |
static EXCLUDELIST * | excludeList = NULL |
static FILETIME | dateRange |
static const WCHAR | wchr_slash [] = {'\\', 0} |
static const WCHAR | wchr_star [] = {'*', 0} |
static const WCHAR | wchr_dot [] = {'.', 0} |
static const WCHAR | wchr_dotdot [] = {'.', '.', 0} |
static WCHAR | copyFrom [MAX_PATH] |
static WCHAR | copyTo [MAX_PATH] |
#define MAX_WRITECONSOLE_SIZE 65535 |
typedef struct _EXCLUDELIST EXCLUDELIST |
Definition at line 679 of file xcopy.c.
Referenced by XCOPY_ParseCommandLine().
Definition at line 659 of file xcopy.c.
Referenced by find_end_of_word(), and skip_whitespace().
Definition at line 701 of file xcopy.c.
Referenced by next_part(), trim(), and XCOPY_ParseCommandLine().
WINE_DEFAULT_DEBUG_CHANNEL | ( | xcopy | ) |
Definition at line 1091 of file xcopy.c.
Definition at line 203 of file xcopy.c.
Referenced by XCOPY_CreateDirectory(), and XCOPY_DoCopy().
|
static |
Definition at line 347 of file xcopy.c.
Referenced by wmain(), and XCOPY_DoCopy().
Definition at line 179 of file xcopy.c.
Referenced by XCOPY_DoCopy(), XCOPY_ParseCommandLine(), and XCOPY_ProcessSourceParm().
Definition at line 83 of file xcopy.c.
Referenced by wmain(), XCOPY_DoCopy(), XCOPY_ParseCommandLine(), XCOPY_ProcessDestParm(), and XCOPY_ProcessExcludeFile().
|
static |
Definition at line 715 of file xcopy.c.
Referenced by wmain().
|
static |
Definition at line 1005 of file xcopy.c.
Referenced by wmain().
Definition at line 252 of file xcopy.c.
Referenced by XCOPY_ProcessExcludeList().
Definition at line 309 of file xcopy.c.
Referenced by XCOPY_ParseCommandLine().
|
static |
Definition at line 909 of file xcopy.c.
Referenced by wmain().
Definition at line 99 of file xcopy.c.
Referenced by wmain(), XCOPY_DoCopy(), XCOPY_FailMessage(), XCOPY_ParseCommandLine(), XCOPY_ProcessDestParm(), and XCOPY_ProcessExcludeFile().
Definition at line 75 of file xcopy.c.
Referenced by XCOPY_DoCopy().
Definition at line 76 of file xcopy.c.
Referenced by XCOPY_DoCopy().
|
static |
Definition at line 66 of file xcopy.c.
Referenced by XCOPY_DoCopy(), and XCOPY_ParseCommandLine().
|
static |
Definition at line 65 of file xcopy.c.
Referenced by wmain(), XCOPY_DoCopy(), XCOPY_ProcessExcludeFile(), and XCOPY_ProcessExcludeList().
|
static |
Definition at line 64 of file xcopy.c.
Referenced by wmain(), and XCOPY_DoCopy().
Definition at line 69 of file xcopy.c.
Referenced by XCOPY_DoCopy(), and XCOPY_ParseCommandLine().
Definition at line 70 of file xcopy.c.
Referenced by XCOPY_DoCopy().
Definition at line 67 of file xcopy.c.
Referenced by XCOPY_DoCopy(), XCOPY_ProcessDestParm(), and XCOPY_ProcessSourceParm().
Definition at line 68 of file xcopy.c.
Referenced by XCOPY_DoCopy(), and XCOPY_ProcessSourceParm().