Home
last modified time | relevance | path

Searched refs:errno (Results 2326 - 2350 of 6246) sorted by relevance

1...<<919293949596979899100>>...250

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D5-2.c29 #include <errno.h>
91 if (errno == EINTR) { in main()
H A D20-1.c27 #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 D10000-1.c15 * 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 D1-2.c39 #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 D1-1.c26 #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 D26-2.c30 #include <errno.h>
83 if (errno == EPERM) { in main()
/third_party/mesa3d/src/util/
H A Danon_file.c35 #include <errno.h>
139 errno = ENOENT; in os_create_anonymous_file()
/third_party/musl/libc-test/src/functional/
H A Datexit_dlclose.c22 #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 Dwcstod.c16 #include <errno.h>
130 if (errno != ERANGE) { in wcstod_0700()
131 t_error("%s errno is not set", __func__); in wcstod_0700()
H A Dwcstof.c16 #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 Do_fopen.c71 (errno == ENOENT || errno == EBADF) in openssl_fopen()
/third_party/pulseaudio/src/modules/gsettings/
H A Dmodule-gsettings.c101 if (errno != EINTR) { in pa__done()
102 pa_log("waitpid() failed: %s", pa_cstrerror(errno)); in pa__done()
/third_party/openssl/crypto/
H A Do_fopen.c71 (errno == ENOENT || errno == EBADF) in openssl_fopen()
/third_party/openssl/demos/bio/
H A Dsconnect.c21 #include <errno.h>
119 fprintf(stderr, "errno=%d ", errno); in main()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddigest_auth_example.c108 strerror (errno)); in main()
119 strerror (errno)); in main()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dio_raw.c103 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 Dtest_tls_options.c51 strerror (errno)); in test_unmatching_ssl_version()
111 fprintf (stderr, "Error: %s\n", strerror (errno)); in main()
/third_party/pulseaudio/src/tests/
H A Dmcalign-test.c24 #include <errno.h>
66 fprintf(stderr, "read() failed: %s\n", r < 0 ? strerror(errno) : "EOF"); in main()
/third_party/toybox/toys/posix/
H A Dln.c80 temp = errno; in ln_main()
82 errno = temp; in ln_main()
H A Drm.c42 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 Dsemaphore-osx.c26 #include <errno.h>
89 } while (ret < 0 && errno == EINTR); in pa_semaphore_wait()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc131 // 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 Dchdir.rs69 Err(errno) => return Err(errno), in _getcwd()
/third_party/selinux/libselinux/src/
H A Dcallbacks.c9 #include <errno.h>
127 errno = EINVAL; in selinux_get_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser-android.c90 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()

Completed in 8 milliseconds

1...<<919293949596979899100>>...250