Searched refs:printf (Results 151 - 175 of 1261) sorted by relevance

1234567891011>>

/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp28 printf("usage:\t%s <host> [-p <port>] [-w <width>] [-h <height>]\n", app);
29 printf("usage:\t%s <user@host> -s [<sshPort>] [-p <port>] [-w <width>]"
31 printf("\t%s --help\n\n", app);
33 printf("Connect to & run applications from a different computer\n\n");
34 printf("Arguments available for use:\n\n");
35 printf("\t-p\t\tspecify the port to communicate on (default 10900)\n");
36 printf("\t-c\t\tsend a command to the other computer (default Terminal)\n");
37 printf("\t-s\t\tuse SSH, optionally specify the SSH port to use (22)\n");
38 printf("\t-w\t\tmake the virtual desktop use the specified width\n");
39 printf("\
[all...]
/haiku/src/apps/drivesetup/
H A DSupport.cpp36 printf("\tOffset(): %" B_PRIdOFF "\n", partition->Offset());
37 printf("\tSize(): %s\n", string_for_size(partition->Size(), size,
39 printf("\tContentSize(): %s\n", string_for_size(partition->ContentSize(),
41 printf("\tBlockSize(): %" B_PRId32 "\n", partition->BlockSize());
42 printf("\tPhysicalBlockSize(): %" B_PRId32 "\n", partition->PhysicalBlockSize());
43 printf("\tIndex(): %" B_PRId32 "\n", partition->Index());
44 printf("\tStatus(): %" B_PRId32 "\n\n", partition->Status());
45 printf("\tContainsFileSystem(): %s\n",
47 printf("\tContainsPartitioningSystem(): %s\n\n",
49 printf("\tIsDevic
[all...]
/haiku/src/kits/midi/
H A DMidiText.cpp38 printf(
49 printf(
60 printf(
71 printf(
82 printf(
92 printf(
102 printf(
113 printf("SYSTEM EXCLUSIVE;\n");
115 printf("%02X ", ((uint8*) data)[t]);
116 printf("\
[all...]
/haiku/headers/private/debugger/
H A DTracing.h19 # define TRACE_DIE(x...) printf(x)
27 # define TRACE_LINES(x...) printf(x)
35 # define TRACE_LINES2(x...) printf(x)
43 # define TRACE_EXPR(x...) printf(x)
51 # define TRACE_PUBTYPES(x...) printf(x)
59 # define TRACE_CFI(x...) printf(x)
67 # define TRACE_LOCALS(x...) printf(x)
75 # define TRACE_IMAGES(x...) printf(x)
83 # define TRACE_CODE(x...) printf(x)
91 # define TRACE_JOBS(x...) printf(
[all...]
/haiku/src/tests/system/network/
H A Dselect_test_big.c33 printf("Unrealistic value of sockets given. Must be between 1 and 50\n");
41 printf("\nTest will be run with %d sockets\n\n", nsock);
65 printf("Trying with timeval (5 secs)...\n");
69 printf("select gave %d in %ld seconds\n", rv, rtc);
71 printf("errno = %d [%s]\n", errno, strerror(errno));
73 printf("resetting select fd's\n");
84 printf("Trying without timeval (= NULL)\n");
86 printf("select gave %d\n", rv);
90 printf("Data to read\n");
92 printf("O
[all...]
H A Dudp_client.c29 printf("fread(): %lx (%s)\n", status, strerror(status));
32 printf("trying to send %ld bytes...\n", status);
36 printf("sendto(): %lx (%s)\n", status, strerror(status));
51 printf("usage: %s <IP-address> <port> [local-port]\n", argv[0]);
59 printf("addr=%lx port=%u\n", serverAddr.sin_addr.s_addr, ntohs(serverAddr.sin_port));
67 printf("binding to port %u\n", ntohs(clientAddr.sin_port));
70 printf("bind(): %lx (%s)\n", status, strerror(status));
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp102 printf("\n");
103 printf(" %s %s\n",
106 printf("\t\tbase-url: %s\n", repoConfig.BaseURL().String());
107 printf("\t\tidentifier: %s\n", repoConfig.Identifier().String());
108 printf("\t\tpriority: %u\n", repoConfig.Priority());
114 printf("\t\tvendor: %s\n",
116 printf("\t\tsummary: %s\n",
118 printf("\t\tarch: %s\n", BPackageInfo::kArchitectureNames[
120 printf("\t\tpkg-count: %" B_PRIu32 "\n",
122 printf("\
[all...]
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c132 printf(" ");
138 printf("%sV CardBus card", v);
140 printf("%sV 16-bit PC Card", v);
142 printf("no card");
144 printf(" [suspended]");
145 printf("\n");
150 printf(" function %d: ", status->Function);
151 printf("%s", (status->CardState & CS_EVENT_READY_CHANGE)
154 printf(", [wp]");
156 printf(", [ba
[all...]
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp84 printf("device %" B_PRId32 ": \"%s\"\n", device->ID(), pathString);
85 printf(" has media: %d\n", device->HasMedia());
86 printf(" removable: %d\n", device->IsRemovableMedia());
87 printf(" read only: %d\n", device->IsReadOnlyMedia());
88 printf(" write once: %d\n", device->IsWriteOnceMedia());
89 printf(" ---\n");
106 printf("%spartition %" B_PRId32 ": \"%s\"\n", prefix, partition->ID(),
109 printf("%s offset: %" B_PRId64 "\n", prefix, partition->Offset());
110 printf("%s size: %" B_PRId64 "\n", prefix, partition->Size());
111 printf("
[all...]
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp34 printf("wcslen()/wcsnlen()\n");
44 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
56 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
68 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
80 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
92 printf("\tPROBLEM: result for wcsnlen(\"%ls\", 0) = %lu "
104 printf("\tPROBLEM: result for wcsnlen(\"%ls\", 4) = %lu "
116 printf("\tPROBLEM: result for wcsnlen(\"%ls\", 6) = %lu "
124 printf("\t%d problem(s) found!\n", problemCount);
126 printf("\tal
[all...]
H A Dtst-swprintf.c29 printf ("incorrect return value: %zd instead of 11\n", n);
34 printf("incorrect string: L\"%ls\" instead of L\"Hello world\"\n", buf);
40 printf("incorrect return value: %zd instead of 18\n", n);
43 printf("incorrect string: L\"%ls\" instead of L\"Is this >3.1< 3.1?\"\n",
52 printf("swprintf (buf, %Zu, L\"%%s\", \"%s\") expected to fail\n",
56 printf("swprintf (buf, %Zu, L\"%%s\", \"%s\") expected to return %Zd, but got %Zd\n",
60 printf("swprintf (buf, %Zu, L\"%%s\", \"%s\") OK\n", tests[n].n,
66 printf("swprintf (buf, %Zu, L\"%%.0s\", \"foo\") create some output\n",
72 printf("swprintf (buf, %Zu, L\"%%.0ls\", L\"foo\") create some output\n",
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp31 printf("%s ", kDisabledColor);
33 printf("%2ld. ", line);
36 printf(" [");
37 printf("%c", item->IsMarked() ? 'x' : ' ');
38 printf("] ");
40 printf(" ");
42 printf(item->Label());
55 printf(" (Current: ");
56 printf(subItem != NULL ? subItem->Label() : "None");
61 printf(kNormalColo
[all...]
/haiku/src/bin/
H A Dps.c54 printf(Infos[Columns[i]].header, Infos[Columns[i]].name);
64 printf(Infos[Team].format, teamInfo->args);
67 printf(Infos[Id].format, teamInfo->team);
70 printf(Infos[Threads].format, teamInfo->thread_count);
73 printf(Infos[Gid].format, teamInfo->gid);
76 printf(Infos[Uid].format, teamInfo->uid);
103 printf("%-37s %5" B_PRId32 " %8s %4" B_PRId32 " %8" B_PRIu64 " %8"
112 printf("%s(%" B_PRId32 ")\n", semaphoreInfo.name,
115 printf("%s(%" B_PRId32 ")\n", strerror(status),
148 printf( "usag
[all...]
H A Dlistsem.c42 printf("%7" B_PRId32 "%31s%7" B_PRId32 "\n", info->sem, info->name,
50 printf("TEAM %" B_PRId32 " (%s):\n", tinfo->team, tinfo->args);
52 printf(" ID name count\n");
53 printf("---------------------------------------------\n");
67 printf("\n");
79 printf("sem: total: %5" B_PRIu32 ", used: %5" B_PRIu32 ", left: %5" B_PRIu32
104 printf("-s used without associated sem id\n");
112 printf("semaphore %" B_PRId32 " unknown\n\n", id);
122 printf("team %" B_PRId32 " unknown\n\n", team);
H A Dprintenv.c32 printf("Usage: printenv [VARIABLE]\n"
49 printf("%s\n", *env++);
62 printf("%s\n", p+1);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaFormat.cpp54 printf("%s\n", s);
68 printf("GetHeaderFormatAc3Audio\n");
81 printf("formats.InitCheck failed, error %lu\n", status);
87 printf("formats.GetFormatFor failed, error %lu\n", status);
99 printf("GetHeaderFormatDtsAudio: unsupported\n");
107 printf("GetHeaderFormatLpcmAudio: unsupported\n");
115 printf("GetHeaderFormatPrivateStream: unsupported, assuming AC3\n");
123 printf("GetHeaderFormatMpegAudio\n");
137 printf("formats.InitCheck failed, error %lu\n", status);
143 printf("format
[all...]
/haiku/src/tests/system/kernel/
H A Dport_multi_read_test.cpp21 printf("[%ld] read port...\n", find_thread(NULL));
25 printf("[%ld] buffer size %ld waiting\n", find_thread(NULL), bytes);
30 printf("[%ld] read port result (code %lx): %s\n", find_thread(NULL),
44 printf("created port %ld\n", port);
53 printf("snooze for a bit, all threads should be waiting now.\n");
61 printf("send %ld bytes\n", bytes);
66 printf("waiting for threads to terminate\n");
/haiku/src/tests/add-ons/kernel/file_systems/bfs/array/
H A Darray.cpp18 printf(" items in array: %ld\n",gArray.CountItems());
19 printf(" blocks used: %ld\n",gArray.BlocksUsed());
20 printf(" size: %ld\n",gArray.Size());
39 printf("Could not insert entry in array, but it's not in there either...\n");
42 printf("hola\n");
51 printf("could not found entry %ld in array!\n",num);
61 printf("Could not find entry %lld at %ld in list!\n",array->values[i],i);
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_sine.cpp27 printf("Usage: %s [<frames per part> <parts>]\n",
42 printf("frames per buffer part: %ld\n", framesPerBufferPart);
43 printf("buffer part count: %ld\n", bufferPartCount);
56 printf("trouble initializing push game sound: %s\n",
65 printf("cannot lock buffer\n");
71 printf("cannot start playback\n");
75 printf("playing, press [esc] to exit...\n");
92 printf("\nkeyboard state read error\n");
101 printf("\nfinished.\n");
/haiku/src/bin/locale/
H A Dlocale.cpp33 printf("%s.UTF-8\n", language.String());
35 printf("POSIX\n");
61 printf("%s_%s.UTF-8\n", conventions.LanguageCode(),
64 printf("%s.UTF-8\n", conventions.LanguageCode());
75 printf("%s_%s.UTF-8%s\n", conventions.LanguageCode(),
80 printf("%s.UTF-8%s\n", conventions.LanguageCode(),
90 printf("Usage: %s [-alftcm]\n"
122 printf("%s\n", preferred_language().String());
128 printf("%s.UTF-8\n", preferred_language().String());
/haiku/src/tests/kits/bluetooth/l2capClient/
H A Dl2capClient.cpp25 printf("Creating socket ...\n");
34 //printf("Binding socket ...\n");
50 printf("Connecting socket for %s\n", bdaddrUtils::ToString(*bdaddr));
56 printf("Return status of the connection is %ld \n", error );
69 printf("I need a bdaddr!\nUsage:\n\t%s bluetooth_address [psm]\n",
76 printf("PSM requested %d\n", psm);
80 printf("WARNING: PSM requested is not pair\n");
93 printf("Sent %ld bytes\n", len);
99 printf("Transmission done ... (press key to close socket)\n");
102 printf("Closin
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp55 printf("YUY2");
57 printf("NV12");
59 printf("%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x:"
96 printf("UVCCamDevice: (%" B_PRIu32 ",%" B_PRIu32 "): Found Video Control "
119 printf("UVCCamDevice: (%" B_PRIu32 ",%" B_PRIu32 "): Found Video Streaming "
161 printf("VS_INPUT_HEADER:\t#fmts=%d,ept=0x%x\n", descriptor->numFormats,
164 printf("\tDynamic Format Change supported\n");
165 printf("\toutput terminal id=%d\n", descriptor->terminalLink);
166 printf("\tstill capture method=%d\n", descriptor->stillCaptureMethod);
168 printf("\ttrigge
[all...]
/haiku/src/tests/add-ons/kernel/drivers/random/
H A Drandom_test.cpp31 printf("Read %d bytes from random device: ", (int)bytesRead);
33 printf("%02x", buffer[i]);
34 printf("\n");
/haiku/src/tests/servers/input/comm/
H A Dport.cpp16 printf("size : %ld\n", size);
24 printf("error \n");
29 printf("error %ld\n", newsize);
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliVariablesCommand.cpp44 printf("No variables available.\n");
48 printf("Variables:\n");
50 printf(" %s\n", child->Name().String());

Completed in 144 milliseconds

1234567891011>>