Searched refs:puts (Results 1 - 25 of 143) sorted by relevance

123456

/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_pipe_err.c7 puts(testOut);
H A Dtst-fgetws.c27 puts("This program runs on de_DE.UTF-8 locale.");
65 puts("--");
66 puts("Read a byte sequence which is invalid as a wide character string.");
67 puts(" bytes: 0xe3, 0x81, '\\0'");
73 puts("Return Value: NULL");
76 puts("errno = EILSEQ");
95 puts("--");
96 puts("Read a byte sequence which is invalid as a wide character string.");
97 puts(" bytes: '0', '\\n', 'A', 'B', 0xe3, 0x81, 'c', '\\0'");
103 puts("Retur
[all...]
H A Dtestmb.c15 puts("mbstowcs FAILED!");
22 puts("wcstombs FAILED!");
27 puts("mblen 1 FAILED!");
32 puts("mblen 2 FAILED!");
56 puts(lose ? "Test FAILED!" : "Test succeeded.");
H A Dtst-mktime.c24 (void) puts ("-unknown-");
30 (void) puts (daybuf);
40 (void) puts ("localtime returned NULL");
54 (void) puts ("Dec 31 1969 EST test passed");
64 (void) puts ("Dec 31 1969 CET test passed");
H A Dflock_test.cpp37 puts("test a passed.");
47 puts("test b passed.");
55 puts("test c passed.");
82 puts("test 0 passed.");
91 puts("test 1 passed.");
109 puts("test 2 passed.");
117 puts("test 3 passed.");
125 puts("test 4 passed.");
134 puts("test 5 passed.");
143 puts("tes
[all...]
H A Dtest_time.c44 puts("putenv failed.");
48 puts (buf);
62 puts("mktime() failed?");
68 puts("localtime() failed.");
73 puts("strftime() failed.");
77 puts(buf);
H A Dsetjmp_test.c25 puts("done.");
H A Dsigsetjmp_test.c32 puts("done.");
H A Dtst-ungetwc1.c21 puts("This program runs on de_DE.UTF-8 locale.");
52 puts("ungetwc() returns NULL.");
61 puts("The ungotten character is equal to the regotten character.");
64 puts("The ungotten character is not equal to the regotten character.");
H A Dsignal_test.cpp65 puts("interrupted");
74 puts("-- 1 (should block) --");
88 puts("-- 2 (does not block, should call handler twice) --");
99 puts("-- 3 (alternate stack, should block) --");
118 puts("-- end --");
H A Dtst-swscanf2.c19 puts ("Test 1");
27 puts ("Test 2");
/haiku/src/bin/
H A Dlogname.c33 puts(HELP_MESSAGE);
38 puts(VERSION_MESSAGE);
52 puts(DEFAULT_USER);
54 puts(user);
H A Dprio.c26 puts("Usage: prio pid newpriority");
37 puts("Priority change failed.");
H A Dsafemode.c42 puts(buffer);
49 puts("yes");
54 puts("no");
H A Ddriveinfo.c119 puts("");
121 puts("");
123 puts("");
125 puts("");
127 puts("");
129 puts("");
131 puts("");
/haiku/src/tests/servers/registrar/
H A DR5Compatibility.cpp29 puts(reboot ? "reboot" : "shutdown");
/haiku/src/system/boot/platform/u-boot/
H A Ddebug.cpp30 puts(hint);
41 puts(buffer);
43 puts("\nPress key to reboot.");
/haiku/src/tests/add-ons/kernel/network/
H A Dnet_stack_tester.cpp31 puts("Starting core module...");
34 puts("Userland net stack (net_server) is running. Press <Return> to quit.");
/haiku/src/tests/system/libroot/os/
H A DDriverSettingsTest.cpp127 puts(" ----- standard");
128 puts(buffer);
129 puts(" ----- standard reparsed");
146 puts(" ----- flat");
147 puts(buffer);
148 puts(" ----- flat reparsed");
177 puts(" ----- original");
178 puts(string);
179 puts(" ----- parsed");
/haiku/src/tools/
H A Dexec.c24 puts("exec: oom");
45 puts("exec: mismatched quotes");
98 puts("exec: running multiple commands not supported!");
122 puts("exec: environ expansion not at start of "
134 puts("exec: environ expansion of other variables "
164 puts("exec: oom");
/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c36 puts("rename test: Overwrite a directory with files in it");
44 puts("rename test: Overwrite an empty directory");
/haiku/src/system/libroot/posix/glibc/libio/
H A Dioputs.c55 weak_alias(_IO_puts, puts)
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp108 puts("******************* test A ********************");
132 puts("******************* test B ********************");
144 puts("******************* test C ********************");
156 puts("******************* test D ********************");
/haiku/src/tests/system/boot/loader/
H A Dplatform_debug.cpp18 puts("*** PANIC ***");
H A Dplatform_start.cpp20 puts("*** exit ***\n");

Completed in 168 milliseconds

123456