/third_party/toybox/toys/other/ |
H A D | insmod.c | 22 #define finit_module(a, b, c) (errno = ENOSYS) 42 if (rc && (fd == 0 || errno == ENOSYS)) { in insmod_main()
|
/third_party/tzdata/ |
H A D | asctime.c | 79 errno = EINVAL; in asctime_r() 108 errno = EOVERFLOW; in asctime_r()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | semaphore-posix.c | 24 #include <errno.h> 62 } while (ret < 0 && errno == EINTR); in pa_semaphore_wait()
|
/third_party/selinux/libselinux/utils/ |
H A D | compute_av.c | 6 #include <errno.h> 39 fprintf(stderr, "%s: security_compute_av failed: %s\n", argv[0], strerror(errno)); in main()
|
H A D | selabel_partial_match.c | 5 #include <errno.h> 65 strerror(errno)); in main()
|
/third_party/selinux/libselinux/src/ |
H A D | getpeercon.c | 5 #include <errno.h> 27 if (ret < 0 && errno == ERANGE) { in getpeercon_raw()
|
/third_party/elfutils/lib/ |
H A D | system.h | 35 #include <errno.h> 104 errno = ENOMEM; in reallocarray() 131 while (__res == -1 && errno == EINTR); \
|
/third_party/alsa-utils/axfer/ |
H A D | main.c | 49 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 D | generate_geocoding_data.cc | 20 #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 D | multi_file_test.c | 36 #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 D | msm_pipe.c | 92 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 D | glcpp_test.py | 26 import errno namespace 195 if e.errno == errno.ENOEXEC:
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/ |
H A D | main.c | 13 #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 D | tst_safe_io_uring.c | 14 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 D | job.c | 29 #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 D | fanotify19.c | 22 #include <errno.h> 161 if (errno == EPERM || errno == EINVAL) { in test_fanotify()
|
H A D | fanotify06.c | 37 #include <errno.h> 179 if (errno == EAGAIN) { in test_fanotify() 213 } else if (errno != EAGAIN) { in test_fanotify()
|
H A D | fanotify05.c | 23 #include <errno.h> 137 if (errno != EAGAIN) { in test_fanotify() 197 if (access(SYSFS_MAX_EVENTS, F_OK) && errno == ENOENT) in setup()
|
H A D | fanotify04.c | 19 #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 D | lseek11.c | 30 #include <errno.h> 107 if (errno == EINVAL || errno == EOPNOTSUPP) { in get_blocksize()
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
H A D | sockioctl01.c | 24 * 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 D | input_helper.c | 22 #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 D | ptrace06.c | 14 #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 D | drmdevice.c | 24 #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 D | libc_hilog.cpp | 76 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()
|