/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/ |
H A D | 2-1.c | 30 #include <errno.h> 68 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 83 i, strerror(errno)); in main() 116 printf(TNAME " Error at lseek(): %s\n", strerror(errno)); in main() 121 printf(TNAME " Error at read(): %s\n", strerror(errno)); in main()
|
H A D | 1-1.c | 30 #include <errno.h> 59 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 72 printf(TNAME " Error at aio_write(): %s\n", strerror(errno)); in main() 100 printf(TNAME " Error at lseek(): %s\n", strerror(errno)); in main() 109 printf(TNAME " Error at read(): %s\n", strerror(errno)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
H A D | 10-1.c | 25 #include <errno.h> 80 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 89 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main() 133 printf(TNAME " Error at lio_listio() %d: %s\n", errno, in main() 134 strerror(errno)); in main()
|
H A D | 1-1.c | 26 #include <errno.h> 74 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 83 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main() 119 printf(TNAME " Error at lio_listio() %d: %s\n", errno, in main() 120 strerror(errno)); in main()
|
H A D | 2-1.c | 24 #include <errno.h> 72 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 81 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main() 114 printf(TNAME " Error at lio_listio() %d: %s\n", errno, in main() 115 strerror(errno)); in main()
|
H A D | 13-1.c | 13 * errno to indicate error if the operation is not successfully queued. 25 #include <errno.h> 61 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 70 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main() 105 if (errno != EIO) { in main() 106 printf(TNAME " lio_listio() sould set errno to EIO %d\n", in main() 107 errno); in main()
|
H A D | 12-1.c | 25 #include <errno.h> 61 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 70 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main() 92 printf(TNAME " Error at lio_listio() %d: %s\n", errno, in main() 93 strerror(errno)); in main()
|
H A D | 3-1.c | 25 #include <errno.h> 80 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main() 89 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main() 133 printf(TNAME " Error at lio_listio() %d: %s\n", errno, in main() 134 strerror(errno)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 12-1.c | 10 * Test mq_timedsend() will set errno == EINTR if it is interrupted by a signal. 34 #include <errno.h> 46 do { errno = en; perror(msg); exit(PTS_UNRESOLVED); } while (0) 51 /* errno returned by mq_timedsend() */ 88 error_and_exit(errno, "mq_open"); in a_thread_func() 102 mq_timedsend_errno = errno; in a_thread_func() 108 error_and_exit(errno, "mq_unlink"); in a_thread_func() 117 " and correctly set errno to EINTR\n"); in a_thread_func() 121 " set errno to incorrect code: %d\n", in a_thread_func() 176 printf(" last mq_timedsend errno in main() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
H A D | 5-1.c | 38 #include <errno.h> 103 UNRESOLVED(errno, "Fork failed"); in main() 108 UNRESOLVED(errno, "Waitpid failed"); in main() 189 if (errno != ENOMEM) in main() 190 UNRESOLVED(errno, "Memory not full"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | stress.c | 38 #include <errno.h> 119 while ((ret == -1) && (errno == EINTR)); in cleanup() 121 UNRESOLVED(errno, "Failed to wait for the semaphore"); in cleanup() 218 while ((ret == -1) && (errno == EINTR)); in main() 220 UNRESOLVED(errno, in main()
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_c.c | 17 #include <errno.h> 53 tst_brkm(TBROK, NULL, "socket error = %d\n", errno); in main() 61 tst_resm(TBROK, "file open error = %d\n", errno); in main() 93 tst_resm(TBROK, "connect error = %d\n", errno); in main() 100 tst_resm(TBROK, "socket write error = %d\n", errno); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 5-1.c | 32 #include <errno.h> 102 printf("Error at open(): %s\n", strerror(errno)); in main() 107 printf("Error at ftruncate(): %s\n", strerror(errno)); in main() 117 if (errno != ENOTSUP) { in main() 118 print_error(&testcases[i], errno); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 4-1.c | 54 #include <errno.h> 107 UNRESOLVED(errno, "1st post sem in child failed"); in threaded() 119 UNRESOLVED(errno, "2nd post sem in child failed"); in threaded() 197 UNRESOLVED(errno, "Wait sem in child failed"); in main() 210 UNRESOLVED(errno, "Wait sem in child failed"); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | inotify.c | 16 #include <errno.h> 32 errno = 0; in inotify_init_test() 38 errno = 0; in inotify_add_watch_test() 44 errno = 0; in inotify_rm_watch_test() 94 EXPECT_EQ("inotify_init_0100", errno, CMPFLAG); in inotify_init_0100()
|
/third_party/musl/libc-test/src/functionalext/common/ |
H A D | functionalext.h | 20 #include <errno.h> 52 t_error("[%s] failed (errno: %s) %d >= %d \n", #fun, strerror(errno), a, b); \ 58 t_error("[%s] failed (errno: %s) %d >= %d \n", #fun, strerror(errno), a, b); \ 77 t_error("[%s] failed (errno: %s) %d >= %d \n", #fun, strerror(errno), a, b); \ 83 t_error("[%s] failed (errno: %s) %d >= %d \n", #fun, strerror(errno), a, b); \
|
/third_party/musl/libc-test/src/functional/ |
H A D | fwscanf.c | 3 #include <errno.h> 10 errno=0, ((r) = (f)) == (x) || \ 11 (t_error("%s failed (" m ")\n", #f, r, x, strerror(errno)), 0) ) 23 t_error("write: %s\n", strerror(errno)); in writetemp() 28 t_error("lseek: %s\n", strerror(errno)); in writetemp()
|
H A D | stat.c | 2 #include <errno.h> 20 if (TEST(stat(".",&st)==0, "errno = %s\n", strerror(errno))) { in main() 29 if (TEST(__stat_time64(".",&st)==0, "errno = %s\n", strerror(errno))) { in main() 38 if (TEST(stat("/dev/null",&st)==0, "errno = %s\n", strerror(errno))) { in main() 45 if (TEST(fstat(fileno(f),&st)==0, "errnp = %s\n", strerror(errno))) { in main()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemoryExternalMac.hpp | 19 #include <errno.h> 122 if(errno != EEXIST) 124 TRACE("shm_open() failed with: %s", strerror(errno)); 134 TRACE("shm_unlink() failed with: %s", strerror(errno)); 145 TRACE("ftruncate() failed with: %s", strerror(errno));
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | UnicodeReader.cpp | 12 #include <errno.h> 45 sprintf(errorMessage,"Couldn't open %s: %s \n", fileName, strerror(errno)); in readFile() 90 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno)); in readFile() 98 sprintf(errorMessage,"Couldn't read %s: %s \n", fileName, strerror(errno)); in readFile() 113 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno)); in readFile()
|
/third_party/toybox/toys/lsb/ |
H A D | killall.c | 49 errno = 0; in kill_process() 59 TT.err[offset] = errno; in kill_process() 63 if (errno) { in kill_process() 104 errno = TT.err[i]; in killall_main() 113 for (; p; p=p->next) if (kill(p->val, 0) != -1 || errno != ESRCH) ++c; in killall_main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | futex.h | 31 #include <errno.h> 108 err = -errno; in WaitUntil() 120 err = -errno; in WaitBitsetAbsoluteTimeout() 129 err = -errno; in Wake() 140 err = -errno; in WakeBitset()
|
/third_party/selinux/libselinux/src/ |
H A D | label_support.c | 12 #include <errno.h> 13 #include <errno.h> 22 * errno will be set. 38 errno = EINVAL; in read_spec_entry() 60 * returns - The number of items processed. On error, it returns -1 with errno 154 * Return %0 on success, -%1 with @errno set on failure. 167 errno = EOVERFLOW; in digest_add_specfile() 199 errno = EOVERFLOW; in digest_add_specfile()
|
/third_party/libcoap/src/ |
H A D | coap_io.c | 500 if (ret == -1 && errno != ENOENT) { 503 coap_socket_strerror(), errno); 567 coap_socket_strerror(), errno); 605 coap_socket_strerror(), errno); 632 coap_socket_strerror(), errno); 652 errno = ENOMEM; 655 errno = EINVAL; 658 errno = EINTR; 661 errno = EBADF; 664 errno [all...] |
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_FMT.c | 19 #include <errno.h> 23 #include <linux/errno.h> 198 errno_get = errno; in do_get_formats() 515 errno_get = errno; in do_get_format_invalid() 581 errno_capture = errno; in test_VIDIOC_G_FMT_NULL() 591 errno_output = errno; in test_VIDIOC_G_FMT_NULL() 601 errno_video_overlay = errno; in test_VIDIOC_G_FMT_NULL() 611 errno_vbi_capture = errno; in test_VIDIOC_G_FMT_NULL() 621 errno_vbi_output = errno; in test_VIDIOC_G_FMT_NULL() 631 errno_sliced_vbi_capture = errno; in test_VIDIOC_G_FMT_NULL() [all...] |