Home
last modified time | relevance | path

Searched refs:errno (Results 1801 - 1825 of 14641) sorted by relevance

1...<<71727374757677787980>>...586

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D9-1.c32 #include <errno.h>
55 printf("Failed: sigaltstack() rc: %d errno: %s\n", in main()
56 rc, strerror(errno)); in main()
72 printf("Failed: execl() errno: %s\n", strerror(errno)); in main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dclock_adjtime.c16 #include <errno.h>
97 errno = 0; in clock_adjtime_0500()
100 EXPECT_EQ("clock_adjtime_0500", errno, EFAULT); in clock_adjtime_0500()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_getpriority_test.cpp1 #include <errno.h>
13 currentErrno = errno;
15 errno = 0;
/third_party/musl/libc-test/src/functional/
H A Dpopen.c3 #include <errno.h>
12 (errno = 0), \
13 (f) || (t_error("%s failed (errno = %d)\n", #f, errno), 0) )
H A Dsearch_hsearch.c8 #include <errno.h>
25 if (hcreate(-1) || errno != ENOMEM) in main()
26 t_error("hcreate((size_t)-1) should fail with ENOMEM got %s\n", strerror(errno)); in main()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigsuspend.c16 #include <errno.h>
84 if (errno != EINTR) { in sigsuspend_0100()
85 t_error("%s failed: errno = %d\n", __func__, errno); in sigsuspend_0100()
/third_party/pulseaudio/src/pulsecore/
H A Dstart-child.c24 #include <errno.h>
51 pa_log("pipe() failed: %s", pa_cstrerror(errno)); in pa_start_child_for_read()
56 pa_log("fork() failed: %s", pa_cstrerror(errno)); in pa_start_child_for_read()
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_registry_tables.py17 import errno namespace
35 if e.errno == errno.EEXIST and os.path.isdir(directory):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_registry_tables.py17 import errno namespace
35 if e.errno == errno.EEXIST and os.path.isdir(directory):
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dasctime.c87 errno = EINVAL; in asctime_r()
116 errno = EOVERFLOW; in asctime_r()
118 errno = EINVAL; in asctime_r()
/third_party/selinux/libselinux/utils/
H A Dgetseuser.c4 #include <errno.h>
26 fprintf(stderr, "getseuserbyname failed: %s\n", strerror(errno)); in main()
41 fprintf(stderr, "get_ordered_context_list_with_level failed: %s\n", strerror(errno)); in main()
/third_party/selinux/libselinux/src/
H A Dget_default_type.c6 #include <errno.h>
38 errno = EINVAL; in find_default_type()
61 errno = EINVAL; in find_default_type()
H A Dgetfilecon.c6 #include <errno.h>
23 if (ret < 0 && errno == ERANGE) { in getfilecon_raw()
42 errno = ENOTSUP; in getfilecon_raw()
H A Dlgetfilecon.c5 #include <errno.h>
23 if (ret < 0 && errno == ERANGE) { in lgetfilecon_raw()
42 errno = ENOTSUP; in lgetfilecon_raw()
/third_party/selinux/libsepol/utils/
H A Dsepol_compute_av.c1 #include <errno.h>
25 fprintf(stderr, "Can't open policy %s: %s\n", argv[1], strerror(errno)); in main()
29 fprintf(stderr, "Error while processing policy %s: %s\n", argv[1], strerror(errno)); in main()
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dvsock_test.c14 #include <errno.h>
43 } while (ret < 0 && errno == EINTR); in test_stream_connection_reset()
50 if (errno != ECONNRESET) { in test_stream_connection_reset()
51 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
82 } while (ret < 0 && errno == EINTR); in test_stream_bind_only_client()
89 if (errno != ECONNRESET) { in test_stream_bind_only_client()
90 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_link.c118 if (CHECK(err, "cg_attach_legacy", "errno=%d\n", errno)) in test_cgroup_link()
136 if (CHECK(err, "cg_detach_legacy", "errno=%d\n", errno)) in test_cgroup_link()
143 if (CHECK(err, "cg_attach_exclusive", "errno=%d\n", errno)) in test_cgroup_link()
159 if (CHECK(err, "cg_detach_legacy", "errno=%d\n", errno)) in test_cgroup_link()
197 if (CHECK(err == 0 || errno != EPERM, "prog_cmpxchg1", in test_cgroup_link()
198 "unexpectedly succeeded, err %d, errno in test_cgroup_link()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_probes.c4 #include <errno.h>
140 errno = 0; in bpf_probe_prog_type()
143 return errno != EINVAL && errno != EOPNOTSUPP; in bpf_probe_prog_type()
354 errno = 0; in bpf_probe_large_insn_limit()
358 return errno != E2BIG && errno != EINVAL; in bpf_probe_large_insn_limit()
H A Dringbuf.c12 #include <errno.h>
70 err = -errno; in ring_buffer__add()
103 err = -errno; in ring_buffer__add()
121 err = -errno; in ring_buffer__add()
136 err = -errno; in ring_buffer__add()
182 err = -errno; in ring_buffer__new()
286 return -errno; in ring_buffer__poll()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dvdso.c2 #include <errno.h>
171 return -errno; in vdso__do_copy_compat()
175 return -errno; in vdso__do_copy_compat()
188 return -errno; in vdso__copy_compat()
193 return -errno; in vdso__copy_compat()
204 return -errno; in vdso__create_compat_file()
209 return -errno; in vdso__create_compat_file()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dmessages.h187 unsigned int line, int errno, const char *fmt, ...);
189 const char * __attribute_const__ btrfs_decode_error(int errno);
191 #define btrfs_handle_fs_error(fs_info, errno, fmt, args...) \
193 (errno), fmt, ##args)
198 unsigned int line, int errno, const char *fmt, ...);
203 #define btrfs_panic(fs_info, errno, fmt, args...) \
205 __btrfs_panic(fs_info, __func__, __LINE__, errno, fmt, ##args); \
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dgup_longterm.c15 #include <errno.h>
45 } while (ret && errno == EINTR); in get_fs_type()
160 if (ret && errno == EINVAL) { in do_test()
163 } else if (ret && errno == EFAULT) { in do_test()
209 if (ret && (errno == ENOSPC || errno == EOPNOTSUPP || in do_test()
210 errno == EFAULT)) { in do_test()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dvdso.c2 #include <errno.h>
172 return -errno; in vdso__do_copy_compat()
176 return -errno; in vdso__do_copy_compat()
189 return -errno; in vdso__copy_compat()
194 return -errno; in vdso__copy_compat()
205 return -errno; in vdso__create_compat_file()
210 return -errno; in vdso__create_compat_file()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c208 if (mount("none", CGROUP_MOUNT_PATH, "cgroup2", 0, NULL) && errno != EBUSY) { in setup_cgroup_environment()
216 if (mkdir(cgroup_workdir, 0777) && errno != EEXIST) { in setup_cgroup_environment()
383 if (mkdir(cgroup_path, 0777) && errno != EEXIST) { in create_and_get_cgroup()
492 errno != EBUSY) { in setup_classid_environment()
497 if (mkdir(NETCLS_MOUNT_PATH, 0777) && errno != EEXIST) { in setup_classid_environment()
503 if (errno != EBUSY) { in setup_classid_environment()
520 if (mkdir(cgroup_workdir, 0777) && errno != EEXIST) { in setup_classid_environment()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_link.c114 if (CHECK(err, "cg_attach_legacy", "errno=%d\n", errno)) in serial_test_cgroup_link()
131 if (CHECK(err, "cg_detach_legacy", "errno=%d\n", errno)) in serial_test_cgroup_link()
138 if (CHECK(err, "cg_attach_exclusive", "errno=%d\n", errno)) in serial_test_cgroup_link()
154 if (CHECK(err, "cg_detach_legacy", "errno=%d\n", errno)) in serial_test_cgroup_link()
191 if (CHECK(err == 0 || errno != EPERM, "prog_cmpxchg1", in serial_test_cgroup_link()
192 "unexpectedly succeeded, err %d, errno in serial_test_cgroup_link()
[all...]

Completed in 10 milliseconds

1...<<71727374757677787980>>...586