/reactos/modules/rostests/apitests/compiler/ms/eh/ |
H A D | ehframes.cpp | 47 puts(__FUNCTION__); in Simple() 55 puts(__FUNCTION__); in Try() 68 puts(__FUNCTION__); in GSCookie() 77 puts(__FUNCTION__); in TryAndGSCookie() 91 puts(__FUNCTION__); in Align() 100 puts(__FUNCTION__); in TryAndAlign() 114 puts(__FUNCTION__); in GSCookieAndAlign() 124 puts(__FUNCTION__); in TryAndGSCookieAndAlign() 139 puts(__FUNCTION__); in Alloca() 147 puts(__FUNCTION__); in TryAndAlloca() [all …]
|
H A D | ehthrow.cxx | 432 puts("Rethrow"); in foo9() 435 puts("In catch #2"); in foo9() 443 puts("Throwing B"); in test9() 446 puts("In catch #1"); in test9() 449 puts("End of test9, throwing a A"); in test9() 456 puts("Throwing a new B()"); in foo10() 459 puts("In catch #2"); in foo10() 467 puts("Throwing B"); in test10() 470 puts("In catch #1"); in test10() 473 puts("End of test10, throwing a A"); in test10()
|
H A D | ihateeh.cxx | 148 puts("Try simple ctor"); in test() 151 puts("Try question op ctor"); in test() 154 puts("Try a more complex question op ctor"); in test() 157 puts("Try mbarg copy ctors, and return UDT"); in test() 160 puts("Try a more complex mbarg copy ctors, and a function call"); in test() 163 puts("Try temporary expressions, and return UDT"); in test()
|
/reactos/modules/rostests/apitests/compiler/ms/seh/ |
H A D | sehframes.cpp | 43 puts(__FUNCTION__); in Simple() 52 puts(__FUNCTION__); in Try() 63 puts(__FUNCTION__); in GSCookie() 73 puts(__FUNCTION__); in TryAndGSCookie() 85 puts(__FUNCTION__); in Align() 95 puts(__FUNCTION__); in TryAndAlign() 107 puts(__FUNCTION__); in GSCookieAndAlign() 120 puts(__FUNCTION__); in TryAndGSCookieAndAlign() 136 puts(__FUNCTION__); in Alloca() 147 puts(__FUNCTION__); in TryAndAlloca() [all …]
|
/reactos/sdk/lib/3rdparty/stlport/test/eh/ |
H A D | locale.cpp | 43 if(char_type.is(ctype_base::upper, '�')) puts("Upper"); in main() 44 if(char_type.is(ctype_base::lower, '�')) puts("Lower"); in main() 45 puts("Next"); in main() 46 if(isupper('�', cout.getloc())) puts("Upper"); in main() 47 if(islower('�', cout.getloc())) puts("Lower"); in main()
|
/reactos/modules/rostests/tests/mktime/ |
H A D | mktime.c | 22 (void)puts("-unknown-"); in main() 25 (void)puts(daybuf); in main()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | config.guess | 529 puts("powerpc-ibm-aix3.2.5"); 613 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 614 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 619 case 64: puts ("hppa2.0w"); break; 620 case 32: puts ("hppa2.0n"); break; 621 default: puts ("hppa2.0"); break; 624 puts ("hppa2.0"); break; 626 default: puts ("hppa1.0"); break; 670 default: puts ("hppa-hitachi-hiuxwe2"); break; 674 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/reactos/boot/armllb/ |
H A D | crtsupp.c | 23 puts(const char* string) in puts() function 40 return puts(printbuffer); in printf()
|
/reactos/sdk/tools/pipetools/ |
H A D | pipetunnel.cpp | 280 puts("\nnamed pipe connected, now waiting for TCP connection..."); in main() 286 puts("TCP connection established."); in main() 305 puts("\nconnection closed."); // normal connection termination in main()
|
/reactos/base/applications/cmdutils/dbgprint/ |
H A D | dbgprint.c | 70 puts(psBuffer2); in _tmain() 92 puts(psBuffer); in _tmain()
|
/reactos/modules/rostests/tests/wcstombs-tests/ |
H A D | wcstombs-tests.c | 20 … puts("setlocale failed for " locale ", this locale is probably not installed on your system"); \ 42 puts("CRT-Tests"); in CRT_Tests() 43 puts("---------"); in CRT_Tests() 198 puts("Win32-Tests"); in Win32_Tests() 199 puts("-----------"); in Win32_Tests()
|
/reactos/sdk/include/c++/ |
H A D | cstdio | 35 #undef puts 82 using ::puts;
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | inflate.c | 351 puts(" /* inffixed.h -- table for decoding fixed codes"); in makefixed() 352 puts(" * Generated automatically by makefixed()."); in makefixed() 353 puts(" */"); in makefixed() 354 puts(""); in makefixed() 355 puts(" /* WARNING: this file should *not* be used by applications."); in makefixed() 356 puts(" It is part of the implementation of this library and is"); in makefixed() 357 puts(" subject to change. Applications should only use zlib.h."); in makefixed() 358 puts(" */"); in makefixed() 359 puts(""); in makefixed() 370 puts("\n };"); in makefixed() [all …]
|
H A D | configure | 484 if (sizeof(void *) <= sizeof(int)) puts("int"); 485 else if (sizeof(void *) <= sizeof(long)) puts("long"); 486 else puts("z_longlong"); 495 if (sizeof(void *) <= sizeof(int)) puts("int"); 496 else puts("long");
|
/reactos/modules/rostests/tests/nptest/ |
H A D | npclient.c | 6 puts(Message); in MyErrExit()
|
H A D | npserver.c | 22 puts(Message); in MyErrExit()
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _range_errors.c | 49 # define _STLP_THROW_MSG(ex,msg) puts(msg),_STLP_ABORT()
|
H A D | _new.h | 116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1)
|
H A D | _cstdio.h | 102 using _STLP_VENDOR_CSTD::puts;
|
/reactos/sdk/lib/crt/ |
H A D | oldnames.cmake | 7 …# ar just puts stuff into the archive, without looking twice. Just delete the lib, we're going to …
|
/reactos/base/applications/findstr/ |
H A D | findstr.c | 104 puts (this_line); in find_str()
|
/reactos/sdk/tools/regtests2xml/ |
H A D | regtests2xml.c | 409 puts(HELP); in main()
|
/reactos/sdk/cmake/ |
H A D | gcc.cmake | 209 # PDB style debug puts all dwarf debug info in a separate dbg file 341 … # - Remove flags that LD overzealously puts (alignment flag, Initialized flags for code sections) 387 …# ar just puts stuff into the archive, without looking twice. Just delete the lib, we're going to … 409 …# ar just puts stuff into the archive, without looking twice. Just delete the lib, we're going to …
|
/reactos/modules/rostests/kmtests/kmtest/ |
H A D | kmtest.c | 121 puts("Valid test names:"); in ListTests()
|
/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | build_system.txt | 27 Here is also where the configure.bat file puts the generated config.mak file. (TODO:
|