Searched refs:errno (Results 1 - 25 of 6057) sorted by relevance

1234567891011>>

/external/syslinux/gpxe/src/core/
H A Derrno.c1 #include <errno.h>
7 * This file provides the global variable #errno.
18 int errno; variable
/external/kernel-headers/original/uapi/linux/
H A Derrno.h1 #include <asm/errno.h>
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D1-1-buildonly.c6 #include <errno.h>
H A D2-1-buildonly.c2 *The <errno.h> header shall provide a
3 *declaration for errno
7 #include <errno.h>
13 errno_test = errno;
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Derrno.h1 #include <asm-generic/errno.h>
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Derrno.h1 #include <asm-generic/errno.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Derrno.h1 #include <asm-generic/errno.h>
/external/syslinux/core/
H A Derrno.c2 #include <errno.h>
4 __export int errno; variable
/external/libchrome/base/
H A Dscoped_clear_errno_unittest.cc5 #include <errno.h>
13 errno = 1;
16 EXPECT_EQ(0, errno);
18 EXPECT_EQ(1, errno);
22 errno = 1;
25 errno = 2;
27 EXPECT_EQ(2, errno);
H A Dscoped_clear_errno.h8 #include <errno.h>
14 // Simple scoper that saves the current value of errno, resets it to 0, and on
18 ScopedClearErrno() : old_errno_(errno) {
19 errno = 0;
22 if (errno == 0)
23 errno = old_errno_;
/external/elfutils/bionic-fixup/
H A Dargp.h23 #include <errno.h>
/external/jemalloc/include/msvc_compat/
H A Dwindows_extra.h4 #include <errno.h>
/external/python/cpython3/Tools/test2to3/test2to3/
H A Dhello.py5 print e.errno
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_generic.inc29 *rverrno = errno;
/external/e2fsprogs/lib/et/
H A Dinternal.h14 #include <errno.h>
/external/flac/include/share/
H A Dmacros.h32 #include <errno.h>
44 fprintf (stderr, "%s : %s\n", #x, strerror (errno)) ; \
/external/syslinux/dos/
H A Dperror.c2 #include <errno.h>
6 printf("%s: error %s\n", msg, errno);
/external/libcxx/test/std/depr/depr.c.headers/
H A Derrno_h.pass.cpp11 // test <errno.h>
13 #include <errno.h>
27 #ifndef errno
28 #error errno not defined
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D4-1.c16 #include <errno.h>
25 if (result != -1 && errno == 0) {
30 if (errno != 0) {
/external/fio/lib/
H A Dgetrusage.c1 #include <errno.h>
9 if (errno != EINVAL)
/external/strace/tests/
H A Dfflush.c32 #include <errno.h>
39 errno = ENOSPC;
/external/strace/tests-m32/
H A Dfflush.c32 #include <errno.h>
39 errno = ENOSPC;
/external/strace/tests-mx32/
H A Dfflush.c32 #include <errno.h>
39 errno = ENOSPC;
/external/syslinux/com32/lib/
H A Dfdopendir.c7 #include <errno.h>
13 errno = ENOSYS;
H A Dperror.c5 #include <errno.h>
11 fprintf(stderr, "%s: error %d\n", s, errno);

Completed in 697 milliseconds

1234567891011>>