Home
last modified time | relevance | path

Searched refs:puts (Results 1 – 25 of 166) sorted by relevance

1234567

/haiku/src/tests/system/libroot/posix/
H A Dtst-fgetws.c27 puts("This program runs on de_DE.UTF-8 locale."); in main()
65 puts("--"); in main()
66 puts("Read a byte sequence which is invalid as a wide character string."); in main()
67 puts(" bytes: 0xe3, 0x81, '\\0'"); in main()
73 puts("Return Value: NULL"); in main()
76 puts("errno = EILSEQ"); in main()
95 puts("--"); in main()
96 puts("Read a byte sequence which is invalid as a wide character string."); in main()
97 puts(" bytes: '0', '\\n', 'A', 'B', 0xe3, 0x81, 'c', '\\0'"); in main()
103 puts("Return Value: NULL"); in main()
[all …]
H A Dflock_test.cpp37 puts("test a passed."); in try_to_lock()
47 puts("test b passed."); in try_to_lock()
55 puts("test c passed."); in try_to_lock()
82 puts("test 0 passed."); in main()
91 puts("test 1 passed."); in main()
109 puts("test 2 passed."); in main()
117 puts("test 3 passed."); in main()
125 puts("test 4 passed."); in main()
134 puts("test 5 passed."); in main()
143 puts("test 6 passed."); in main()
[all …]
H A Dtestmb.c15 puts("mbstowcs FAILED!"); in main()
22 puts("wcstombs FAILED!"); in main()
27 puts("mblen 1 FAILED!"); in main()
32 puts("mblen 2 FAILED!"); in main()
56 puts(lose ? "Test FAILED!" : "Test succeeded."); in main()
H A Dtst-mktime.c24 (void) puts ("-unknown-"); in main()
30 (void) puts (daybuf); in main()
40 (void) puts ("localtime returned NULL"); in main()
54 (void) puts ("Dec 31 1969 EST test passed"); in main()
64 (void) puts ("Dec 31 1969 CET test passed"); in main()
H A Dtest_time.c44 puts("putenv failed."); in main()
48 puts (buf); in main()
62 puts("mktime() failed?"); in main()
68 puts("localtime() failed."); in main()
73 puts("strftime() failed."); in main()
77 puts(buf); in main()
H A Dsignal_test.cpp65 puts("interrupted"); in wait_for_key()
74 puts("-- 1 (should block) --"); in main()
88 puts("-- 2 (does not block, should call handler twice) --"); in main()
99 puts("-- 3 (alternate stack, should block) --"); in main()
118 puts("-- end --"); in main()
H A Dtst-btowc.c87 puts("cannot set locale \"C\""); in main()
108 puts("cannot set locale \"en_US.ANSI_X3.4-1968\""); in main()
129 puts("cannot set locale \"de_DE.ISO-8859-1\""); in main()
147 puts("cannot set locale \"de_DE.UTF-8\""); in main()
168 puts("cannot set locale \"hr_HR.ISO-8859-2\""); in main()
201 puts("all OK"); in main()
H A Dtst-ungetwc1.c21 puts("This program runs on de_DE.UTF-8 locale."); in main()
52 puts("ungetwc() returns NULL."); in main()
61 puts("The ungotten character is equal to the regotten character."); in main()
64 puts("The ungotten character is not equal to the regotten character."); in main()
H A Dtst-wprintf2.c69 puts ("newline missing after first line"); in main()
82 puts("newline missing after second line"); in main()
95 puts("newline missing after third line"); in main()
H A Dtst-swscanf2.c19 puts ("Test 1"); in main()
27 puts ("Test 2"); in main()
/haiku/src/bin/
H A Dlogname.c33 puts(HELP_MESSAGE); in dispatch_args()
38 puts(VERSION_MESSAGE); in dispatch_args()
52 puts(DEFAULT_USER); in main()
54 puts(user); in main()
H A Ddriveinfo.c119 puts(""); in main()
121 puts(""); in main()
123 puts(""); in main()
125 puts(""); in main()
127 puts(""); in main()
129 puts(""); in main()
131 puts(""); in main()
H A Dsafemode.c42 puts(buffer); in main()
49 puts("yes"); in main()
54 puts("no"); in main()
H A Drenice.c143 puts("Usage:"); in main()
144 puts("renice [-b] [-n increment | prio] [-f thname thname...|thid thid ...]"); in main()
145 puts(" -b : use BeOS priorities instead of UNIX priorities"); in main()
146 puts(" -n : adds increment to the current priority instead of assigning it"); in main()
147 puts(" -f : find threads by name instead of by id"); in main()
H A Dprio.c26 puts("Usage: prio pid newpriority"); in main()
37 puts("Priority change failed."); in main()
H A Dps.c57 puts(""); in printTeamInfo()
81 puts(""); in printTeamInfo()
119 puts(""); in printTeamThreads()
121 puts(""); in printTeamThreads()
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp116 puts("\t- after:"); in test_free()
175 puts("* simple allocation of 100 * 128 bytes"); in main()
185 puts("* testing different deleting order"); in main()
187 puts("- free 30 from the end (descending):"); in main()
196 puts("- free 40 from the middle (ascending):"); in main()
206 puts("- free 30 from the start (ascending):"); in main()
217 puts("* allocate until it fails"); in main()
241 puts("* free memory again"); in main()
250 puts("* random freeing"); in main()
261 puts("- freed one"); in main()
[all …]
/haiku/src/tests/system/libroot/os/
H A DDriverSettingsTest.cpp127 puts(" ----- standard"); in print_settings()
128 puts(buffer); in print_settings()
129 puts(" ----- standard reparsed"); in print_settings()
146 puts(" ----- flat"); in print_settings()
147 puts(buffer); in print_settings()
148 puts(" ----- flat reparsed"); in print_settings()
177 puts(" ----- original"); in check_settings_string()
178 puts(string); in check_settings_string()
179 puts(" ----- parsed"); in check_settings_string()
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp199 puts("--------- Remove Tests ----------"); in main()
203 puts("Test 1..."); in main()
218 puts("Test 2..."); in main()
232 puts("Test 3..."); in main()
246 puts("--------- Add Tests ----------"); in main()
250 puts("Test 4..."); in main()
265 puts("Test 5..."); in main()
277 puts("Test 6..."); in main()
289 puts("Test 7..."); in main()
301 puts("Test 8..."); in main()
/haiku/src/tools/
H A Dexec.c24 puts("exec: oom"); in append_char()
45 puts("exec: mismatched quotes"); in parse_quoted()
98 puts("exec: running multiple commands not supported!"); in main()
122 puts("exec: environ expansion not at start of " in main()
134 puts("exec: environ expansion of other variables " in main()
164 puts("exec: oom"); in main()
/haiku/src/system/boot/platform/u-boot/
H A Ddebug.cpp30 puts(hint); in panic()
41 puts(buffer); in panic()
43 puts("\nPress key to reboot."); in panic()
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp108 puts("******************* test A ********************"); in test_a()
132 puts("******************* test B ********************"); in test_b()
144 puts("******************* test C ********************"); in test_c()
156 puts("******************* test D ********************"); in test_d()
/haiku/src/tests/add-ons/kernel/network/
H A Dnet_stack_tester.cpp31 puts("Starting core module..."); in main()
34 puts("Userland net stack (net_server) is running. Press <Return> to quit."); in main()
/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c36 puts("rename test: Overwrite a directory with files in it"); in main()
44 puts("rename test: Overwrite an empty directory"); in main()
/haiku/src/bin/bfs_tools/
H A Drecover.cpp400 puts("\tparent directories differ (may be an old " in checkDirectoryContents()
470 puts("\thandling not yet implemented..."); in checkStructure()
495 puts("\tempty inode."); in checkStructure()
499 puts("\tcreate parent missing entry"); in checkStructure()
522 puts("could not copy buffer!"); in checkStructure()
582 puts("\tfound in missing"); in checkStructure()
587 puts("\tcreate new!"); in checkStructure()
597 puts("could not copy buffer!"); in checkStructure()
602 puts("\tcould not add attribute dir"); in checkStructure()
614 puts("\n*** Search names of missing inodes in the name index"); in checkStructure()
[all …]

1234567