/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 5-2.c | 29 #include <errno.h> 91 if (errno == EINTR) { in main()
|
H A D | 20-1.c | 27 #include <errno.h> 91 if (errno != ETIMEDOUT) { in main() 92 printf("errno != ETIMEDOUT\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/ |
H A D | 10000-1.c | 15 * errno set to EINVAL. 19 #include <errno.h> 101 if (EINVAL != errno) { in main() 102 printf("errno != EINVAL\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
H A D | 1-2.c | 39 #include <errno.h> 88 UNRESOLVED(errno, "Wrong priority value"); in check_param()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/ |
H A D | 1-1.c | 26 #include <errno.h> 37 #define ERR_LOG(l, rc) printf("Failed: %s rc: %d errno: %s\n", \ 38 l, rc, strerror(errno))
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 26-2.c | 30 #include <errno.h> 83 if (errno == EPERM) { in main()
|
/third_party/mesa3d/src/util/ |
H A D | anon_file.c | 35 #include <errno.h> 139 errno = ENOENT; in os_create_anonymous_file()
|
/third_party/musl/libc-test/src/functional/ |
H A D | atexit_dlclose.c | 22 #include <errno.h> 113 t_error("fork failed: %s\n", strerror(errno)); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | wcstod.c | 16 #include <errno.h> 130 if (errno != ERANGE) { in wcstod_0700() 131 t_error("%s errno is not set", __func__); in wcstod_0700()
|
H A D | wcstof.c | 16 #include <errno.h> 130 if (errno != ERANGE) { in wcstof_0700() 131 t_error("%s errno is not set", __func__); in wcstof_0700()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | o_fopen.c | 71 (errno == ENOENT || errno == EBADF) in openssl_fopen()
|
/third_party/pulseaudio/src/modules/gsettings/ |
H A D | module-gsettings.c | 101 if (errno != EINTR) { in pa__done() 102 pa_log("waitpid() failed: %s", pa_cstrerror(errno)); in pa__done()
|
/third_party/openssl/crypto/ |
H A D | o_fopen.c | 71 (errno == ENOENT || errno == EBADF) in openssl_fopen()
|
/third_party/openssl/demos/bio/ |
H A D | sconnect.c | 21 #include <errno.h> 119 fprintf(stderr, "errno=%d ", errno); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | digest_auth_example.c | 108 strerror (errno)); in main() 119 strerror (errno)); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | io_raw.c | 103 switch(errno) in SPDYF_raw_recv() 132 switch(errno) in SPDYF_raw_send()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_tls_options.c | 51 strerror (errno)); in test_unmatching_ssl_version() 111 fprintf (stderr, "Error: %s\n", strerror (errno)); in main()
|
/third_party/pulseaudio/src/tests/ |
H A D | mcalign-test.c | 24 #include <errno.h> 66 fprintf(stderr, "read() failed: %s\n", r < 0 ? strerror(errno) : "EOF"); in main()
|
/third_party/toybox/toys/posix/ |
H A D | ln.c | 80 temp = errno; in ln_main() 82 errno = temp; in ln_main()
|
H A D | rm.c | 42 if (or && errno == ENOENT) goto skip; in do_rm() 110 if (FLAG(f) && lstat(*s, (void *)toybuf) && errno == ENOENT) continue; in rm_main()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | semaphore-osx.c | 26 #include <errno.h> 89 } while (ret < 0 && errno == EINTR); in pa_semaphore_wait()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringprintf_unittest.cc | 131 // Check that errno isn't overwritten unless we're printing in TEST() 134 errno = ECHILD; in TEST() 136 EXPECT_EQ(ECHILD, errno); in TEST()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | chdir.rs | 69 Err(errno) => return Err(errno), in _getcwd()
|
/third_party/selinux/libselinux/src/ |
H A D | callbacks.c | 9 #include <errno.h> 127 errno = EINVAL; in selinux_get_callback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | browser-android.c | 90 wpa_printf(MSG_ERROR, "fork: %s", strerror(errno)); in hs20_web_browser() 109 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|