Searched refs:fprintf (Results 1 - 25 of 1485) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dcpp.cpp20 extern "C" int fprintf() { return 0; } function
/haiku-fatelf/src/add-ons/media/media-add-ons/demultiplexer/
H A Dmisc.cpp16 fprintf(stderr,"[");
18 case media_multistream_format::B_ANY: fprintf(stderr,"ANY"); break;
19 case media_multistream_format::B_VID: fprintf(stderr,"VID"); break;
20 case media_multistream_format::B_AVI: fprintf(stderr,"AVI"); break;
21 case media_multistream_format::B_MPEG1: fprintf(stderr,"MPEG1"); break;
22 case media_multistream_format::B_MPEG2: fprintf(stderr,"MPEG2"); break;
23 case media_multistream_format::B_QUICKTIME: fprintf(stderr,"QUICKTIME"); break;
24 default: fprintf(stderr,"????"); break;
26 fprintf(stderr," avg_bit_rate(%f) max_bit_rate(%f)",
28 fprintf(stder
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/reader/
H A Dmisc.cpp16 fprintf(stderr,"[");
18 case media_multistream_format::B_ANY: fprintf(stderr,"ANY"); break;
19 case media_multistream_format::B_VID: fprintf(stderr,"VID"); break;
20 case media_multistream_format::B_AVI: fprintf(stderr,"AVI"); break;
21 case media_multistream_format::B_MPEG1: fprintf(stderr,"MPEG1"); break;
22 case media_multistream_format::B_MPEG2: fprintf(stderr,"MPEG2"); break;
23 case media_multistream_format::B_QUICKTIME: fprintf(stderr,"QUICKTIME"); break;
24 default: fprintf(stderr,"????"); break;
26 fprintf(stderr," avg_bit_rate(%f) max_bit_rate(%f)",
28 fprintf(stder
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/writer/
H A Dmisc.cpp16 fprintf(stderr,"[");
18 case media_multistream_format::B_ANY: fprintf(stderr,"ANY"); break;
19 case media_multistream_format::B_VID: fprintf(stderr,"VID"); break;
20 case media_multistream_format::B_AVI: fprintf(stderr,"AVI"); break;
21 case media_multistream_format::B_MPEG1: fprintf(stderr,"MPEG1"); break;
22 case media_multistream_format::B_MPEG2: fprintf(stderr,"MPEG2"); break;
23 case media_multistream_format::B_QUICKTIME: fprintf(stderr,"QUICKTIME"); break;
24 default: fprintf(stderr,"????"); break;
26 fprintf(stderr," avg_bit_rate(%f) max_bit_rate(%f)",
28 fprintf(stder
[all...]
/haiku-fatelf/src/libs/mapm/
H A Dmapmutl1.c50 fprintf(stderr, "MAPM Error: %s\n", message);
55 fprintf(stderr, "MAPM Warning: %s\n", message);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/mqueue_h/
H A D1-1.c13 fprintf(stderr, "Not Implemented!\n");
H A D10-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D11-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D2-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D3-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D4-1.c12 fprintf(stderr, "Test not implemented!\n");
H A D5-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D6-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D7-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D8-1.c13 fprintf(stderr, "Test not implemented!\n");
H A D9-1.c13 fprintf(stderr, "Test not implemented!\n");
/haiku-fatelf/src/bin/network/telnet/
H A Dutilities.c123 fprintf(stderr, "Cannot open %s.\n", file);
141 fprintf(NetTrace, "%c 0x%x\t", direction, offset);
146 fprintf(NetTrace, "%c%.2x",
156 fprintf(NetTrace, "%.2x", (*pThis)&0xff);
163 fprintf(NetTrace, "\r\n");
165 fprintf(NetTrace, "\n");
184 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option));
186 fprintf(NetTrace, "%s IAC %d", direction, option);
192 fprintf(NetTrace, "%s %s ", direction, fmt);
194 fprintf(NetTrac
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-1.c48 fprintf(stderr,"Thread1 failed to acquire the mutex\n");
51 fprintf(stderr,"Thread1 started\n");
55 fprintf(stderr,"Fail to get current time\n");
61 fprintf(stderr,"Thread1 is waiting for the cond\n");
65 fprintf(stderr,"Thread1 stops waiting when time is out\n");
69 fprintf(stderr,"pthread_cond_timedwait return %d\n", rc);
74 fprintf(stderr,"Thread1 wakened\n");
76 fprintf(stderr,"Thread1 did not block on the cond at all\n");
81 fprintf(stderr,"Thread1 should not be able to lock the mutex again\n");
85 fprintf(stder
[all...]
H A D3-1.c41 fprintf(stderr,"Thread1 failed to acquire the mutex\n");
44 fprintf(stderr,"Thread1 started\n");
48 fprintf(stderr,"Fail to get current time\n");
54 fprintf(stderr,"Thread1 is waiting for the cond\n");
58 fprintf(stderr,"Thread1 stops waiting when time is out\n");
62 fprintf(stderr,"pthread_cond_timedwait return %d\n", rc);
69 fprintf(stderr,"Thread1 did not block on the cond at all\n");
72 fprintf(stderr,"Thread1 wakened and got returned value 0\n");
75 fprintf(stderr,"Thread1 failed to release the mutex\n");
78 fprintf(stder
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dfwide_test.c16 fprintf(stdout, "stdout should now be set to non-wide mode ...\n");
30 fprintf(stderr, "%s", "this should *not* be visible!\n");
33 fprintf(stderr, "%ls", L"this should *not* be visible!\n");
36 fprintf(stdout, "%ls", L"this *should* be visible!\n");
39 fprintf(stdout, "%s", "this *should* be visible!\n");
44 fprintf(stderr, "%s", "this should *not* be visible!\n");
47 fprintf(stderr, "%ls", L"this should *not* be visible!\n");
50 fprintf(stdout, "%ls", L"this *should* be visible! (��������)\n");
53 fprintf(stdout, "%s", "this *should* be visible! (��������)\n");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D2-1.c39 fprintf(stderr,"[Thread 0x%p] failed to acquire the mutex\n",(void*)self);
42 fprintf(stderr,"[Thread 0x%p] started and locked the mutex\n", (void*)self);
45 fprintf(stderr,"[Thread 0x%p] is waiting for the cond\n", (void*)self);
48 fprintf(stderr,"pthread_cond_wait return %d\n", rc);
53 fprintf(stderr,"[Thread 0x%p] should not be able to lock the mutex again\n",
58 fprintf(stderr,"[Thread 0x%p] was wakened and acquired the mutex again\n", (void*)self);
62 fprintf(stderr,"[Thread 0x%p] failed to release the mutex\n", (void*)self);
66 fprintf(stderr,"[Thread 0x%p] released the mutex\n", (void*)self);
76 fprintf(stderr,"Fail to initialize mutex\n");
80 fprintf(stder
[all...]
H A D4-1.c38 fprintf(stderr,"[Thread 0x%p] failed to acquire the mutex\n", (void*)self);
41 fprintf(stderr,"[Thread 0x%p] started and locked the mutex\n", (void*)self);
44 fprintf(stderr,"[Thread 0x%p] is waiting for the cond\n", (void*)self);
47 fprintf(stderr,"pthread_cond_wait return %d\n", rc);
50 fprintf(stderr,"[Thread 0x%p] was wakened\n", (void*)self);
54 fprintf(stderr,"[Thread 0x%p] failed to release the mutex\n", (void*)self);
66 fprintf(stderr,"Fail to initialize mutex\n");
70 fprintf(stderr,"Fail to initialize cond\n");
76 fprintf(stderr,"Fail to create thread[%d]\n", i);
86 fprintf(stder
[all...]
H A D1-1.c38 fprintf(stderr,"[Thread 0x%p] failed to acquire the mutex\n", (void*)self);
42 fprintf(stderr,"[Thread 0x%p] started and locked the mutex\n", (void*)self);
44 fprintf(stderr,"[Thread 0x%p] is waiting for the cond\n", (void*)self);
47 fprintf(stderr,"pthread_cond_wait return %d\n", rc);
51 fprintf(stderr,"[Thread 0x%p] was wakened and acquired the mutex again\n", (void*)self);
54 fprintf(stderr,"[Thread 0x%p] failed to release the mutex\n", (void*)self);
57 fprintf(stderr,"[Thread 0x%p] released the mutex\n", (void*)self);
67 fprintf(stderr,"Fail to initialize mutex\n");
71 fprintf(stderr,"Fail to initialize cond\n");
77 fprintf(stder
[all...]
/haiku-fatelf/src/bin/pkgman/
H A Dpkgman.h18 fprintf(stderr, "*** " msg); \
19 fprintf(stderr, " : %s\n", strerror(result)); \
25 fprintf(stderr, "*** " msg); \
26 fprintf(stderr, " : %s\n", strerror(result)); \
31 fprintf(stderr, "* " msg); \
32 fprintf(stderr, " : %s\n", strerror(result)); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-1.c46 fprintf(stderr,"Thread1 failed to acquire the mutex\n");
49 fprintf(stderr,"Thread1 started\n");
52 fprintf(stderr,"Thread1 is waiting for the cond\n");
55 fprintf(stderr,"pthread_cond_wait return %d\n", rc);
59 fprintf(stderr,"Thread1 wakened\n");
61 fprintf(stderr,"Thread1 did not block on the cond at all\n");
66 fprintf(stderr,"Thread1 should not be able to lock the mutex again\n");
70 fprintf(stderr,"Thread1 failed to trylock the mutex (as expected)\n");
73 fprintf(stderr,"Thread1 failed to release the mutex\n");
77 fprintf(stder
[all...]

Completed in 192 milliseconds

1234567891011>>