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

1 2 3

  /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 in typeref:typename:int
errno.c 1 /* $NetBSD: errno.c,v 1.3 2005/12/11 12:24:46 christos Exp $ */
36 int errno; variable in typeref:typename:int
strerror.c 37 int errno; member in struct:mi
67 if (mi->errno == err)
strerror.c 37 int errno; member in struct:mi
67 if (mi->errno == err)
  /src/tests/compat/linux/
h_linux.c 36 int errno = 0; variable in typeref:typename:int
h_linux.c 36 int errno = 0; variable in typeref:typename:int
  /src/lib/libc/gen/
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 in typeref:typename:int
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 in typeref:typename:int
  /src/include/
errno.h 1 /* $NetBSD: errno.h,v 1.11 2008/03/03 06:57:48 dholland Exp $ */
36 * from: @(#)errno.h 8.5 (Berkeley) 1/21/94
43 #include <sys/errno.h>
48 /* note: this appears in both errno.h and signal.h */
54 #ifndef errno
55 #define errno (*__errno()) macro
errno.h 1 /* $NetBSD: errno.h,v 1.11 2008/03/03 06:57:48 dholland Exp $ */
36 * from: @(#)errno.h 8.5 (Berkeley) 1/21/94
43 #include <sys/errno.h>
48 /* note: this appears in both errno.h and signal.h */
54 #ifndef errno
55 #define errno (*__errno()) macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_errno.h 12 // Defines errno to avoid including errno.h and its dependencies into sensitive
14 // It's ok to use errno.h directly when your file already depend on other system
38 #define errno (*__errno_location()) macro
sanitizer_errno.h 12 // Defines errno to avoid including errno.h and its dependencies into sensitive
14 // It's ok to use errno.h directly when your file already depend on other system
38 #define errno (*__errno_location()) macro
  /src/sys/arch/mvme68k/stand/bootsd/
boot.c 43 int errno; variable in typeref:typename:int
61 printf("boot: %s: %s\n", file, strerror(errno));
boot.c 43 int errno; variable in typeref:typename:int
61 printf("boot: %s: %s\n", file, strerror(errno));
  /src/sys/arch/mvme68k/stand/netboot/
conf.c 34 int errno; variable in typeref:typename:int
conf.c 34 int errno; variable in typeref:typename:int
  /src/sys/arch/zaurus/stand/zboot/
unixsys.S 51 .word errno
75 .global errno
76 errno: label
unixsys.S 51 .word errno
75 .global errno
76 errno: label
  /src/sys/arch/mvme68k/stand/bootst/
boot.c 43 int errno; variable in typeref:typename:int
72 printf("tapeboot: %s: %s\n", file, strerror(errno));
boot.c 43 int errno; variable in typeref:typename:int
72 printf("tapeboot: %s: %s\n", file, strerror(errno));
  /src/sys/arch/sun3/dev/
xio.h 47 u_char errno; /* out: error number */ member in struct:xd_iocmd
xio.h 47 u_char errno; /* out: error number */ member in struct:xd_iocmd
  /src/sys/arch/mvme68k/stand/libsa/
bugdev.c 41 int errno; variable in typeref:typename:int
  /src/common/dist/zlib/
zutil.c 139 * errno. We define it as a global variable to simplify porting.
142 int errno = 0; variable in typeref:typename:int
  /src/sys/arch/i386/stand/pxeboot/
main.c 56 int errno; variable in typeref:typename:int
103 printf("boot: %s\n", strerror(errno));
306 strerror(errno));

Completed in 27 milliseconds

1 2 3