Searched refs:printf (Results 451 - 475 of 1263) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/app/
H A DKey.cpp253 printf("generic key:\n");
277 printf("\tpurpose: %s\n", purposeString);
278 printf("\tidentifier: \"%s\"\n", fIdentifier.String());
279 printf("\tsecondary identifier: \"%s\"\n", fSecondaryIdentifier.String());
280 printf("\towner: \"%s\"\n", fOwner.String());
281 printf("\tcreation time: %" B_PRIu64 "\n", fCreationTime);
282 printf("\traw data length: %" B_PRIuSIZE "\n", fData.BufferLength());
339 printf("password key:\n");
341 printf("\tpassword: \"%s\"\n", Password());
/haiku/src/apps/pulse/
H A DPrefs.cpp189 printf("WriteAttr on %s died\n", name);
193 printf("Unknown error reading %s:\n%s\n", name, strerror(err));
208 printf("WriteAttr on %s died\n", name);
212 printf("Unknown error reading %s:\n%s\n", name, strerror(err));
227 printf("WriteAttr on %s died\n", name);
231 printf("Unknown error reading %s:\n%s\n", name, strerror(err));
244 printf("Unknown error writing %s:\n%s\n", name, strerror(err));
257 printf("Unknown error writing %s:\n%s\n", name, strerror(err));
270 printf("Unknown error writing %s:\n%s\n", name, strerror(err));
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h237 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n")
238 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A)
239 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B)
240 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n")
241 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A)
242 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B)
243 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n")
244 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A)
245 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B)
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dparse_duckduckgo_html.c20 #define printf dprintf macro
29 #define PRST printf(DBG "step %d\n", dbgstep++)
57 printf(DBG"sanity check...\n");
77 printf(DBG"parsing...\n");
107 //printf(DBG"[%ld] found token 1\n", numres);
113 //printf(DBG"[%ld] found token 2\n", numres);
126 //printf(DBG"[%ld] found token 3\n", numres);
164 //printf(DBG"[%ld] found token 4\n", numres);
169 //printf(DBG"[%ld] found token 5\n", numres);
199 printf(DB
[all...]
/haiku/src/servers/app/
H A DDrawState.cpp812 printf("\t Origin: (%.1f, %.1f)\n", fOrigin.x, fOrigin.y);
813 printf("\t Scale: %.2f\n", fScale);
814 printf("\t Transform: %.2f, %.2f, %.2f, %.2f, %.2f, %.2f\n",
818 printf("\t Pen Location and Size: (%.1f, %.1f) - %.2f (%.2f)\n",
821 printf("\t HighColor: r=%d g=%d b=%d a=%d\n",
823 printf("\t LowColor: r=%d g=%d b=%d a=%d\n",
825 printf("\t WhichHighColor: %i\n", fWhichHighColor);
826 printf("\t WhichLowColor: %i\n", fWhichLowColor);
827 printf("\t WhichHighColorTint: %.3f\n", fWhichHighColorTint);
828 printf("\
[all...]
/haiku/src/servers/input/
H A DMouseSettings.cpp116 printf("type:\t\t%" B_PRId32 " button mouse\n", fSettings.type);
117 printf("map:\t\tleft = %" B_PRIu32 " : middle = %" B_PRIu32 " : "
121 printf("click speed:\t%" B_PRId64 "\n", fSettings.click_speed);
122 printf("accel:\t\t%s\n", fSettings.accel.enabled
124 printf("accel factor:\t%" B_PRId32 "\n", fSettings.accel.accel_factor);
125 printf("speed:\t\t%" B_PRId32 "\n", fSettings.accel.speed);
139 printf("mouse mode:\t%s\n", mode);
153 printf("focus follows mouse mode:\t%s\n", focus_follows_mouse_mode);
154 printf("accept first click:\t%s\n", fAcceptFirstClick
393 printf("mouse_nam
[all...]
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c201 printf("%d devices (info_len=%d)\n", data->n, data->info_len);
202 printf("node EUI64 status\n");
207 printf("%4d %s %6d\n",
291 printf("send phy_config root_node=%d gap_count=%d\n",
364 printf("%d %s, %08x",
371 printf(" 0x%x -> 0x%x\n", old, pri_req);
374 printf("\n");
390 printf("bus_name: 0x%04x\n"
446 printf("first quad: 0x%08x ", *crom_buf);
448 printf("(Invali
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.c134 printf("\"");
136 printf("%c", *p);
137 printf("\"");
139 printf("0x");
141 printf("%02x", *p);
155 printf("NODS %s", ether_sprintf(wh->i_addr2));
156 printf("->%s", ether_sprintf(wh->i_addr1));
157 printf("(%s)", ether_sprintf(wh->i_addr3));
160 printf("TODS %s", ether_sprintf(wh->i_addr2));
161 printf("
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp93 printf("test removeAt %ld\n", removeAt);
98 printf(" %ld. %s\n", index, entry->d_name);
113 printf("attribute index %ld already listed!\n", attributeIndex);
125 printf("attribute index %ld not listed, saw only %ld/%ld!\n", i,
145 printf("test addAt %ld\n", addAt);
150 printf(" %ld. %s\n", index, entry->d_name);
165 printf("attribute index %ld already listed!\n", attributeIndex);
177 printf("attribute index %ld not listed, saw only %ld/%ld!\n", i,
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp66 printf("code %ld: %s\n", lineNumber, line);
71 printf("unknown code %ld!\n", code);
/haiku/src/tests/system/kernel/
H A Dfibo_exec.cpp22 printf("usage: %s [-s] ###\n", app);
109 printf("%d\n", result);
H A Dfibo_fork.cpp25 printf("usage: %s ###\n", app);
96 printf("%d\n", result);
H A Dfibo_load_image.cpp20 printf("usage: %s [-s] ###\n", app);
97 printf("%d\n", result);
/haiku/src/tests/system/libroot/posix/
H A Dtest_wctype.c28 printf("`iswctype' class `%s' test for character \\%o failed\n",\
33 printf ("`isw%s' test for character \\%o failed\n", #test, ch); \
H A Dtst-mbrtowc.c185 printf("Testing locale \"%s\":\n", locname);
200 printf("%s: '\\x%x': encoding error\n", locname, c);
203 printf("%s: '\\x%x': incomplete character\n", locname, c);
206 printf("%s: '\\x%x': 0 returned\n", locname, c);
209 printf("%s: '\\x%x': not 0 returned\n", locname, c);
212 printf("%s: '\\x%x': not 1 returned\n", locname, c);
215 printf("%s: '\\x%x' != wc != L'\\x%x'\n", locname, c, wc);
220 printf(res == 1 ? "%d error\n" : "%d errors\n", res);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp53 printf("ConstantFieldTester: Error, no ctRes!\n");
100 printf("HasBitsFieldTester: Error, no rqBits!\n");
103 printf("HasBitsFieldTester: Error, no fbBits!\n");
163 printf(NOTE "Error casting slaveObject to BitFieldTester!\n");
167 printf(NOTE "instantiate_object returned NULL!\n");
169 printf(NOTE "Couldn't unarchive NotFieldTester slave!\n");
242 printf(MINI "Error casting slaveObject to BitFieldTester!\n");
246 printf(MINI "instantiate_object returned NULL!\n");
/haiku/src/servers/launch/
H A DInitRealTimeClockJob.cpp67 printf("RTC stores %s time.\n", isGMT ? "GMT" : "local" );
97 printf("timezone is %s, offset is %" B_PRId32 " seconds from GMT.\n",
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp282 printf("ValueLocation: %s endian, %" B_PRId32 " pieces:\n",
289 printf(" invalid\n");
292 printf(" unknown");
295 printf(" address %#" B_PRIx64, piece.address);
298 printf(" register %" B_PRIu32, piece.reg);
301 printf(" implicit value: ");
303 printf("%x ", ((char *)piece.value)[j]);
307 printf(" size: %" B_PRIu64 " (%" B_PRIu64 " bits), offset: %" B_PRIu64
/haiku/src/add-ons/kernel/drivers/disk/nvme/compat/
H A Dnvme_log.h16 __attribute__((format(printf, 2, 3)));
18 __attribute__((format(printf,2,0)));
/haiku/src/tests/add-ons/kernel/bus_managers/agp_gart/
H A Dgart_tester.cpp157 printf("Alloc %lu bytes, alignment %ld%s\n", size, alignment,
164 printf(" -> base %lx, physical %lx\n", base, physical);
166 printf(" -> failed: %s\n", strerror(status));
175 printf("Map Aperture: %ld, base %lx\n", aperture, apertureBase);
179 printf("Aperture: base %lx, physical base %lx, size %ld, reserved %ld\n",
205 printf("binding memory failed: %s\n", strerror(status));
214 printf("Area %ld, address %p\n", area, address);
217 printf("binding area failed: %s\n", strerror(status));
/haiku/src/tests/system/network/icmp/
H A Dicmp_dumper.cpp47 printf("Received %zd bytes of ICMP message from %s\n", nbytes, host);
56 printf("Type: %u; Code: %u\n", icmp->icmp_type, icmp->icmp_code);
/haiku/src/tests/system/network/ipv6/
H A Draw_server.cpp36 printf("received EOF!\n");
43 printf("received %d bytes: \"%s\"\n", status, p);
H A Dudp_server.cpp36 printf("received EOF!\n");
40 printf("received %d bytes: \"%s\"\n", status, buffer);
/haiku/src/tests/system/network/
H A Dtest2.c33 printf("Thread %d, starting test...\n", tnum + 1);
48 printf( "Thread %d:\n"
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp37 printf("! unable to setup the sample tar --> exit");
75 printf("! unable to write the sample data to [%s]\n", path.String());

Completed in 153 milliseconds

<<11121314151617181920>>