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

1234567891011>>

/netbsd-current/sys/lib/libsa/
H A Derrno.c1 /* $NetBSD: errno.c,v 1.1.42.3 2004/09/21 13:36:18 skrll Exp $ */
36 int errno; variable
/netbsd-current/lib/libc/gen/
H A Derrno_private.h28 #undef errno macro
29 extern int errno;
H A Derrno.c1 /* $NetBSD: errno.c,v 1.6 2024/01/20 14:52:47 christos Exp $ */
5 __RCSID("$NetBSD: errno.c,v 1.6 2024/01/20 14:52:47 christos Exp $");
8 #include <errno.h>
11 int errno; variable
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Derrno.h5 "fixinc/tests/inc/errno.h"
16 extern int errno;
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Derrno.h5 "fixinc/tests/inc/errno.h"
16 extern int errno;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h20 #include <errno.h>
47 errno = EBADF;
50 errno = ENOMEM;
53 errno = EINVAL;
56 errno = ENAMETOOLONG;
59 errno = ENOTEMPTY;
62 errno = EWOULDBLOCK;
65 errno = EINPROGRESS;
68 errno = EALREADY;
71 errno
[all...]
H A Dfree.c1 /* Make free() preserve errno.
28 # include <errno.h>
41 err[0] = errno;
42 err[1] = errno;
43 errno = 0;
45 errno = err[errno == 0];
47 int err = errno;
49 errno = err;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsched9.c7 #include <errno.h>
13 || errno != EINVAL)
16 errno = 0;
19 || errno != EINVAL)
H A Dkill1.c4 #include <errno.h>
11 || errno != EPERM)
17 errno = 0;
20 || errno != EPERM)
26 errno = 0;
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-EFTYPE.c1 #include <errno.h>
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/
H A Dwindows_extra.h4 #include <errno.h>
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_checks.cc20 errno = errno_ENOMEM;
H A Dsanitizer_syscall_generic.inc34 *rverrno = errno;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_checks.cc18 errno = errno_ENOMEM;
H A Dsanitizer_syscall_generic.inc42 *rverrno = errno;
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsched9.c7 #include <errno.h>
13 || errno != EINVAL)
16 errno = 0;
19 || errno != EINVAL)
H A Dkill1.c4 #include <errno.h>
11 || errno != EPERM)
17 errno = 0;
20 || errno != EPERM)
26 errno = 0;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_checks.cpp19 errno = errno_ENOMEM;
H A Dsanitizer_syscall_generic.inc33 *rverrno = errno;
/netbsd-current/tests/compat/linux/
H A Dh_linux.c36 int errno = 0; variable
/netbsd-current/sys/external/isc/libsodium/include/
H A Derrno.h2 #include <sys/errno.h>
4 #define errno libsodium_errno macro
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr22782.s5 movl errno@indntpoff, %eax
8 .globl errno
9 .hidden errno
12 .type errno, @object
13 .size errno, 4
14 errno: label
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr22782.s5 movq errno@gottpoff(%rip), %rax
8 .globl errno
9 .hidden errno
12 .type errno, @object
13 .size errno, 4
14 errno: label
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dgetcwd.c26 #include <errno.h>
35 errno = EINVAL;
40 int saved_errno = errno;
42 errno = 0;
44 if (errno == 0)
48 errno = saved_errno;
50 errno = ERANGE;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dierrno.c28 #include <errno.h>
39 return (GFC_INTEGER_4) errno;
48 return (GFC_INTEGER_8) errno;

Completed in 168 milliseconds

1234567891011>>