Searched refs:strerror (Results 276 - 300 of 878) sorted by path

<<11121314151617181920>>

/haiku/src/tests/libs/bsd/
H A Dwait4_test.cpp63 pid, strerror(errno), childStatus, usage.ru_stime.tv_sec,
/haiku/src/tests/misc/
H A Dwritev-test.cpp14 printf("file open error %s\n", strerror(errno));
24 printf("vec 1 write error %s\n", strerror(errno));
31 printf("vec 2 write error %s\n", strerror(errno));
38 printf("vec 3 write error %s\n", strerror(errno));
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp77 printf("error creating file for archiving: %s\n", strerror(err));
83 printf("error archiving: %s\n", strerror(err));
88 printf("error flattening: %s\n", strerror(err));
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp297 "Window could not be added to subset:\n\n\%s", strerror(status));
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp267 ATRACE(("Cloning accelerant unsuccessful: %s\n", strerror(ret)));
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp1237 fprintf(stderr, "Painter::_DrawBitmap() - colorspace conversion failed: %s\n", strerror(err));
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp246 fprintf(stderr, "fork() failed: %s\n", strerror(errno));
263 strerror(thread));
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp19 printf("get_input_devices returned %s\n", strerror(err));
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp69 _sPrintf("ViewInputDevice: find_port error: (0x%x) %s\n",_Port,strerror(_Port));
111 _sPrintf("ViewInputDevice: read_port error: (0x%x) %s\n",err,strerror(err));
114 _sPrintf("ViewInputDevice: (0x%x) %s\n",err,strerror(err));
/haiku/src/tests/servers/registrar/
H A Dmessage_deliverer_test.cpp101 printf("Broadcast failed: %s\n", strerror(error));
118 strerror(error));
126 printf("Failed to start clipboard watching: %s\n", strerror(error));
139 printf("Failed to commit clipboard data: %s\n", strerror(error));
150 printf("Message runner initialization failed: %s\n", strerror(error));
163 printf("GetAppInfo() failed: %s\n", strerror(error));
171 printf("Failed to get app path: %s\n", strerror(error));
179 printf("Failed re-launch app for broadcasting: %s\n", strerror(errno));
H A Drun_test_registrar.cpp31 __progname, strerror(thread));
/haiku/src/tests/system/kernel/cache/
H A Dcache_control.cpp44 fprintf(stderr, "%s: clearing the cache failed: %s\n", __progname, strerror(status));
48 fprintf(stderr, "%s: unsetting the cache module failed: %s\n", __progname, strerror(status));
52 fprintf(stderr, "%s: setting the module failed: %s\n", __progname, strerror(status));
H A Dfile_map_test.cpp157 strerror(status));
/haiku/src/tests/system/kernel/device_manager/
H A Dlistdev.c87 printf("Error initializing device manager (%s)\n", strerror(error));
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp313 strerror(status));
1860 strerror(status));
/haiku/src/tests/system/kernel/
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 Dfibo_fork.cpp54 fprintf(stderr, "fork() failed for child A: %s\n", strerror(errno));
69 fprintf(stderr, "fork() failed for child B: %s\n", strerror(errno));
81 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", childA, strerror(status));
90 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", childB, strerror(status));
H A Dfibo_load_image.cpp60 fprintf(stderr, "Could not create thread A: %s\n", strerror(threadA));
67 fprintf(stderr, "Could not create thread B: %s\n", strerror(threadB));
82 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", threadA, strerror(status));
91 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", threadB, strerror(status));
H A Dlive_query.cpp123 strerror(status));
H A Dlock_node_test.cpp18 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.cpp26 strerror(errno));
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 Dpage_fault_cache_merge_test.cpp23 fprintf(stderr, "Creating the area failed: %s", strerror(area));
H A Dport_close_test_1.cpp26 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
29 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
32 printf("close port result 0x%08lx (%s)\n", s, strerror(s));
36 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
40 printf("port_buffer_size %ld (0x%08lx) (%s)\n", size, size, strerror(size));
44 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
48 printf("port_buffer_size %ld (0x%08lx) (%s)\n", size, size, strerror(size));
52 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
58 printf("port_buffer_size %ld (0x%08lx) (%s)\n", size, size, strerror(size));
H A Dport_close_test_2.cpp26 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
29 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
32 printf("close port result 0x%08lx (%s)\n", s, strerror(s));
36 printf("write port result 0x%08lx (%s)\n", s, strerror(s));
40 printf("port_buffer_size %ld (0x%08lx) (%s)\n", size, size, strerror(size));
44 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
48 printf("port_buffer_size %ld (0x%08lx) (%s)\n", size, size, strerror(size));
52 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
58 printf("read port code %lx, size %ld (0x%08lx) (%s)\n", code, size, size, strerror(size));
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp916 deviceName, strerror(error));
923 deviceName, strerror(error));

Completed in 270 milliseconds

<<11121314151617181920>>