Searched refs:strerror (Results 226 - 250 of 878) sorted by path

1234567891011>>

/haiku/src/tests/add-ons/kernel/bus_managers/agp_gart/
H A Dgart_tester.cpp166 printf(" -> failed: %s\n", strerror(status));
205 printf("binding memory failed: %s\n", strerror(status));
217 printf("binding area failed: %s\n", strerror(status));
/haiku/src/tests/add-ons/kernel/drivers/hpet/
H A Dmain.cpp15 printf("Cannot open HPET driver: %s\n", strerror(errno));
31 printf("%s.\n", strerror(status));
36 printf("%s.\n", strerror(status));
41 printf("%s.\n", strerror(status));
/haiku/src/tests/add-ons/kernel/drivers/random/
H A Drandom_test.cpp19 strerror(errno));
27 strerror(errno));
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dposix_openpt_test.cpp53 die("posix_openpt error: %s\n", strerror(errno));
56 die("grantpt error: %s\n", strerror(errno));
59 die("unlockpt error: %s\n", strerror(errno));
64 die("fork error: %s\n", strerror(errno));
67 die("setsid() error: %s\n", strerror(errno));
70 die("ptsname error: %s\n", strerror(errno));
73 die("open of slave failed: %a\n", strerror(errno));
80 die("error doing dup's : %s\n", strerror(errno));
84 die("execve error: %s\n", strerror(errno));
H A Dtty-test.cpp234 sprintf("Failed to spawn thread: %s\n", strerror(fThread));
310 "mode: %s\n", strerror(errno));
324 strerror(errno));
331 "mode: %s\n", strerror(errno));
352 strerror(errno));
377 strerror(errno));
411 strerror(errno));
844 printf("e: %s\n", strerror(errno));
851 printf("e: %s\n", strerror(errno));
857 printf("e: %s\n", strerror(errn
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp195 strerror(status));
/haiku/src/tests/add-ons/kernel/file_systems/bfs/bufferPool/
H A Dmain.cpp28 printf("\t%ld. Couldn't get buffer: %s\n", id, strerror(status));
/haiku/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp150 strerror(errno));
168 fprintf(stderr, "Error: Failed to stat image: %s\n", strerror(errno));
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp85 printf("-> %s\n\n", strerror(bytes));
/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c25 printf("chmod fails: %s\n", strerror(errno));
38 printf(" errno = %d (%s)\n", errno, strerror(errno));
46 printf(" errno = %d (%s)\n", errno, strerror(errno));
/haiku/src/tests/add-ons/kernel/file_systems/cdda/
H A Dcdda_text.cpp54 strerror(status));
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp152 strerror(errno));
166 strerror(errno));
173 strerror(status));
200 kProgramName, name, strerror(errno));
245 kProgramName, strerror(status));
258 kProgramName, hashFileName, strerror(status));
/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp50 i, strerror(errno));
56 i, strerror(errno));
151 kProgramName, i, strerror(errno));
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp318 error("stat file failed: %s\n", strerror(errno));
341 error("writing failed: %s", strerror(errno));
395 strerror(errno));
402 error("stat file \"%s\" failed: %s", file.name.c_str(), strerror(errno));
426 strerror(errno));
468 strerror(errno));
490 error("mounting failed: %s", strerror(volume));
499 error("unmounting failed: %s", strerror(status));
515 error("creating dir \"%s\" failed: %s", name.c_str(), strerror(errno));
544 error("removing dir \"%s\" failed: %s", name.c_str(), strerror(errn
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h61 #define REPORT_ERROR(status) __out("udf: %s:%s:%ld: %s\n", __FILE__, __FUNCTION__, __LINE__, strerror(status));
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c194 strerror(status));
462 fprintf(stderr, "couldn't create area: %s.\n", strerror(connection->area));
470 fprintf(stderr, "couldn't create port: %s.\n", strerror(connection->port));
478 fprintf(stderr, "couldn't create semaphore: %s.\n", strerror(connection->commandSemaphore));
487 fprintf(stderr, "couldn't create thread: %s.\n", strerror(cookie->runner));
H A Duserland_modules.cpp117 printf("Failed to init module %s: %s.\n", m->name, strerror(status));
434 printf("Failed to load %s addon: %s.\n", path, strerror(addon_id));
563 printf("Failed to unload %s addon: %s.\n", ma->path, strerror(status));
705 // printf("done (%s).\n", strerror(status));
745 // printf("done (%s).\n", strerror(status));
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp34 fprintf(stderr, "Error during %s: %s\n", context, strerror(status));
/haiku/src/tests/add-ons/translators/exif/
H A Ddump_exif.cpp106 strerror(status));
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp211 STRACE(("ServerApp::MonitorApp(): GetNextMessage returned %s\n", strerror(err)));
/haiku/src/tests/kits/app/
H A DDanoMessageTest.cpp32 fprintf(stderr, "Could not open message \"%s\": %s\n", argv[i], strerror(file.InitCheck()));
54 fprintf(stderr, "Could not unflatten message: %s\n", strerror(status));
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp182 printf("ERROR: Couldn't resume app thread: %s\n", strerror(error));
184 printf("ERROR: Couldn't spawn app thread: %s\n", strerror(fAppThread));
301 strerror(error));
305 strerror(fTerminator));
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp159 printf("ERROR: Couldn't init app file: %s\n", strerror(error));
161 printf("ERROR: Couldn't get app ref: %s\n", strerror(error));
169 printf("ERROR: Couldn't init messenger: %s\n", strerror(error));
H A DRosterLaunchTestApp1.cpp152 printf("ERROR: Couldn't init app file: %s\n", strerror(error));
154 printf("ERROR: Couldn't get app ref: %s\n", strerror(error));
162 printf("ERROR: Couldn't init messenger: %s\n", strerror(error));
H A DRosterWatchingTestApp1.cpp159 printf("ERROR: Couldn't init app file: %s\n", strerror(error));
161 printf("ERROR: Couldn't get app ref: %s\n", strerror(error));
169 printf("ERROR: Couldn't init messenger: %s\n", strerror(error));

Completed in 176 milliseconds

1234567891011>>