Searched refs:stderr (Results 26 - 50 of 713) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerAddOn.cpp39 fprintf(stderr,"MediaDemultiplexerAddOn::MediaDemultiplexerAddOn\n");
50 fprintf(stderr,"MediaDemultiplexerAddOn::InitCheck\n");
56 fprintf(stderr,"MediaDemultiplexerAddOn::CountFlavors\n");
64 fprintf(stderr,"MediaDemultiplexerAddOn::GetFlavorAt\n");
66 fprintf(stderr,"<- B_BAD_INDEX\n");
80 fprintf(stderr,"MediaDemultiplexerAddOn::InstantiateNodeFor\n");
85 fprintf(stderr,"<- B_NO_MEMORY\n");
96 fprintf(stderr,"MediaDemultiplexerAddOn::GetConfigurationFor\n");
100 fprintf(stderr,"<- B_BAD_TYPE\n");
108 fprintf(stderr,"MediaDemultiplexerAddO
[all...]
H A DMediaDemultiplexerNode.cpp34 fprintf(stderr,"MediaDemultiplexerNode::~MediaDemultiplexerNode\n");
48 fprintf(stderr,"MediaDemultiplexerNode::MediaDemultiplexerNode\n");
73 fprintf(stderr,"MediaDemultiplexerNode::InitCheck\n");
80 fprintf(stderr,"MediaDemultiplexerNode::GetConfigurationFor\n");
91 fprintf(stderr,"MediaDemultiplexerNode::AddOn\n");
105 fprintf(stderr,"MediaDemultiplexerNode::Start(pt=%lld)\n",performance_time);
114 fprintf(stderr,"MediaDemultiplexerNode::Stop(pt=%lld,<immediate>)\n",performance_time);
116 fprintf(stderr,"MediaDemultiplexerNode::Stop(pt=%lld,<scheduled>)\n",performance_time);
125 fprintf(stderr,"MediaDemultiplexerNode::Seek(mt=%lld,pt=%lld)\n",media_time,performance_time);
132 fprintf(stderr,"MediaDemultiplexerNod
[all...]
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp17 fprintf(stderr, "Camera ready\n");
23 //fprintf(stderr,"This frame was %d bytes\n", total_size);
29 fprintf(stderr,"Saved as file:%s \n", fname);
37 fprintf(stderr, "Camera not ready\n");
/haiku/src/tests/system/kernel/
H A Dlock_node_test.cpp11 fprintf(stderr, "usage: lock_node <file>\n");
18 fprintf(stderr, "lock_node: could not open \"%s\": %s\n", argv[1], strerror(status));
24 fprintf(stderr, "lock_node: could not lock \"%s\": %s\n", argv[1], strerror(status));
H A Dmmap_resize_test.cpp25 fprintf(stderr, "Failed to open \"%s\": %s\n", fileName,
35 fprintf(stderr, "Failed to write to file!\n");
43 fprintf(stderr, "Failed to map the file: %s\n", strerror(errno));
50 fprintf(stderr, "Failed to truncate the file: %s\n", strerror(errno));
H A Dfibo_exec.cpp62 fprintf(stderr, "Could not create exec A: %s\n", strerror(errno));
66 fprintf(stderr, "fork() failed for child A: %s\n", strerror(errno));
78 fprintf(stderr, "Could not create exec B: %s\n", strerror(errno));
82 fprintf(stderr, "fork() failed for child B: %s\n", strerror(errno));
94 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", childA, strerror(status));
103 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", childB, strerror(status));
H A Dtransfer_area_test.cpp27 fprintf(stderr, "Area receiver is not yet running.\n");
38 fprintf(stderr, "Could not create area: %s.\n", strerror(area));
47 fprintf(stderr, "Could not transfer area: %s.\n",
57 fprintf(stderr, "Could not create port: %s.\n", strerror(area));
66 fprintf(stderr, "Reading from port failed: %s.\n", strerror(size));
74 fprintf(stderr, "Could not get area info.\n");
/haiku/src/tests/system/libroot/posix/
H A Dclearenv.cpp21 fprintf(stderr, "Test %d: setting variable failed!\n", gTestNr);
29 fprintf(stderr, "Test %d: not cleared!\n", gTestNr);
31 fprintf(stderr, "Test %d: setting other failed!\n", gTestNr);
H A Dsetpgid_test.cpp17 fprintf(stderr, "fork() failed: %s\n", strerror(errno));
26 fprintf(stderr, "child: first setpgid() failed: %s\n", strerror(errno));
31 // fprintf(stderr, "child: setsid() failed: %s\n", strerror(errno));
39 fprintf(stderr, "fork() 2 failed: %s\n", strerror(errno));
55 fprintf(stderr, "child: second setpgid() failed: %s\n", strerror(errno));
H A Dchmod.cpp24 fprintf(stderr, "usage: %s <file> <size>\n", __progname);
30 fprintf(stderr, "%s: cannot stat file \"%s\": %s\n", __progname,
37 fprintf(stderr, "%s: could open the file read-only \"%s\": %s\n",
42 fprintf(stderr, "%s: couldn't chmod a file opened read-only \"%s\": %s\n",
H A Dabort_test.cpp31 fprintf(stderr, "abort thread aborted: %s\n", strerror(status));
34 fprintf(stderr, "main exiting\n");
/haiku/src/apps/codycam/
H A DSftpClient.cpp41 fprintf(stderr, _GetReadText(), len);
45 fprintf(stderr, _GetReplyText(), reply.String());
63 fprintf(stderr, _GetReadText(), len);
66 fprintf(stderr, _GetReplyText(), reply.String());
112 fprintf(stderr, _GetLongReadText(), len);
115 fprintf(stderr, _GetReplyText(), reply.String());
121 fprintf(stderr, _GetLongReadText(), len);
125 fprintf(stderr, _GetReplyText(), reply.String());
134 fprintf(stderr, _GetLongReadText(), len);
138 fprintf(stderr, _GetReplyTex
[all...]
/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp103 fprintf(stderr, "unable to open the input file; '%s'\n",
114 fprintf(stderr, "unable to open the output file; '%s'\n",
132 fprintf(stderr, "unable to setup png write data structures\n");
168 fprintf(stderr, "unable to setup png info data structures\n");
188 fprintf(stderr,"out of memory\n");
198 fprintf(stderr,"out of memory\n");
211 fprintf(stderr, "error reading input; %s\n", strerror(err));
217 fprintf(stderr, "the hvif data is too small to visably be valid\n");
225 fprintf(stderr, "the input data does not look like hvif because the"
245 fprintf(stderr, "wa
[all...]
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp42 fprintf(stderr,"MediaWriter::~MediaWriter\n");
60 fprintf(stderr,"MediaWriter::MediaWriter\n");
79 fprintf(stderr,"MediaWriter::Preroll\n");
89 fprintf(stderr,"MediaWriter::HandleMessage\n");
106 fprintf(stderr,"MediaWriter::NodeRegistered\n");
126 fprintf(stderr,"MediaWriter::SetRef\n");
130 fprintf(stderr,"AbstractFileInterfaceNode::SetRef returned an error\n");
144 fprintf(stderr," compatible format = no re-negotiation necessary\n");
151 // fprintf(stderr," format change successful\n");
208 fprintf(stderr,"MediaWrite
[all...]
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp26 fprintf(stderr, "Haiku Network Team: pppconfig: sVersion %s\n", sVersion);
27 fprintf(stderr, "With pppconfig you can create and manage PPP connections.\n");
28 fprintf(stderr, "Usage:\n");
29 fprintf(stderr, "pppconfig show | -a\n");
30 fprintf(stderr, "pppconfig init <name>\n");
31 fprintf(stderr, "pppconfig create <name>\n");
32 fprintf(stderr, "pppconfig connect <name|interface|id>\n");
33 fprintf(stderr, "pppconfig disconnect <name|interface|id>\n");
34 fprintf(stderr, "pppconfig delete <name|interface|id>\n");
35 fprintf(stderr, "pppconfi
[all...]
/haiku/src/tools/fs_shell/
H A Dfs_shell_command.cpp17 fprintf(stderr, "Error: Command line too long\n");
53 fprintf(stderr, "Error: No command given.\n");
71 fprintf(stderr, "Error: Command failed: %s\n", strerror(result));
72 fprintf(stderr, "Error: Command was:\n %s\n", command);
/haiku/src/kits/package/hpkg/
H A DStandardErrorOutput.cpp20 vfprintf(stderr, format, args);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dsettings.c27 fprintf(stderr, "websearchfs: loaded settings\n");
41 fprintf(stderr, "websearchfs: settings: max_nodes = %" B_PRIu32 "\n", max_vnodes);
42 fprintf(stderr, "websearchfs: settings: max_results = %" B_PRIu32 " \n", max_results);
43 fprintf(stderr, "websearchfs: settings: sync_unlink = %c\n", sync_unlink_queries?'t':'f');
/haiku/src/bin/multiuser/
H A Dpasswd.cpp46 fprintf(error ? stderr : stdout, kUsage, __progname);
89 fprintf(stderr, "Error: You need to be root.\n");
98 fprintf(stderr, "Error: Only root can delete users' passwords.\n");
103 fprintf(stderr, "Error: A user must be specified.\n");
113 fprintf(stderr, "Error: No user with name \"%s\".\n", user);
118 fprintf(stderr, "Error: Only root can change the passwd for other "
125 fprintf(stderr, "Error: Ugh! Couldn't get passwd entry for uid "
155 fprintf(stderr, "Error: The password is too long.\n");
168 fprintf(stderr, "Error: passwords don't match\n");
185 fprintf(stderr, "Erro
[all...]
/haiku/headers/private/midi/
H A Ddebug.h31 #define WARN(args) { fprintf(stderr, "[midi] WARNING: %s\n", args); }
32 #define UNIMPLEMENTED { fprintf(stderr, "[midi] UNIMPLEMENTED %s\n",__PRETTY_FUNCTION__); }
/haiku/src/tests/kits/net/
H A DNetAddressTest.cpp23 fprintf(stderr,
29 fprintf(stderr, "expected in_addr %lx - got %x\n", nwAddr, addr.s_addr);
34 fprintf(stderr, "expected port %u - got %u\n", hostPort, port);
40 fprintf(stderr,
46 fprintf(stderr, "expected sockaddr-family %u - got %u\n", AF_INET,
51 fprintf(stderr, "expected sockaddr-port %x - got %x\n", nwPort,
56 fprintf(stderr, "expected sockaddr-address %lx - got %x\n", nwAddr,
68 fprintf(stderr, "expected sizeof(netAddr) to be 52 - is %ld\n",
H A DNetEndpointTest.cpp35 fprintf(stderr, fmt, addr1.s_addr, port1, addr2.s_addr, port2);
52 fprintf(stderr, "Archive() failed - %lx:%s\n", status,
59 fprintf(stderr, "'class' not found in archive\n");
64 fprintf(stderr, "expected 'class' to be 'BNetEndpoint' - is '%s'\n",
73 fprintf(stderr, "'_BNetEndpoint_addr_addr' not found in archive\n");
78 fprintf(stderr,
86 fprintf(stderr, "'_BNetEndpoint_addr_port' not found in archive\n");
91 fprintf(stderr,
102 fprintf(stderr, "'_BNetEndpoint_peer_addr' not found in archive\n");
107 fprintf(stderr,
[all...]
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKit/
H A DFinePix.cpp48 fprintf(stderr, "FinePix::FinePix()\n");
59 fprintf(stderr, "FinePix: ~FinePix()\n");
66 fprintf(stderr, "FinePix: InitCheck()\n");
78 fprintf(stderr, "FinePix: SetupCam()\n");
91 fprintf(stderr,"data: %x, %x, %x, %x, %x, %x, %x, %x, %x, %x, %x, %x\n",
96 fprintf(stderr,"usb_control_msg failed (%d)\n", ret);
102 fprintf(stderr,"BulkIn: %x, %x, %x, %x, %x, %x\n",
106 fprintf(stderr,"failed to read the result (%d)\n", ret);
119 fprintf(stderr, "FinePix: GetPic()\n");
123 fprintf(stderr,"reques
[all...]
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp24 fprintf(stderr, "usage: dumpcatalog <catalogFiles>\n");
44 fprintf(stderr, "couldn't construct catalog %s - error: %s\n",
49 fprintf(stderr, "couldn't load input-catalog %s - error: %s\n",
56 fprintf(stderr, "couldn't access impl of input-catalog %s\n",
74 fprintf(stderr, "%" B_PRId32 " entr%s dumped\n", count,
77 fprintf(stderr, "no entries found\n");
/haiku/src/kits/network/libnetapi/
H A DNetDebug.cpp94 * * Message is always printed on stderr. Redirect accordingly.
104 fprintf( stderr, "debug: %s\n", msg );
136 * * stderr is flushed after the dump is complete to keep things
146 fprintf( stderr, "----------\n%s\n(dumping %ld bytes)\n",
150 fprintf(stderr, "NULL data!\n");
181 fputs(text, stderr);
184 fputs("----------\n", stderr);
185 fflush( stderr );

Completed in 150 milliseconds

1234567891011>>