Home
last modified time | relevance | path

Searched refs:OPT_SHORTNAME (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/cmdutils/xcopy/
H A Dxcopy.h42 #define OPT_SHORTNAME 0x00000200 macro
H A Dxcopy.c385 if (flags & OPT_SHORTNAME) { in XCOPY_DoCopy()
393 if (flags & OPT_SHORTNAME) { in XCOPY_DoCopy()
774 case 'N': flags |= OPT_SHORTNAME; break; in XCOPY_ParseCommandLine()