Searched refs:printf (Results 101 - 125 of 1262) sorted by last modified time

1234567891011>>

/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp60 printf("Statistics\n"
140 printf("failed to export to buffer: %s\n", strerror(ret));
155 printf("failed to write attribute: %s\n",
159 printf("failed to write attribute\n");
352 //printf("write_path_no_curves()\n");
367 //printf("write_path_curves()\n");
429 //printf("segments: %d, command length: %ld, plain length: %ld\n",
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp39 //#define CALLED() printf("%s()\n", __FUNCTION__);
267 printf("StyledTextImporter::Import() - Init() error: %s\n",
306 //printf("switching to run %d\n", currentRun);
339 //printf("StringWidth( %d) = %f\n", charLen, charWidth);
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp186 printf("Exporter::_Export() - "
191 printf("Exporter::_Export() - "
195 printf("Exporter::_Export() - "
/haiku/src/tests/system/network/
H A Dunix_recv_test.c11 printf("Domain: %i\n", domain);
33 printf("recv %i\n", ok);
36 printf("%i\n", ret);
H A Dunix_send_test.c12 printf("Domain: %i\n", domain);
34 printf("send %i\n", ok);
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp105 printf(" %p, %ld bytes: call stack", b + 1, b->getAllocatedSize());
118 printf(": %p (%s:%s+0x%lx)", b->getCallStack(i), image, name, offset);
196 printf("freed block not in used list!\n");
/haiku/src/bin/
H A Ddf.cpp25 printf("%c", deviceFlags & testFlag ? yes : no);
46 printf(" Mounted at: %s\n", mount);
48 printf("%-17s ", mount);
50 printf("\n%17s ", "");
61 printf("%-9s", type);
100 printf("%10s", temp);
113 printf(" Device No.: %" B_PRIdDEV "\n", info.dev);
115 printf(" Volume Name: \"%s\"\n", info.volume_name);
116 printf(" File System: %s\n", info.fsh_name);
117 printf(" Devic
[all...]
H A Dxres.cpp357 printf("\n%s resources:\n\n", path);
358 printf(" type ID size name\n");
359 printf("------ ----------- ----------- --------------------\n");
367 printf("'%s' %11" B_PRId32 " %11" B_PRIuSIZE " %s\n",
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliPrintVariableCommand.cpp49 printf("No variables available.\n");
58 printf("Error: An argument must be supplied for depth.\n");
64 printf("Error: Invalid parameter \"%s\"\n", argv[i + 1]);
74 printf("Error: At least one variable name must be supplied.\n");
90 printf("%s", data.String());
95 printf("No such variable: %s\n", variableName);
H A DCliStackTraceCommand.cpp37 printf("no current thread\n");
42 printf("Current thread is not stopped. Can't get stack trace.\n");
63 printf("%3" B_PRId32 " %#" B_PRIx64 " %#" B_PRIx64, i,
69 printf(" %s\n", functionName);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp272 printf("current thread: %" B_PRId32 " \"%s\"\n", fCurrentThread->ID(),
275 printf("no current thread\n");
325 printf("Unable to evaluate expression: %s\n",
419 printf("[new thread: %" B_PRId32 " \"%s\"]\n", threadID,
423 printf("[thread terminated: %" B_PRId32 " \"%s\"]\n",
432 printf("[thread stopped: %" B_PRId32 " \"%s\"]\n",
568 printf("Successfully saved debug report to %s\n",
580 printf("Successfully saved core file to %s\n",
H A DCommandLineUserInterface.cpp279 printf("Insufficient memory parsing the command line.\n");
282 printf("Parse error: Unterminated quoted string starting at "
286 printf("Parse error: trailing backspace.\n");
399 printf("Error: Ambiguous command \"%s\".\n", commandName);
409 printf("Error: Unknown command \"%s\".\n", commandName);
439 printf("%*s - %s\n", (int)longestCommandName, entry->Name().String(),
/haiku/src/apps/serialconnect/
H A DTermView.cpp372 printf(
397 printf(
/haiku/src/apps/tv/
H A DMainWin.cpp83 //#define printf(a...)
156 printf("MainWin::~MainWin\n");
284 printf("MainWin::SetupChannelMenu: interface %d\n", interface);
315 printf("MainWin::SetInterfaceMenuMarker: interface %d\n", interface);
336 printf("MainWin::SetChannelMenuMarker: channel %d\n", channel);
354 printf("MainWin::SelectChannel %d\n", i);
366 printf("MainWin::SelectInterface %d\n", i);
367 printf(" CurrentInterface %d\n", fController->CurrentInterface());
368 printf(" CurrentChannel %d\n", fController->CurrentChannel());
398 printf("MainWi
[all...]
/haiku/src/libs/bsd/
H A Dfts.c737 (void)printf("nlinks == %d (cur: %d)\n", nlinks, cur->fts_nlink);
738 (void)printf("NOSTAT %d PHYSICAL %d SEEDOT %d\n",
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp148 printf("NumericValControl::initConstraintsFromParam():\n ");
155 printf("Linear");
159 printf("Polynomial");
163 printf("Exponential");
167 printf("Logarithmic");
171 printf("unknown (?)");
173 printf(" response; factor %.2f, offset %.2f\n", fFactor, fOffset);
181 printf(" min value: %f\n", fParam->MinValue());
182 printf(" max value: %f\n", fParam->MaxValue());
183 printf(" valu
[all...]
/haiku/src/apps/devices/
H A Dpci-header.awk56 printf formatting "\t{ 0x" vendorid ", \"" vendor "\", \"\" }" > ofile
150 printf formatting "\t{ 0x" devices[i, 1] ", 0x" devices[i, 2] ", 0x" devices[i, 3] ", 0x" devices[i, 4] ", \"" devices[i, 5] "\" }" > ofile
178 printf formatting "\t{ 0x" classes[i, 1] ", 0x" classes[i, 2] ", 0x" classes[i, 3] ", \"" classes[i, 4] "\", \"" classes[i, 5] "\", \"" classes[i, 6] "\" }" > ofile
H A Dusb-header.awk58 printf "%s", formatting "\t{ 0x" vendorid ", \"" vendor "\" }" > ofile
151 printf "%s", formatting "\t{ 0x" devices[i, 1] ", 0x" devices[i, 2] ", \"" devices[i, 3] "\" }" > ofile
179 printf formatting "\t{ 0x" classes[i, 1] ", 0x" classes[i, 2] ", 0x" classes[i, 3] ", \"" classes[i, 4] "\", \"" classes[i, 5] "\", \"" classes[i, 6] "\" }" > ofile
/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp51 printf("SetGradientCommand::InitCheck() - same gradients\n");
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp149 printf("Not transfering transformation of \"%s\" onto "
H A DFlipPointsCommand.cpp81 printf("flip: (%.1f, %.1f) -> (%.1f, %.1f)\n", pointOut.x, pointOut.y, p1.x, p1.y);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp45 printf("SVGImporter::Import() - "
59 printf("not an svg file %s %s\n", strerror(ret), type.Type());
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp80 printf("SavePanel::SavePanel() - couldn't find necessary controls.\n");
88 printf("SavePanel::SavePanel() - couldn't find necessary controls.\n");
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp456 printf("PropertyListView::PropertyChanged(%s)\n",
570 printf("implement PropertyListView::DoubleClicked()\n");
/haiku/src/tools/restest/
H A DResourceFile.cpp533 printf("ResourceFile:\n");
534 printf("file type : %s\n", kFileTypeNames[fFileType]);
535 printf("endianess : %s\n",
537 printf("resource section offset: 0x%08Lx (%lld)\n", resourcesOffset,
542 printf("resource info table : offset: 0x%08lx (%ld), "
545 printf("number of resources : %ld\n", fResourceCount);
551 printf(" Type ID Size Name\n");
552 printf(" ------ ----- -------- --------------------\n");
558 printf(" '%.4s' %5ld %8lu %s\n", typeName, item->GetID(),
656 //printf("headerSiz
[all...]

Completed in 103 milliseconds

1234567891011>>