Home
last modified time | relevance | path

Searched refs:errno (Results 2051 - 2075 of 14383) sorted by relevance

1...<<81828384858687888990>>...576

/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc40 #include <errno.h>
172 GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno); in GetTempDir()
207 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno); in CaptureTestStdout()
222 GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno); in CaptureTestStderr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Drfkill.c65 strerror(errno)); in rfkill_receive()
135 "%s", strerror(errno)); in rfkill_init()
142 if (errno == EAGAIN) in rfkill_init()
145 strerror(errno)); in rfkill_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Drfkill.c65 strerror(errno)); in rfkill_receive()
135 "%s", strerror(errno)); in rfkill_init()
142 if (errno == EAGAIN) in rfkill_init()
145 strerror(errno)); in rfkill_init()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-self-wchan.c19 #include <errno.h>
29 if (errno == ENOENT) in main()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-self-wchan.c19 #include <errno.h>
29 if (errno == ENOENT) in main()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_019.c38 ICUNIT_ASSERT_EQUAL(errno, EBADF, errno); in Testcase()
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A Dpipe_test_004.cpp43 ICUNIT_ASSERT_EQUAL(errno, EFAULT, errno); in TestPipeReturn()
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/
H A Dclock_test_004.cpp43 ICUNIT_ASSERT_EQUAL(errno, EINVAL, errno); in ClockTest()
/third_party/gn/src/base/files/
H A Dscoped_file.cc11 #include <errno.h>
39 if (ret != 0 && errno != EBADF) in Free()
/third_party/node/test/wasi/c/
H A Dsock.c3 #include <errno.h>
14 assert(errno == EBADF); in main()
/third_party/musl/libc-test/src/regression/
H A Dgetpwnam_r-errno.c2 // preexisting errno should not be interpreted by passwd/group functions
5 #include <errno.h>
13 errno = baderr; in main()
15 t_error("getpwnam_r used preexisting errno for nonexisting user\n"); in main()
/third_party/musl/porting/linux/user/src/stdio/
H A Dfileno.c2 #include <errno.h>
8 errno = EBADF; in fileno_unlocked()
/third_party/musl/src/signal/
H A Dsigdelset.c2 #include <errno.h>
8 errno = EINVAL; in sigdelset()
H A Dsigaddset.c2 #include <errno.h>
8 errno = EINVAL; in sigaddset()
/third_party/musl/porting/linux/user/src/time/
H A Dgmtime_r.c16 #include <errno.h>
22 errno = EOVERFLOW; in __gmtime_r()
/third_party/musl/src/thread/
H A Dsem_init.c3 #include <errno.h>
8 errno = EINVAL; in sem_init()
/third_party/musl/src/time/
H A Dgmtime_r.c2 #include <errno.h>
7 errno = EOVERFLOW; in __gmtime_r()
H A Dtimegm.c3 #include <errno.h>
10 errno = EOVERFLOW; in timegm()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dgmtime_r.c2 #include <errno.h>
7 errno = EOVERFLOW; in __gmtime_r()
/third_party/musl/src/mq/
H A Dmq_unlink.c2 #include <errno.h>
12 errno = -ret; in mq_unlink()
/third_party/musl/porting/liteos_a/user/src/mq/
H A Dmq_notify.c3 #include <errno.h>
14 errno = ENOTSUP; in mq_notify()
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dttyname.c2 #include <errno.h>
12 errno = result; in ttyname()
/third_party/musl/src/misc/
H A Dgetauxval.c2 #include <errno.h>
11 errno = ENOENT; in __getauxval()
/third_party/musl/src/stdio/
H A Dfileno.c2 #include <errno.h>
8 errno = EBADF; in fileno_unlocked()
/third_party/musl/src/termios/
H A Dtcsetattr.c3 #include <errno.h>
8 errno = EINVAL; in tcsetattr()

Completed in 7 milliseconds

1...<<81828384858687888990>>...576