Home
last modified time | relevance | path

Searched refs:errno (Results 1926 - 1950 of 5776) sorted by relevance

1...<<71727374757677787980>>...232

/third_party/toybox/toys/other/
H A Dinsmod.c22 #define finit_module(a, b, c) (errno = ENOSYS)
42 if (rc && (fd == 0 || errno == ENOSYS)) { in insmod_main()
/third_party/tzdata/
H A Dasctime.c79 errno = EINVAL; in asctime_r()
108 errno = EOVERFLOW; in asctime_r()
/third_party/pulseaudio/src/pulsecore/
H A Dsemaphore-posix.c24 #include <errno.h>
62 } while (ret < 0 && errno == EINTR); in pa_semaphore_wait()
/third_party/selinux/libselinux/utils/
H A Dcompute_av.c6 #include <errno.h>
39 fprintf(stderr, "%s: security_compute_av failed: %s\n", argv[0], strerror(errno)); in main()
H A Dselabel_partial_match.c5 #include <errno.h>
65 strerror(errno)); in main()
/third_party/selinux/libselinux/src/
H A Dgetpeercon.c5 #include <errno.h>
27 if (ret < 0 && errno == ERANGE) { in getpeercon_raw()
/third_party/elfutils/lib/
H A Dsystem.h35 #include <errno.h>
104 errno = ENOMEM; in reallocarray()
131 while (__res == -1 && errno == EINTR); \
/third_party/alsa-utils/axfer/
H A Dmain.c49 errno = 0; in arg_parse_decimal_num()
51 if (errno > 0) { in arg_parse_decimal_num()
52 *err = -errno; in arg_parse_decimal_num()
/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc20 #include <errno.h>
112 // Set errno to 0 to be able to check if an error occurs during the in ListDirectory()
114 // stream is reached or when an error occurs, and the errno check is the in ListDirectory()
118 errno = 0; in ListDirectory()
121 return errno == 0; in ListDirectory()
/third_party/libsnd/tests/
H A Dmulti_file_test.c36 #include <errno.h>
142 { printf ("\n\nLine %d: open failed : %s\n", __LINE__, strerror (errno)) ; in multi_file_test()
165 { printf ("\n\nLine %d: lseek failed : %s\n", __LINE__, strerror (errno)) ; in multi_file_test()
/third_party/libdrm/freedreno/msm/
H A Dmsm_pipe.c92 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); in msm_pipe_wait()
120 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); in open_submitqueue()
162 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); in get_param()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py26 import errno namespace
195 if e.errno == errno.ENOEXEC:
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
H A Dmain.c13 #include <errno.h>
93 lwsl_err("%s: unable to read \"%s\": errno %d\n", in main()
94 __func__, p, errno); in main()
103 lwsl_err("%s: unable to read \"%s\": errno %d\n", in main()
104 __func__, p, errno); in main()
/third_party/ltp/lib/
H A Dtst_safe_io_uring.c14 errno = 0; in safe_io_uring_init()
18 if (errno == EOPNOTSUPP) in safe_io_uring_init()
95 errno = 0; in safe_io_uring_enter()
/third_party/libdrm/tegra/
H A Djob.c29 #include <errno.h>
153 return -errno; in drm_tegra_job_submit()
184 return -errno; in drm_tegra_job_wait()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify19.c22 #include <errno.h>
161 if (errno == EPERM || errno == EINVAL) { in test_fanotify()
H A Dfanotify06.c37 #include <errno.h>
179 if (errno == EAGAIN) { in test_fanotify()
213 } else if (errno != EAGAIN) { in test_fanotify()
H A Dfanotify05.c23 #include <errno.h>
137 if (errno != EAGAIN) { in test_fanotify()
197 if (access(SYSFS_MAX_EVENTS, F_OK) && errno == ENOENT) in setup()
H A Dfanotify04.c19 #include <errno.h>
113 strerror(errno)); in verify_event()
150 } else if (errno != EAGAIN) { in verify_no_event()
/third_party/ltp/testcases/kernel/syscalls/lseek/
H A Dlseek11.c30 #include <errno.h>
107 if (errno == EINVAL || errno == EOPNOTSUPP) { in get_blocksize()
/third_party/ltp/testcases/kernel/syscalls/sockioctl/
H A Dsockioctl01.c24 * Verify that ioctl() on sockets returns the proper errno for various
30 #include <errno.h>
76 int experrno; /* expected errno */
139 " %ld (expected %d), errno %d (expected" in main()
180 "errno: %s", strerror(errno)); in setup0()
185 "errno: %s", strerror(errno)); in setup0()
/third_party/ltp/testcases/kernel/input/
H A Dinput_helper.c22 #include <errno.h>
48 if (fd < 0 && errno == ENOENT) in try_open_device()
135 if (fd < 0 && errno != ENOENT) { in try_open_uinput()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace06.c14 #include <errno.h>
177 errno = 0; in main()
181 saved_errno = errno; in main()
189 "ptrace(%s, ..., %li, %li) expected errno EIO or EFAULT; actual: %i (%s)", in main()
/third_party/libdrm/tests/
H A Ddrmdevice.c24 #include <errno.h>
118 printf("drmGetDevices2() has not found any devices (errno=%d)\n", in main()
147 printf("Failed - %s (%d)\n", strerror(errno), errno); in main()
/third_party/musl/Benchmark/musl/
H A Dlibc_hilog.cpp76 errno = 0; in GetSocketFdInstance()
81 dprintf(ERROR_FD, "HiLogAdapter: Can't create socket! Errno: %d\n", errno); in GetSocketFdInstance()
89 dprintf(ERROR_FD, "HiLogAdapter: Can't connect to server. Errno: %d\n", errno); in GetSocketFdInstance()

Completed in 19 milliseconds

1...<<71727374757677787980>>...232