HomeSort by: relevance | last modified time | path
    Searched refs:errno (Results 1 - 25 of 7265) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/lib/libsa/
errno.c 1 /* $NetBSD: errno.c,v 1.3 2005/12/11 12:24:46 christos Exp $ */
36 int errno; variable
  /src/lib/libc/gen/
errno_private.h 28 #undef errno macro
29 extern int errno;
errno.c 1 /* $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
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
errno.c 18 #include <errno.h>
24 errno = 42;
30 #undef errno macro
34 int errno = 36; local
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno_.c 9 * Source: $(DRUNTIMESRC core/stdc/errno.c)
12 #include <errno.h>
17 return errno;
23 errno = val;
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
errno.h 5 "fixinc/tests/inc/errno.h"
16 extern int errno;
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
errno.h 5 "fixinc/tests/inc/errno.h"
16 extern int errno;
  /src/external/gpl3/gdb/dist/gnulib/import/
free.c 1 /* 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;
w32sock.h 20 #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 = ENOTSOCK
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
free.c 1 /* 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;
w32sock.h 20 #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 = ENOTSOCK
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_checks.cc 20 errno = errno_ENOMEM;
sanitizer_syscall_generic.inc 34 *rverrno = errno;
  /src/tests/compat/linux/
h_linux.c 36 int errno = 0; variable
  /src/external/bsd/jemalloc/dist/include/msvc_compat/
windows_extra.h 4 #include <errno.h>
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/
windows_extra.h 4 #include <errno.h>
  /src/external/bsd/mdocml/dist/
test-EFTYPE.c 1 #include <errno.h>
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_checks.cpp 19 errno = errno_ENOMEM;
sanitizer_syscall_generic.inc 33 *rverrno = errno;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_checks.cpp 19 errno = errno_ENOMEM;
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sched9.c 7 #include <errno.h>
13 || errno != EINVAL)
16 errno = 0;
19 || errno != EINVAL)
kill1.c 4 #include <errno.h>
11 || errno != EPERM)
17 errno = 0;
20 || errno != EPERM)
26 errno = 0;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sched9.c 7 #include <errno.h>
13 || errno != EINVAL)
16 errno = 0;
19 || errno != EINVAL)
kill1.c 4 #include <errno.h>
11 || errno != EPERM)
17 errno = 0;
20 || errno != EPERM)
26 errno = 0;
  /src/external/gpl2/groff/dist/src/libs/libgroff/
getcwd.c 26 #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;

Completed in 56 milliseconds

1 2 3 4 5 6 7 8 91011>>