/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | infcodes.c | 22 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 D | xzlib.c | 41 #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 D | inflate.h | 36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
|
H A D | gzread.c | 163 state->how = COPY; 240 case COPY: /* -> COPY */ 346 else if (state->how == COPY) { /* read directly */
|
H A D | gzguts.h | 166 #define COPY 1 /* copy input directly */ macro
|
/reactos/base/applications/cmdutils/reg/lang/ |
H A D | zh-TW.rc | 17 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 167 STRING_COPY_USAGE, "REG COPY <機碼1> <機碼2> [/s] [/f]\n\n\
|
H A D | ru-RU.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 157 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | zh-CN.rc | 17 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 167 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | bg-BG.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | cs-CZ.rc | 13 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 162 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | da-DK.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 157 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | de-DE.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 157 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | en-US.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | es-ES.rc | 13 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 161 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | fr-FR.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | it-IT.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | ja-JP.rc | 8 ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\ 158 STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
|
H A D | ko-KR.rc | 8 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 D | zh-TW.rc | 32 COPY 將一個或多個檔案複製到另一個位置。\n\
|
H A D | ru-RU.rc | 33 COPY Копирование одного или нескольких файлов в другое место.\n\
|
H A D | ja-JP.rc | 29 COPY 1 つまたは複数のファイルを別の場所にコピーします。\n\
|
H A D | zh-CN.rc | 35 COPY 将一个或多个文件复制到另一个位置。\n\
|
H A D | el-GR.rc | 32 COPY Αντιγράφει ένα ή περισσότερα αρχεία σε άλλη θέση.\n\
|
H A D | uk-UA.rc | 35 COPY Копiювання одного або бiльше файлiв в iнше мiсце.\n\
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | rtl.c | 274 #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 …]
|