Searched refs:puts (Results 26 - 50 of 143) sorted by relevance

123456

/haiku/3rdparty/kallisti5/
H A DlicenseReport.rb39 puts "#{@file}: #{check_license(@file)}"
/haiku/src/bin/
H A Drenice.c143 puts("Usage:");
144 puts("renice [-b] [-n increment | prio] [-f thname thname...|thid thid ...]");
145 puts(" -b : use BeOS priorities instead of UNIX priorities");
146 puts(" -n : adds increment to the current priority instead of assigning it");
147 puts(" -f : find threads by name instead of by id");
H A Dps.c57 puts("");
81 puts("");
119 puts("");
121 puts("");
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp116 puts("\t- after:");
175 puts("* simple allocation of 100 * 128 bytes");
185 puts("* testing different deleting order");
187 puts("- free 30 from the end (descending):");
196 puts("- free 40 from the middle (ascending):");
206 puts("- free 30 from the start (ascending):");
217 puts("* allocate until it fails");
241 puts("* free memory again");
250 puts("* random freeing");
261 puts("
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp199 puts("--------- Remove Tests ----------");
203 puts("Test 1...");
218 puts("Test 2...");
232 puts("Test 3...");
246 puts("--------- Add Tests ----------");
250 puts("Test 4...");
265 puts("Test 5...");
277 puts("Test 6...");
289 puts("Test 7...");
301 puts("Tes
[all...]
H A Dbfs_allocator_invalidate_largest.cpp132 puts("------------- Allocate Tests -------------\n");
144 puts("------------- Free Tests -------------\n");
/haiku/src/tests/system/libroot/posix/
H A Dtst-btowc.c87 puts("cannot set locale \"C\"");
108 puts("cannot set locale \"en_US.ANSI_X3.4-1968\"");
129 puts("cannot set locale \"de_DE.ISO-8859-1\"");
147 puts("cannot set locale \"de_DE.UTF-8\"");
168 puts("cannot set locale \"hr_HR.ISO-8859-2\"");
201 puts("all OK");
H A Dtst-wscanf.c17 puts("Test 1");
H A Dtest_wctype.c57 puts("wctype return value != 0 for non existing property");
76 puts("All tests successful!");
H A Dtst-wprintf2.c69 puts ("newline missing after first line");
82 puts("newline missing after second line");
95 puts("newline missing after third line");
H A Dtst-swprintf.c25 puts("test 1");
37 puts ("test 2");
H A Dbrk_test.c53 puts("Current data segment layout:");
55 puts("");
/haiku/src/tests/system/kernel/
H A Dlock_node_test.cpp28 puts("press <enter> to continue...");
H A Dfifo_poll_test.cpp33 puts("warning: received SIGCHLD before stream close event");
H A Dtransfer_area_test.cpp61 puts("Waiting for an area to be received (start command again with an "
/haiku/src/tests/add-ons/kernel/file_systems/bfs/structureSizes/
H A DstructureSizes.cpp30 puts("");
/haiku/headers/private/kernel/arch/m68k/
H A Dstage2_priv.h14 void puts(char *str);
/haiku/headers/private/kernel/arch/ppc/
H A Dstage2_priv.h14 void puts(char *str);
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S44 call puts
52 call puts
110 puts: pushal label
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp75 puts(string);
81 puts(" passed, timed out!\n");
103 puts(" passed!\n");
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp74 puts("BScrollView archived:");
77 puts("archiving failed!");
82 puts("2. BScrollView archived:");
/haiku/src/apps/login/
H A DLoginApp.cpp132 puts(B_TRANSLATE("Login application for Haiku\nUsage:"));
134 puts(B_TRANSLATE("--nonmodal Do not make the window modal"));
135 puts(B_TRANSLATE("--edit Launch in shelf editing mode to "
/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp93 puts(str);
146 puts(str);
/haiku/src/system/boot/loader/
H A Dmain.cpp72 puts("\tno boot path found, scan for all partitions...\n");
77 puts("Could not locate any supported boot devices!\n");
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp100 puts(path.Path());

Completed in 203 milliseconds

123456