Home
last modified time | relevance | path

Searched refs:errno (Results 951 - 975 of 5794) sorted by relevance

1...<<31323334353637383940>>...232

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dstress.c39 #include <errno.h>
199 UNRESOLVED(errno, "Failed to get scheduler range value"); in main()
205 UNRESOLVED(errno, "Failed to get scheduler range value"); in main()
211 UNRESOLVED(errno, "Failed to get scheduler range value"); in main()
217 UNRESOLVED(errno, "Failed to get scheduler range value"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D4-1.c25 #include <errno.h>
81 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main()
90 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main()
141 printf(TNAME " Error at lio_listio() %d: %s\n", errno, in main()
142 strerror(errno)); in main()
H A D7-1.c26 #include <errno.h>
82 printf(TNAME " Error at open(): %s\n", strerror(errno)); in main()
91 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main()
138 printf(TNAME " Error at lio_listio() %d: %s\n", errno, in main()
139 strerror(errno)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dstress.c39 #include <errno.h>
136 while ((ret == -1) && (errno == EINTR)); in threaded()
138 UNRESOLVED(errno, "Failed to post the semaphore"); in threaded()
247 while ((ret == -1) && (errno == EINTR)); in main()
249 UNRESOLVED(errno, in main()
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dsocket_ext.c15 #include <errno.h>
66 t_error("fork failed: %s\n", strerror(errno)); in send_0010()
101 t_error("fork failed: %s\n", strerror(errno)); in recv_0010()
163 t_error("fork failed: %s\n", strerror(errno)); in sendto_0010()
198 t_error("fork failed: %s\n", strerror(errno)); in recvfrom_0010()
H A Dselect_test.c16 #include <errno.h>
60 t_error("fork failed: %s\n", strerror(errno)); in fd_set_0020()
96 t_error("fork failed: %s\n", strerror(errno)); in fd_set_0030()
149 t_error("fork failed: %s\n", strerror(errno)); in fd_clr_0020()
185 t_error("fork failed: %s\n", strerror(errno)); in fd_clr_0030()
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_pthread.c99 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_read_lock()
114 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_write_lock()
129 assert(errno != EPERM); in CRYPTO_THREAD_unlock()
/third_party/openssl/crypto/
H A Dthreads_pthread.c101 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_read_lock()
116 assert(errno != EDEADLK && errno != EBUSY); in CRYPTO_THREAD_write_lock()
131 assert(errno != EPERM); in CRYPTO_THREAD_unlock()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform_interface.h91 /* MHD_socket_errno_ is errno of last function (non-W32) / errno of last socket function (W32) */
93 #define MHD_socket_errno_ errno
98 /* MHD_socket_last_strerr_ is description string of last errno (non-W32) /
101 #define MHD_socket_last_strerr_() strerror(errno)
113 /* MHD_set_socket_errno_ set errno to errnum (non-W32) / set socket last error to errnum (W32) */
115 #define MHD_set_socket_errno_(errnum) errno=(errnum)
148 /* MHD_pipe_errno_ is errno of last function (!MHD_DONT_USE_PIPES) /
149 * errno of last emulated pipe function (MHD_DONT_USE_PIPES) */
151 #define MHD_pipe_errno_ errno
[all...]
/third_party/tzdata/
H A Ddate.c82 errno = 0; in main()
85 errno = EINVAL; in main()
87 errno = ERANGE; in main()
88 if (errno) { in main()
89 char const *e = strerror(errno); in main()
/third_party/pulseaudio/src/tests/
H A Dusergroup-test.c28 #include <errno.h>
128 errno = 0; in START_TEST()
133 errno = 0; in START_TEST()
138 errno = 0; in START_TEST()
143 errno = 0; in START_TEST()
/third_party/selinux/libselinux/src/
H A Dcontext.c5 #include <errno.h>
25 errno = 0; in context_new()
78 if (errno == 0) errno = EINVAL; in context_new()
153 errno = EINVAL; in set_comp()
H A Dsestatus.c98 errno = EINVAL; in selinux_status_updated()
158 errno = EINVAL; in selinux_status_getenforce()
195 errno = EINVAL; in selinux_status_policyload()
230 errno = EINVAL; in selinux_status_deny_unknown()
290 errno = ENOENT; in selinux_status_open()
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c39 #include <errno.h>
177 * On success return the converted string and on failure return NULL with errno
186 errno = EINVAL; in ntfs_guid_to_mbs()
206 errno = EINVAL; in ntfs_guid_to_mbs()
219 * string and on failure return -1 with errno set to the error code.
226 errno = EINVAL; in ntfs_sid_to_mbs_size()
285 * On success return the converted string and on failure return NULL with errno
300 errno = EINVAL; in ntfs_sid_to_mbs()
350 i = errno; in ntfs_sid_to_mbs()
353 errno in ntfs_sid_to_mbs()
[all...]
/third_party/libuv/src/unix/
H A Drandom-devurandom.c45 return UV__ERR(errno); in uv__random_readpath()
56 while (n == -1 && errno == EINTR); in uv__random_readpath()
60 return UV__ERR(errno); in uv__random_readpath()
/third_party/mesa3d/src/freedreno/decode/
H A Dpager.c24 #include <errno.h>
91 if (errno == EINTR) in pager_close()
93 return -errno; in pager_close()
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_device_info.c24 #include <errno.h>
44 strerror(errno)); in v3d_get_device_info()
50 strerror(errno)); in v3d_get_device_info()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_invalid_ioctl.c4 * 28 Mar 2009 0.2 Clean up ret and errno variable names
17 #include <errno.h>
21 #include <linux/errno.h>
39 errno_invalid = errno; in do_invalid_ioctl()
/third_party/node/lib/internal/cluster/
H A Dshared_handle.js13 this.errno = 0;
22 this.errno = rval;
30 send(this.errno, null, this.handle);
/third_party/node/test/overlapped-checker/
H A Dmain_unix.c5 #include <errno.h>
12 while (read_count < 0 && errno == EINTR); in r()
25 while (write_count < 0 && errno == EINTR); in w()
/third_party/node/test/wasi/c/
H A Dreaddir.c3 #include <errno.h>
23 errno = 0; in main()
46 assert(errno == 0); in main()
/third_party/musl/libc-test/src/regression/
H A Dfflush-exit.c4 #include <errno.h>
13 errno = 0; \
15 t_error("%s failed (errno: %s)\n", #c, strerror(errno)); \
H A Dftello-unflushed-append.c3 #include <errno.h>
12 errno = 0; \
14 t_error("%s failed (errno: %s)\n", #c, strerror(errno)); \
/third_party/musl/src/multibyte/
H A Dwcrtomb.c3 #include <errno.h>
14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
/third_party/musl/src/network/
H A Dsocketpair.c3 #include <errno.h>
12 if (r<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socketpair()

Completed in 11 milliseconds

1...<<31323334353637383940>>...232