Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 25 of 79) sorted by relevance

1234

/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dinfcodes.c22 COPY, /* o: copying bytes in window, waiting for space */ enumerator
196 c->mode = COPY; in inflate_codes()
197 case COPY: /* o: copying bytes in window, waiting for space */ in inflate_codes()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxzlib.c41 #define COPY 1 /* copy input directly */ macro
193 case COPY: in xz_compressed()
523 state->how = COPY; in xz_head()
656 if (state->how == COPY) { /* straight copy */ in xz_make()
763 else if (state->how == COPY) { /* read directly */ in __libxml2_xzread()
/reactos/sdk/lib/3rdparty/zlib/
H A Dinflate.h36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
H A Dgzread.c163 state->how = COPY;
240 case COPY: /* -> COPY */
346 else if (state->how == COPY) { /* read directly */
H A Dgzguts.h166 #define COPY 1 /* copy input directly */ macro
/reactos/base/applications/cmdutils/reg/lang/
H A Dzh-TW.rc17 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
167 STRING_COPY_USAGE, "REG COPY <機碼1> <機碼2> [/s] [/f]\n\n\
H A Dru-RU.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
157 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dzh-CN.rc17 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
167 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dbg-BG.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dcs-CZ.rc13 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
162 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dda-DK.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
157 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dde-DE.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
157 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Den-US.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Des-ES.rc13 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
161 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dfr-FR.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dit-IT.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dja-JP.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
H A Dko-KR.rc8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
/reactos/base/applications/cmdutils/help/lang/
H A Dzh-TW.rc32 COPY 將一個或多個檔案複製到另一個位置。\n\
H A Dru-RU.rc33 COPY Копирование одного или нескольких файлов в другое место.\n\
H A Dja-JP.rc29 COPY 1 つまたは複数のファイルを別の場所にコピーします。\n\
H A Dzh-CN.rc35 COPY 将一个或多个文件复制到另一个位置。\n\
H A Del-GR.rc32 COPY Αντιγράφει ένα ή περισσότερα αρχεία σε άλλη θέση.\n\
H A Duk-UA.rc35 COPY Копiювання одного або бiльше файлiв в iнше мiсце.\n\
/reactos/modules/rostests/winetests/ntdll/
H A Drtl.c274 #define COPY(len) memset(dest,0,sizeof(dest_aligned_block)); pRtlMoveMemory(dest, src, len) macro
288 COPY(0); CMP(""); in test_RtlMoveMemory()
289 COPY(1); CMP("T"); in test_RtlMoveMemory()
290 COPY(2); CMP("Th"); in test_RtlMoveMemory()
291 COPY(3); CMP("Thi"); in test_RtlMoveMemory()
292 COPY(4); CMP("This"); in test_RtlMoveMemory()
293 COPY(5); CMP("This "); in test_RtlMoveMemory()
294 COPY(6); CMP("This i"); in test_RtlMoveMemory()
295 COPY(7); CMP("This is"); in test_RtlMoveMemory()
296 COPY(8); CMP("This is "); in test_RtlMoveMemory()
[all …]

1234