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

1234567891011>>

/haiku/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/src/add-ons/media/media-add-ons/
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/src/libs/mapm/
H A Dmapmutl1.c50 fprintf(stderr, "MAPM Error: %s\n", message);
55 fprintf(stderr, "MAPM Warning: %s\n", message);
/haiku/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/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");
H A Dgetsubopt_test.cpp23 fprintf(stderr, "failed 1: result=%d, expected %d\n", result, 0);
25 fprintf(stderr, "failed 2: value=%s, expected 'readwrite'\n", value);
28 fprintf(stderr, "failed 3: result=%d, expected %d\n", result, -1);
30 fprintf(stderr, "failed 4: value=%p, expected NULL\n", value);
33 fprintf(stderr, "failed 5: result=%d, expected %d\n", result, 1);
35 fprintf(stderr, "failed 6: value=%p, expected NULL\n", value);
H A Dflock_test.cpp34 fprintf(stderr, "a. Could lock file!\n");
44 fprintf(stderr, "b. Could not lock file: %s\n", strerror(errno));
52 fprintf(stderr, "c. Could not unlock file: %s\n", strerror(errno));
66 fprintf(stderr, "could not open file: %s\n", strerror(errno));
79 fprintf(stderr, "0. Could lock file exclusively without write access!\n");
88 fprintf(stderr, "1. Could not lock file: %s\n", strerror(errno));
97 fprintf(stderr, "could not open file: %s\n", strerror(errno));
106 fprintf(stderr, "2. Could not lock file: %s\n", strerror(errno));
114 fprintf(stderr, "3. Could not lock file: %s\n", strerror(errno));
122 fprintf(stder
[all...]
H A Dtermios.cpp24 fprintf(stderr, "usage: %s <file>\n", __progname);
30 fprintf(stderr, "%s: could open the file read-only \"%s\": %s\n",
36 fprintf(stderr, "%s: tcdrain didn't fail with ENOTTY \"%s\": %s\n",
43 fprintf(stderr, "%s: tcflow didn't fail with ENOTTY \"%s\": %s\n",
51 fprintf(stderr, "%s: tcflush didn't fail with ENOTTY \"%s\": %s\n",
/haiku/src/bin/pkgman/
H A Dpkgman.h20 fprintf(stderr, "*** " msg); \
21 fprintf(stderr, " : %s\n", strerror(result)); \
27 fprintf(stderr, "*** " msg); \
28 fprintf(stderr, " : %s\n", strerror(result)); \
33 fprintf(stderr, "* " msg); \
34 fprintf(stderr, " : %s\n", strerror(result)); \
/haiku/src/kits/midi/
H A DSamples.cpp50 fprintf(stderr, "[midi] BSamples is not supported\n");
57 fprintf(stderr, "[midi] BSamples is not supported\n");
65 fprintf(stderr, "[midi] BSamples is not supported\n");
72 fprintf(stderr, "[midi] BSamples is not supported\n");
79 fprintf(stderr, "[midi] BSamples is not supported\n");
86 fprintf(stderr, "[midi] BSamples is not supported\n");
94 fprintf(stderr, "[midi] BSamples is not supported\n");
101 fprintf(stderr, "[midi] BSamples is not supported\n");
109 fprintf(stderr, "[midi] BSamples is not supported\n");
116 fprintf(stder
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dfprintf.c26 fprintf (FILE *stream, const char *format, ...) function
37 libc_hidden_def (fprintf)
43 weak_alias (fprintf, _IO_fprintf)
/haiku/src/tools/unflatten/
H A Dunflatten.cpp15 fprintf(stderr, "You need to specify a filename on the command line.\n");
19 fprintf(stderr, "File \"%s\" not found.\n", argv[1]);
23 fprintf(stderr, "Unflatten failed.\n");
/haiku/src/bin/
H A Dfstrim.cpp43 fprintf(stderr, "Usage: %s [options] <path-to-mounted-file-system>\n",
45 fprintf(stderr, "\n");
46 fprintf(stderr, "%s reports unused blocks to a storage device.\n",
48 fprintf(stderr, "\n");
49 fprintf(stderr, "List of options:\n");
50 fprintf(stderr, " -o, --offset <num> Start of the trimmed region in bytes (default: 0)\n");
51 fprintf(stderr, " -l, --length <num> Length of the trimmed region in bytes. Trimming will stop\n");
52 fprintf(stderr, " when a file system/device boundary is reached.\n");
53 fprintf(stderr, " (default: trim until the end)\n");
54 fprintf(stder
[all...]
H A Dbeep.cpp21 fprintf(stdout, "usage: beep [ eventname ]\n");
22 fprintf(stdout, "Event names are found in the "
H A Dresizefs.cpp24 fprintf(stderr, "Usage: %s <device> <size>\n"
33 fprintf(stderr, "%s: The new size \"%s\" is not a number\n",
54 fprintf(stderr, "%s: Failed to get disk device for path \"%s\": "
64 fprintf(stderr, "%s: Could not prepare the device for modifications: "
75 fprintf(stderr, "%s: The disk system does not support resizing.\n",
81 fprintf(stderr, "%s: The disk system does not support resizing a "
86 fprintf(stderr, "%s: The disk system does not support resizing a "
96 fprintf(stderr, "%s: Failed to validate the size: %s\n", kProgramName,
115 fprintf(stderr, "%s: Resizing failed: %s\n", kProgramName,
122 fprintf(stder
[all...]
/haiku/src/bin/mail_utils/
H A Dmail.cpp29 fprintf(stdout,"This program can only send mail, not read it.\n");
30 fprintf(stdout,"usage: %s [-v] [-s subject] [-c cc-addr] "
62 fprintf(stdout, "\n");
63 fprintf(stdout, "To:\t%s\n", to.String());
64 fprintf(stdout, "Cc:\t%s\n", cc);
65 fprintf(stdout, "Bcc:\t%s\n", bcc);
66 fprintf(stdout, "Subj:\t%s\n", subject);
67 fprintf(stdout, "\n");
75 fprintf(stderr, "[Error]: You must specify at least one recipient "
82 fprintf(stder
[all...]
/haiku/src/tests/system/libroot/posix/math/
H A Dmath_test.cpp46 fprintf(stdout, "value\tsin2()+cos2()\n");
52 fprintf(stdout, "%0.3f\t%0.10f", f, x*x + y*y);
53 fprintf(stdout, " **");
54 fprintf(stdout, "\n");
58 fprintf(stdout, "\n");
61 fprintf(stdout, "value\tsin(value)\tbe_sin(value)\n");
67 fprintf(stdout, "%0.3f\t%0.10f\t%0.10f", f, x, y);
68 fprintf(stdout, " **");
69 fprintf(stdout, "\n");
73 fprintf(stdou
[all...]
/haiku/src/tests/kits/media/playsound/
H A Dplaysound.cpp41 fprintf(stderr, "playsound - command line sound file player for Haiku\n");
42 fprintf(stderr, "Usage:\n");
43 fprintf(stderr, " playsound [--loop] [--gain <value>] [--pan <value>] <filename>\n");
44 fprintf(stderr, " gain value in percent, can be 0 (silence) to 100 (normal) or higher\n");
45 fprintf(stderr, " pan value in percent, can be -100 (left) to 100 (right)\n");
101 fprintf(stderr, "Can't open file %s\n", file);
113 fprintf(stderr, "Init failed, error 0x%08lx (%s)\n", err, strerror(err));
119 fprintf(stderr, "Setting gain failed, error 0x%08lx (%s)\n", err, strerror(err));
125 fprintf(stderr, "Setting pan failed, error 0x%08lx (%s)\n", err, strerror(err));
131 fprintf(stder
[all...]
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeConsumer.cpp28 fprintf(stderr,"VideoMixerNode(BBufferConsumer)::AcceptFormat\n");
31 fprintf(stderr,"<- B_MEDIA_BAD_DESTINATION");
48 fprintf(stderr,"VideoMixerNode(BBufferConsumer)::GetNextInput (%ld)\n",*cookie);
57 fprintf(stderr,"<- B_ERROR (no more inputs)\n");
71 fprintf(stderr,"VideoMixerNode(BBufferConsumer)::DisposeInputCookie\n");
82 // fprintf(stderr,"ApplyParameterData in MediaDemultiplexerNode::BufferReceived failed\n");
89 fprintf(stderr,"NOT IMPLEMENTED: B_SMALL_BUFFER in VideoMixerNode::BufferReceived\n");
97 fprintf(stderr,"EventQueue()->AddEvent(event) in VideoMixerNode::BufferReceived failed\n");
103 fprintf(stderr,"unexpected buffer type in VideoMixerNode::BufferReceived\n");
114 fprintf(stder
[all...]
H A DVideoMixerNodeProducer.cpp30 fprintf(stderr,"VideoMixerNode(BBufferProducer)::FormatSuggestionRequested\n");
52 fprintf(stderr,"VideoMixerNode(BBufferProducer)::FormatProposal\n");
84 fprintf(stderr,"VideoMixerNode(BBufferProducer)::FormatChangeRequested\n");
88 fprintf(stderr,"<- B_MEDIA_BAD_SOURCE\n");
102 fprintf(stderr,"VideoMixerNode(BBufferProducer)::GetNextOutput (%ld)\n",*cookie);
106 fprintf(stderr,"<- B_ERROR (no more outputs)\n");
118 fprintf(stderr,"VideoMixerNode(BBufferProducer)::DisposeOutputCookie\n");
127 fprintf(stderr,"VideoMixerNode(BBufferProducer)::SetBufferGroup\n");
131 fprintf(stderr,"<- B_MEDIA_BAD_SOURCE\n");
159 fprintf(stder
[all...]
/haiku/src/system/libroot/posix/signal/
H A Dpsignal.cpp17 fprintf(stderr, "%s: %s\n", message, strsignal(signal));
19 fprintf(stderr, "%s\n", strsignal(signal));
/haiku/src/tools/fs_shell/
H A Dfs_shell_command_unix.cpp24 fprintf(stderr, "Error: Failed to open command output: %s\n",
32 fprintf(stderr, "Error: Failed to open command reply input: %s\n",
40 fprintf(stderr, "Error: Failed to write command to FS shell: %s\n",
48 fprintf(stderr, "Error: Failed to get command reply: %s\n",
57 fprintf(stderr, "Error: Read non-number command reply from FS shell: "
/haiku/src/tests/system/kernel/
H A Dselect_close_test.cpp17 fprintf(stderr, "fd %d closed\n", fd);
36 fprintf(stderr, "select({0, %d}, NULL, NULL, NULL) ...\n", fd);
38 fprintf(stderr, "select(): %d\n", result);
40 fprintf(stderr, "fd %d: %s\n", 0, FD_ISSET(0, &readSet) ? "r" : " ");
41 fprintf(stderr, "fd %d: %s\n", fd, FD_ISSET(fd, &readSet) ? "r" : " ");
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolListener.cpp83 fprintf(stderr, " ");
87 fprintf(stderr, "!!!");
92 fprintf(stderr, "<--");
97 fprintf(stderr, "-->");
101 fprintf(stderr, " %s: %s\n", caller->Protocol().String(), text);
/haiku/src/tests/kits/app/messaging/
H A DPortLinkTest.cpp16 fprintf(stderr, "get message failed!\n");
20 fprintf(stderr, "code is wrong (%ld)!\n", code);
45 fprintf(stderr, "attaching huge message succeded (it shouldn't)!\n");
60 fprintf(stderr, "flushing messages failed: %ld, %s!\n",
69 fprintf(stderr, "reading message failed!\n");
74 fprintf(stderr, "value is wrong: %ld!\n", value);
86 fprintf(stderr, "reading string failed!\n");
89 fprintf(stderr, "reading string succeeded, but shouldn't!\n");
101 fprintf(stderr, "reading would not block!\n");

Completed in 107 milliseconds

1234567891011>>