Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 2244) sorted by relevance

12345678910>>...90

/reactos/media/doc/
H A DWINESYNC.txt12 it has been fixed there. If so, please submit a patch to
13 ros-dev@reactos.org. Otherwise please send a patch to both
18 sdk/tools/unicode # Synced to WineStaging-4.18
19 sdk/tools/widl # Synced to WineStaging-4.0
20 sdk/tools/wpp # Synced to WineStaging-2.9
24 dll/directx/wine/amstream # Synced to WineStaging-3.9
54 dll/win32/avrt # Synced to Wine-9.7
71 dll/win32/dwmapi # Synced to Wine-8.14
111 dll/win32/mscoree # Synced to Wine-1.5.4
118 dll/win32/msi # Synced to Wine-9.8
[all …]
/reactos/modules/rostests/apitests/atl/
H A DCString.inl5 ok(test.IsEmpty() == true, "Expected test to be empty\n");
98 ok(c == 0, "Expected c to be 1, was: %i\n", c);
101 ok(c == 1, "Expected c to be 1, was: %i\n", c);
104 ok(c == 1, "Expected c to be 1, was: %i\n", c);
110 ok(c == 1, "Expected c to be 1, was: %i\n", c);
113 ok(c == 1, "Expected c to be 1, was: %i\n", c);
153 ok(n == 3, "Expected n to be 2, was %i\n", n);
155 ok(n == 4, "Expected n to be 4, was %i\n", n);
159 ok(n == 7, "Expected n to be 7, was %i\n", n);
161 ok(n == 7, "Expected n to be 7, was %i\n", n);
[all …]
H A DCPath.inl41 "Expected canon to be '\\', was: '%s'\n", dbgstrx(canon));
46 ok(ext == 23, "Expected ext to be 23, was: %i\n", ext);
48 ok(ext == -1, "Expected ext to be -1, was: %i\n", ext);
51 ok(name == 13, "Expected name to be 13, was: %i\n", name);
53 ok(name == -1, "Expected name to be -1, was: %i\n", name);
56 ok(drive == 2, "Expected drive to be 2, was: %i\n", drive);
58 ok(drive == -1, "Expected drive to be -1, was: %i\n", drive);
76 "Expected empty to be '', was: '%s'\n", dbgstrx(empty));
92 "Expected empty to be '', was: '%s'\n", dbgstrx(empty));
100 "Expected empty to be '', was: '%s'\n", dbgstrx(empty));
[all …]
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dmovebytes.c43 return (to);
45 if (from >= to) {
62 to = (char *)tol;
75 *to++ = *from++;
77 return (to);
80 *to++ = *from++;
82 return (to);
90 to += n;
92 ep = to;
116 *--to = *--from;
[all …]
H A Dzerobytes.c34 register char *to = (char *)tov; local
42 return (to);
46 *to++ = '\0';
48 return (to);
55 *to++ = '\0';
70 to = (char *)tol;
77 DO8 (*to++ = '\0');
82 *to++ = '\0';
84 return (to);
87 *to++ = '\0';
[all …]
/reactos/drivers/network/tcpip/lwip/
H A DUPGRADING2 ports or applications to be changed. Use it to update a port or an
42 * tcpip_trycallback() was renamed to tcpip_callbackmsg_trycallback() to avoid confusion
53 These can be used to post preallocated messages from an ISR to the tcpip thread
69 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
130 or to move buffers to dedicated memory using compiler attributes
160 * Renamed mem_realloc() to mem_trim() to prevent confusion with realloc()
200 * Converted mbox- and semaphore-functions to take pointers to sys_mbox_t/
215 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs
236 to be set accordingly.
260 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
[all …]
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-4.015 to specialize both type_traits and iterator_traits for a pointer to user-defined
42 * README fixed to be consistent about SGI iostreams setting (thanks to Ed Brey for the report)
240 * Iostreams ported to Apple MPW/MRC (thanks to Tsutomu Yoshida for the contribution)
242 * Iostreams ported to OSF1/Tru64 (thanks to Marc W. Mengel for the contribution)
244 * Iostreams ported to FreeBSD ( Thanks to Sms for the contribution)
301 exception specification due to inheritance (thanks to Joe for the report)
367 * "src" directory : source divided into smaller parts to be more manageable and to
498 * vc_common.mk : debug type changed to CV (thanks to Mike Pyle for the solution)
505 * __STL_USE_STATIC_LIB switch added to add flexibility to VC++ linking.
537 Note : default namespace changed to _STL:: to satisfy implementation
[all …]
/reactos/drivers/network/tcpip/lwip/doc/doxygen/
H A Dlwip.Doxyfile98 # documentation (similar to Javadoc). Set to NO to disable this.
524 # and Mac users are advised to set this option to NO.
551 # which file to include in order to use the member.
1047 # specified. Set to NO to disable this.
1345 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1490 # output directory to force them to be regenerated.
1717 # to HTML_HEADER.
2238 # set to NO
2403 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2408 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
[all …]
H A Dlwip.Doxyfile.cmake.in98 # documentation (similar to Javadoc). Set to NO to disable this.
524 # and Mac users are advised to set this option to NO.
551 # which file to include in order to use the member.
1047 # specified. Set to NO to disable this.
1345 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1490 # output directory to force them to be regenerated.
1717 # to HTML_HEADER.
2238 # set to NO
2403 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2408 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
[all …]
/reactos/modules/rosapps/applications/explorer-old/
H A DDoxyfile-all69 # Set to NO to disable this.
115 # path to strip.
121 # the reader which header file to include in order to use a class.
142 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
272 # Set it to YES to include the internal documentation.
280 # and Mac users are advised to set this option to NO.
320 # Note: This option applies only to the class list, not to the
413 # to stderr.
515 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
555 # which an include is specified. Set to NO to disable this.
[all …]
/reactos/
H A DDoxyfile107 # documentation (similar to Javadoc). Set to NO to disable this.
547 # and Mac users are advised to set this option to NO.
574 # which file to include in order to use the member.
1048 # specified. Set to NO to disable this.
1338 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1483 # output directory to force them to be regenerated.
1723 # to HTML_HEADER.
2215 # set to NO
2380 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2385 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
[all …]
H A DCOPYING314 to take away your freedom to share and change the works. By contrast,
15 the GNU General Public License is intended to guarantee your freedom to
50 Some devices are designed to deny users access to install or run
58 stand ready to extend this provision to those domains in future versions
136 work) run the object code and to modify the work, including scripts to
242 in an aggregate does not cause this License to apply to the other
283 clear directions next to the object code saying where to find the
437 You are not required to accept this License in order to receive or
623 How to Apply These Terms to Your New Programs
626 possible use to the public, the best way to achieve this is to make it
[all …]
/reactos/dll/3rdparty/libjpeg/
H A Dchange.log13 and to Martin Strunz for hint.
56 jpegtran: add an option to the -wipe switch to fill the region
104 Extend the bit depth support to all values from 8 to 12
183 Add option to compression library and cjpeg (-block N) to use
255 Added -nosmooth option to cjpeg, complementary to djpeg.
278 Add -raw option to rdjpgcom not to mangle the output.
367 will have to be changed.
404 JPEG formats; primarily, it can be used to convert baseline to progressive
410 * We changed jpeg_start_decompress() to be able to suspend; this makes all
413 to check the return value from jpeg_start_decompress(). You don't need to
[all …]
/reactos/sdk/tools/mkisofs/schilytools/libmdigest/
H A Dbyte_order.h182 # define be32_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument
183 # define le32_copy(to, index, from, length) rhash_swap_copy_str_to_u32((to), (index), (from), (leng… argument
184 # define be64_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument
185 # define le64_copy(to, index, from, length) rhash_swap_copy_str_to_u64((to), (index), (from), (leng… argument
186 # define me64_to_be_str(to, from, length) memcpy((to), (from), (length)) argument
187 # define me64_to_le_str(to, from, length) rhash_swap_copy_u64_to_str((to), (from), (length)) argument
195 # define be32_copy(to, index, from, length) rhash_swap_copy_str_to_u32((to), (index), (from), (leng… argument
196 # define le32_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument
198 # define le64_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument
199 # define me64_to_be_str(to, from, length) rhash_swap_copy_u64_to_str((to), (from), (length)) argument
[all …]
/reactos/dll/3rdparty/libpng/docs/
H A DCHANGES292 Minor changes to pngtest.c to suppress compiler warnings.
296 Minor changes to previous minor changes to pngtest.c
709 Added "png_jmp_env()" macro to pngconf.h, to help people migrate to the
1209 Revised makefiles to make symlink to libpng.so.NN in addition to libpngNN.so
1794 Fix Makefile.am to not try to link to noexistent files.
2061 Fix Makefile.am to not try to link to noexistent files.
2481 that they need to be updated, to remove references to pnggccrd.c and
4611 to check all compressed chunks known to libpng.
5158 to (png_byte), to avoid Coverity warnings.
5305 to png.h to avoid compatibility warnings.
[all …]
/reactos/modules/rosapps/applications/net/dhcpd/
H A DINSTALL18 `config.cache' that saves the results of its tests to speed up
22 If you need to do unusual things to compile the package, please try
23 to figure out how `configure' could check whether to do them, and mail
32 The simplest way to compile this package is:
37 `sh ./configure' instead to prevent `csh' from trying to execute
43 2. Type `make' to compile the package.
116 Some packages pay attention to `--enable-FEATURE' options to
126 `--x-libraries=DIR' to specify their locations.
141 need to know the host type.
151 If you want to set default values for `configure' scripts to share,
[all …]
/reactos/base/applications/network/telnet/doc/
H A Doptions.txt4 please send a bug report to Paul Brannan <pbranna@clemson.edu>.
16 INPUT_REDIR Specicies only to redirect input
17 OUTPUT_REDIR Specifies only to redirect output
30 Specifies the filename of a file to dump output to. (Default = "")
33 The name of the terminal type to send to the server. You
39 Some machines use the ASCII characters 128 to 155 for ANSI
49 this is the only way to get it. (Default = FALSE)
62 Setting this to false turns off all beeps; setting this to true turns on
90 This is to allow the ANSI parser to change the screen size when sent certain
112 Setting the following to -1 disables them:
[all …]
/reactos/media/fonts/doc/FreeFont/
H A DCOPYING.txt14 to take away your freedom to share and change the works. By contrast,
15 the GNU General Public License is intended to guarantee your freedom to
50 Some devices are designed to deny users access to install or run
58 stand ready to extend this provision to those domains in future versions
136 work) run the object code and to modify the work, including scripts to
242 in an aggregate does not cause this License to apply to the other
283 clear directions next to the object code saying where to find the
437 You are not required to accept this License in order to receive or
623 How to Apply These Terms to Your New Programs
626 possible use to the public, the best way to achieve this is to make it
[all …]
/reactos/media/fonts/doc/CourierNew/
H A DCOPYING.txt14 to take away your freedom to share and change the works. By contrast,
15 the GNU General Public License is intended to guarantee your freedom to
50 Some devices are designed to deny users access to install or run
58 stand ready to extend this provision to those domains in future versions
136 work) run the object code and to modify the work, including scripts to
242 in an aggregate does not cause this License to apply to the other
283 clear directions next to the object code saying where to find the
437 You are not required to accept this License in order to receive or
623 How to Apply These Terms to Your New Programs
626 possible use to the public, the best way to achieve this is to make it
[all …]
/reactos/sdk/lib/fslib/vfatlib/check/
H A DCOPYING14 to take away your freedom to share and change the works. By contrast,
15 the GNU General Public License is intended to guarantee your freedom to
50 Some devices are designed to deny users access to install or run
58 stand ready to extend this provision to those domains in future versions
136 work) run the object code and to modify the work, including scripts to
242 in an aggregate does not cause this License to apply to the other
283 clear directions next to the object code saying where to find the
437 You are not required to accept this License in order to receive or
623 How to Apply These Terms to Your New Programs
626 possible use to the public, the best way to achieve this is to make it
[all …]
/reactos/media/themes/Modern/modern.msstyles/
H A DLICENSE14 to take away your freedom to share and change the works. By contrast,
15 the GNU General Public License is intended to guarantee your freedom to
50 Some devices are designed to deny users access to install or run
58 stand ready to extend this provision to those domains in future versions
136 work) run the object code and to modify the work, including scripts to
242 in an aggregate does not cause this License to apply to the other
283 clear directions next to the object code saying where to find the
437 You are not required to accept this License in order to receive or
623 How to Apply These Terms to Your New Programs
626 possible use to the public, the best way to achieve this is to make it
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A Derror.c547 to->code = code; in __xmlRaiseError()
588 to->line = line; in __xmlRaiseError()
595 to->int1 = int1; in __xmlRaiseError()
596 to->int2 = col; in __xmlRaiseError()
597 to->node = node; in __xmlRaiseError()
598 to->ctxt = ctx; in __xmlRaiseError()
604 schannel(data, to); in __xmlRaiseError()
989 to->file = file; in xmlCopyError()
990 to->str1 = str1; in xmlCopyError()
991 to->str2 = str2; in xmlCopyError()
[all …]
/reactos/sdk/lib/3rdparty/zlib/
H A DChangeLog108 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
160 - Add note to contrib/blast to use binary mode in stdio
180 - Add casts and consts to ease user conversion to C++
196 - Cast to char * in gzprintf to avoid warnings [Zinser]
294 - Add assertions to fill_window() in deflate.c to match comments
323 - Change ON macro to Z_ARG to avoid application conflicts
389 - Update trees.c to be able to generate modified trees.h
427 - Update README to point to contrib/vstudio project files
466 - Update zlib.3, add docs to Makefile.in to make .pdf out of it
524 - Add --64 option to ./configure to use -m64 with gcc
[all …]
/reactos/dll/3rdparty/libtirpc/
H A DINSTALL5 unlimited permission to copy, distribute and modify it.
18 but you need to install libgssapi from the CITI before
49 If you need to do unusual things to compile the package, please try
50 to figure out how `configure' could check whether to do them, and mail
61 The simplest way to compile this package is:
66 `sh ./configure' instead to prevent `csh' from trying to execute
72 2. Type `make' to compile the package.
147 Some packages pay attention to `--enable-FEATURE' options to
178 need to know the machine type.
192 If you want to set default values for `configure' scripts to share,
[all …]
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A DCOPYING21 License is intended to guarantee your freedom to share and change free
24 Foundation's software and to any other program whose authors commit to
37 anyone to deny you these rights or to ask you to surrender the rights.
91 notices that refer to this License and to the absence of any warranty;
108 part thereof, to be licensed as a whole at no charge to all third
133 your rights to work written entirely by you; rather, the intent is to
223 It is not the purpose of this section to induce you to infringe any
234 This section is intended to make thoroughly clear what is believed to
290 Appendix: How to Apply These Terms to Your New Programs
293 possible use to the public, the best way to achieve this is to make it
[all …]

12345678910>>...90