Searched refs:printf (Results 1 - 25 of 1261) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp141 printf("\t%c%c%c%c:%d:%s\n", c[3], c[2], c[1], c[0], child->Size(), name);
172 printf("%#06x:%s%c%c%c%c:%d\n",
/haiku/3rdparty/qtcreator/
H A Dcreate_project_file.sh23 printf "// Add predefined macros for your project here. For example:\n// #define THE_ANSWER 42\n" \
25 printf "[General]\n" >$DIR/$NAME.creator
/haiku/headers/cpp/
H A Diostdio.h83 #define printf _IO_printf macro
H A Dropeimpl.h1003 printf("NULL\n"); return;
1011 printf("Concatenation %p (depth = %d, len = %ld, %s balanced)\n",
1014 printf("Concatenation %p (rc = %ld, depth = %d, "
1039 printf("%s %p (depth = %d, len = %ld) ",
1042 printf("%s %p (rc = %ld, depth = %d, len = %ld) ",
1053 printf("%s%s\n",
1056 printf("\n");
/haiku/headers/libs/udis86/libudis86/
H A Dsyn.h40 __attribute__ ((format (printf, 2, 3)));
/haiku/headers/private/bluetooth/
H A DPortListener.h176 printf("Error in PortListener handler=%s port=%s\n", strerror(status),
H A Ddebug.h18 printf("### ERROR: ");
41 #define TRACE(a...) printf("TRACE %s : %s\n", __PRETTY_FUNCTION__, a)
47 #define END() printf("ENDING %s\n",__PRETTY_FUNCTION__)
48 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__)
60 #define PRINT(l, a...) printf(l, a)
/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/headers/private/drivers/
H A Dksocket.h30 #define kmessage(fmt, ...) printf(fmt "\n", ##__VA_ARGS__)
/haiku/headers/private/firewire/
H A Dfwglue.h18 #define printf(a...) dprintf(a) macro
/haiku/headers/private/kernel/arch/m68k/
H A Dstage2_priv.h15 int printf(const char *fmt, ...);
/haiku/headers/private/kernel/arch/ppc/
H A Dstage2_priv.h15 int printf(const char *fmt, ...);
/haiku/headers/private/media/
H A DMediaDebug.h16 #define UNIMPLEMENTED() printf("UNIMPLEMENTED %s\n",__PRETTY_FUNCTION__)
17 inline void ERROR(const char *fmt, ...) { va_list ap; va_start(ap, fmt); printf("### ERROR: "); vprintf(fmt, ap); va_end(ap); }
20 #define PRINT_FORMAT(_text, _fmt) do { char _buf[300]; string_for_format((_fmt), _buf, sizeof(_buf)); printf("%s %s\n", (_text), (_buf)); } while (0)
21 #define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
22 #define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
25 #define BROKEN() printf("BROKEN %s\n",__PRETTY_FUNCTION__)
26 #define TRACE printf
33 #define CALLED() printf("CALLED %s\n",__PRETTY_FUNCTION__)
43 #define UNIMPLEMENTED() printf("UNIMPLEMENTED %s\n",__PRETTY_FUNCTION__)
/haiku/headers/private/midi/
H A Ddebug.h36 #define TRACE(args) { printf("[midi] "); printf args; printf("\n"); }
/haiku/headers/private/shared/
H A DFunctionTracer.h26 printf("%s%s {\n", fPrepend.String(), fFunctionName.String());
31 // printf("%s - leave\n", fFunctionName.String());
32 printf("%s}\n", fPrepend.String());
/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h147 // printf("Launch(%s)\n", i->second->getName().c_str());
176 printf("%s", (*i).c_str());
190 printf("\n");
200 // printf("Wait(%s)...", i->second->getName().c_str());
203 // printf("done\n");
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp32 # define STRACE(x) printf x
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp55 # define TRACE(x...) printf(x)
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp43 #define TRACE printf
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp44 #define TRACE printf
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp42 printf("artist: %s, title: %s, album: %s\n", artist.toCString(),
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp20 # define STRACE(x...) printf("FT: " x)
52 printf("CLuceneWriteDataBase fDataBasePath %s\n", fDataBasePath.Path());
H A DFullTextAnalyser.cpp24 # define STRACE(x...) printf("FullTextAnalyser: " x)
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeymap.cpp86 printf(" 0x%02x\t", i);
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp39 #define LOG(x) printf x // TODO: log to "MouseInputDevice::sLogFile"

Completed in 212 milliseconds

1234567891011>>