Searched refs:fprintf (Results 176 - 200 of 706) sorted by relevance

1234567891011>>

/haiku/src/bin/
H A Dclipboard.cpp161 fprintf(stderr, "%s: Could not open file: %s\n", kProgramName,
170 fprintf(stderr, "%s: Could not read clip: %s\n", kProgramName,
177 fprintf(stderr, "%s: could not lock clipboard.\n", kProgramName);
188 fprintf(stderr, "%s: could not commit data to clipboard.\n",
207 fprintf(stderr, "%s: Could not create file: %s\n", kProgramName,
214 fprintf(stderr, "%s: could not lock clipboard.\n", kProgramName);
225 fprintf(stderr, "%s: Could not write data: %s\n", kProgramName,
262 fprintf(stderr, "%s: could not commit data to clipboard.\n",
270 fprintf(stderr, "%s: could not lock clipboard.\n", kProgramName);
284 fprintf(stder
[all...]
H A Dquery.cpp77 fprintf(stderr, "%s: bad query expression\n", kProgramName);
88 fprintf(stderr, "%s: could not get path for entry\n", kProgramName);
158 fprintf(stderr, "%s: \"%s\" is not a valid file\n", kProgramName, volumePath);
164 fprintf(stderr, "%s: could not get volume: %s\n", kProgramName, strerror(status));
169 fprintf(stderr, "%s: volume containing %s is not query-enabled\n", kProgramName, volumePath);
H A Drmindex.cpp54 fprintf (stderr,
105 fprintf(stderr, "%s: Can't get type of index %s: %s\n",
110 fprintf(stdout, "Removing index \"%s\" of type %s.\n",
115 fprintf(stderr, "%s: Cannot remove index %s: %s\n", kProgramName, indexName, strerror(errno));
210 fprintf(stderr, "%s: can't get information about volume %s\n", kProgramName, path);
H A Dreindex.cpp187 fprintf(stderr, "%s: could not open \"%s\": %s\n", kProgramName, name,
209 fprintf(stderr, "%s: out of memory.\n", kProgramName);
215 fprintf(stderr, "%s: could not read attribute \"%s\" of file "
225 fprintf(stderr, "%s: out of memory.\n", kProgramName);
244 fprintf(stderr, "%s: could not remove attribute '%s' from file "
254 fprintf(stderr, "%s: could not write attribute '%s' to file \"%s\":"
271 fprintf(stderr, "%s: Could not open target volume.\n", kProgramName);
278 fprintf(stderr, "%s: Could not open source volume: %s\n", kProgramName,
290 fprintf(stderr, "%s: Could not get information about index "
297 fprintf(stder
[all...]
H A Dnotify.cpp111 fprintf(stderr, "Missing argument to option --%s\n\n", option);
136 fprintf(stderr, "Bad icon path!\n\n");
143 fprintf(stderr, "Bad path for --onClickFile!\n\n");
152 fprintf(stderr, "Bad path for --onClickRef!\n\n");
161 fprintf(stderr, "Unrecognized option --%s\n\n", option);
171 fprintf(stderr, "Missing message argument!\n\n");
183 fprintf(stderr, "Usage: notify [OPTION]... [MESSAGE]\n"
189 fprintf(stderr, kTypeNames[i + 1] ? "%s|" : "%s\n", kTypeNames[i]);
191 fprintf(stderr,
274 fprintf(stder
[all...]
H A Dlaunch_roster.cpp48 fprintf(stderr, "%s: Could not get job listing: %s\n", kProgramName,
65 fprintf(stderr, "%s: Could not get target listing: %s\n", kProgramName,
105 fprintf(stderr, "Usage: %s log [-rusel] [<job-name>]\n"
175 fprintf(stderr, "%s: Could not get log: %s\n", kProgramName,
215 fprintf(stderr, "%s: Could not get target or job info for \"%s\": "
231 fprintf(stderr, "%s: Starting job \"%s\" failed: %s\n", kProgramName,
247 fprintf(stderr, "%s: Stopping job \"%s\" failed: %s\n", kProgramName,
268 fprintf(stderr, "%s: %s job \"%s\" failed: %s\n", kProgramName,
278 fprintf(stderr, "Usage: %s <command>\n"
346 fprintf(stder
[all...]
H A Dsetversion.cpp42 fprintf(stdout, "Usage: %s filename\n", kProgramName);
43 fprintf(stdout, " [ -system <major> <middle> <minor>\n");
44 fprintf(stdout, " [ [ d | a | b | g | gm | f ] [ <internal> ] ]\n");
45 fprintf(stdout, " [ -short <shortVersionString> ]\n");
46 fprintf(stdout, " [ -long <longVersionString> ] ] # system info\n");
47 fprintf(stdout, " [ -app <major> <middle> <minor>\n");
48 fprintf(stdout, " [ [ d | a | b | g | gm | f ] [ <internal> ] ]\n");
49 fprintf(stdout, " [ -short <shortVersionString> ]\n");
50 fprintf(stdout, " [ -long <longVersionString> ] ] # application info\n");
139 fprintf(stder
[all...]
/haiku/src/libs/glut/
H A Dglut_util.c42 fprintf(stderr, "GLUT: Warning in %s: ",
66 fprintf(stderr, "GLUT: Fatal Error in %s: ",
80 fprintf(stderr, "GLUT: Fatal API Usage in %s: ",
/haiku/src/tests/kits/shared/
H A DJsonTextWriterTest.cpp54 fprintf(stderr, "expected out >%s<\n", JSON_SAMPLE_ARRAY_A_EXPECTED_OUT);
55 fprintf(stderr, "actual out >%s< (%" B_PRIuSIZE ")\n", outputString.String(),
88 fprintf(stderr, "expected out >%s<\n", JSON_SAMPLE_OBJECT_A_EXPECTED_OUT);
89 fprintf(stderr, "actual out >%s< (%" B_PRIuSIZE ")\n", outputString.String(),
122 fprintf(stderr, "expected out >%s<\n", expectedOut);
123 fprintf(stderr, "actual out >%s< (%" B_PRIuSIZE ")\n", outputString.String(),
145 fprintf(stderr, "expected out >%s<\n", expectedOut);
146 fprintf(stderr, "actual out >%s< (%" B_PRIuSIZE ")\n", outputString.String(),
167 fprintf(stderr, "expected out >%s<\n", expectedOut);
168 fprintf(stder
[all...]
/haiku/src/tests/system/network/icmp/
H A Dudp_unreachable.cpp30 fprintf(stderr, "Usage: %s <host> [<port>]\n"
56 fprintf(stderr, "Calling connect() on UDP socket failed: %s\n",
64 fprintf(stderr, "UDP send failed: %s\n", strerror(errno));
/haiku/src/tests/system/runtime_loader/test_suite/
H A Ddlopen_resolve_order469 fprintf(stderr, "Error opening libd.so: %s\n", dlerror());
75 fprintf(stderr, "Error opening liba.so: %s\n", dlerror());
81 fprintf(stderr, "Error getting symbol a: %s\n", dlerror());
/haiku/src/apps/debuganalyzer/
H A DDebugAnalyzer.cpp51 fprintf(stderr, "DebugAnalyzer::ArgvReceived(): Out of "
58 fprintf(stderr, "Failed to create data source for path "
83 fprintf(stderr, "DebugAnalyzer::_CreateWindow(): Out of memory!\n");
/haiku/src/apps/softwareupdater/
H A DUpdateAction.cpp82 fprintf(stderr, "Updates aborted by user: %s\n",
89 fprintf(stderr, "Nothing to do while updating packages : %s\n",
96 fprintf(stderr, B_TRANSLATE(
/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp21 fprintf(stderr, "Error: " __VA_ARGS__); \
22 fprintf(stderr, ": %s\n", strerror(error)); \
40 fprintf(error ? stderr : stdout,
/haiku/src/kits/network/libnetapi/
H A DNetDebug.cpp104 fprintf( stderr, "debug: %s\n", msg );
146 fprintf( stderr, "----------\n%s\n(dumping %ld bytes)\n",
150 fprintf(stderr, "NULL data!\n");
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp54 fprintf(stderr, "Error: couldn't open file %s (%s)\n", filename,
61 fprintf(stderr, "Error: couldn't read header: %s\n", strerror(errno));
66 fprintf(stderr, "Error: invalid header magic.\n");
93 fprintf(stderr, "Error: cannot allocate descriptor size %u.\n",
100 fprintf(stderr, "Error: couldn't read header: %s\n",
160 fprintf(stderr, "compilation error: struct size is %u byte\n",
211 fprintf(stderr, "Error: invalid UUID given (use "
249 fprintf(stderr, "Error: header size must be at least %u byte\n",
255 fprintf(stderr, "Error: header size must be a multiple of 512 bytes\n");
260 fprintf(stder
[all...]
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp107 fprintf(out, "available tests:\n");
110 fprintf(out, " %s\n", kTestInfos[i].name);
120 fprintf(stderr, "Usage: %s <test name>\n", argv[0]);
154 fprintf(stderr, "Insufficient memory to create the test. Sorry.\n");
159 fprintf(stderr, "Error: Invalid test name: \"%s\"\n", testName);
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp54 fprintf(error ? stderr : stdout, kUsage, kAppName);
226 fprintf(stderr, "Invalid option \"%s\"\n", arg);
236 fprintf(stderr, "Invalid mode \"%s\"\n", mode);
246 fprintf(stderr, "fork() failed: %s\n", strerror(errno));
262 fprintf(stderr, "Error: Failed to spawn thread: %s\n",
/haiku/src/bin/keymap/
H A Dmain.cpp76 fprintf(stderr, "%s: error when loading the keymap: %s\n", sProgramName,
169 fprintf(stderr, "%s: error when saving as current: %s",
183 fprintf(stderr, "%s: error while getting keymap: %s!\n",
210 fprintf(stderr, "%s: error saving \"%s\": %s\n", sProgramName,
226 fprintf(stderr, "%s: error saving \"%s\": %s\n", sProgramName,
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp34 fprintf((error ? stderr : stdout), kUsage, name, name, name, name);
101 fprintf(stderr, "Failed to open control device: %s\n",
141 fprintf(stderr, "Failed to install device: %s\n", strerror(error));
158 fprintf(stderr, "Failed to open device `%s': %s\n",
167 fprintf(stderr, "Failed to uninstall device: %s\n", strerror(error));
181 fprintf(stderr, "Failed to open device `%s': %s\n",
195 fprintf(stderr, "Failed to get device info: %s\n", strerror(error));
234 fprintf(stderr, "Parameter expected for `--%s'.\n", arg);
239 fprintf(stderr, "Parameter for `--%s' must be of the form "
255 fprintf(stder
[all...]
/haiku/src/tests/kits/net/
H A Dlink_echo.cpp36 fprintf(stderr, "%s: Invalid MAC address.\n", kProgramName);
53 fprintf(stderr, "%s: sendto(): %s\n", kProgramName,
62 fprintf(stderr, "%s: recvfrom(): %s\n", kProgramName,
83 fprintf(stderr, "%s: recvfrom(): %s\n", kProgramName,
100 fprintf(stderr, "%s: sendto(): %s\n", kProgramName,
118 fprintf(stderr, "usage: %s <device> client <server-mac-address>\n"
135 fprintf(stderr, "usage: %s client <server-mac-address>\n",
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp213 fprintf(stderr, "Detected DV format on input.\n");
222 fprintf(stderr, "Detected MPEG TS format on input.\n");
229 fprintf(stderr, "Unsupported format for receiving: fmt=0x%x", ciph->fmt);
262 fprintf(stderr, "(EAGAIN) - push 'Play'?\n");
265 fprintf(stderr, "read failed");
289 fprintf(stderr, "unknown format 0x%x", ciph->fmt);
303 fprintf(stderr, "%s\n", system_name[system]);
311 fprintf(stderr, "%d", k%10);
318 fprintf(stderr, "(%d blocks padded)",
328 fprintf(stder
[all...]
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp133 fprintf(stderr," Could not open root directory!\n");
194 fprintf(stderr," Not enough memory!\n");
227 fprintf(stderr," inode at (%ld, %d) is corrupt!\n",runs[i].allocation_group,runs[i].start);
281 fprintf(stderr," inode at (%ld, %d) name \"%s\" is not in index!\n",runs[i].allocation_group,runs[i].start,inode->Name());
301 fprintf(stderr," inode at (%ld, %d) name \"%s\" was obviously deleted, but the parent \"%s\" still contains it!\n",runs[i].allocation_group,runs[i].start,name,directory->Name());
307 fprintf(stderr," inode at (%ld, %d) was obviously deleted, and the parent \"%s\" obviously doesn't contain it anymore!\n",runs[i].allocation_group,runs[i].start,directory->Name());
310 fprintf(stderr," inode at (%ld, %d) was obviously deleted, but the parent \"%s\" is invalid and still contains it!\n",runs[i].allocation_group,runs[i].start,directory->Name());
315 fprintf(stderr," inode at (%ld, %d) is not in index and has invalid parent!\n",runs[i].allocation_group,runs[i].start);
325 fprintf(stderr," offset in index and inode offset doesn't match for inode \"%s\" at (%ld, %d)\n",inode->Name(),runs[i].allocation_group,runs[i].start);
371 fprintf(stder
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.cpp18 #define DUMP(text, buffer, size) { fprintf text; dump(buffer, size); }
19 #define DUMP_BITS(text, buffer, size) { fprintf text; dump_bits(buffer, size); }
306 fprintf(stderr, "Error buffer overflow: %d != %d\n", fWidthByte,
314 fprintf(stderr, "Error buffer overflow: %d != %d\n", fOutRowSize,
334 fprintf(stderr, "\n");
336 fprintf(stderr, " ");
339 fprintf(stderr, "%2.2x", (int)*buffer);
345 fprintf(stderr, "\n");
355 fprintf(stderr, "\n");
357 fprintf(stder
[all...]
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp54 fprintf(error ? stderr : stdout, kUsage, kCommandName);
81 fprintf(stderr, "Error: Failed to open \"%s\": %s\n", outputFile,
89 fprintf(stderr, "Error: Failed to initialize the output "
110 fprintf(stderr, "%s: Failed to start `%s': %s\n", kCommandName,
126 fprintf(stderr, "%s: Failed to install signal handlers: %s\n",
137 fprintf(stderr, "%s: Failed to create sample area: %s\n",
154 fprintf(stderr, "%s: Failed to start profiling: %s\n", kCommandName,
193 fprintf(stderr, "%s: Failed to get next sample buffer: %s\n",
199 fprintf(stderr, "%llu events dropped\n", droppedEvents);
247 fprintf(stder
[all...]

Completed in 149 milliseconds

1234567891011>>