Searched refs:error (Results 1 - 25 of 12827) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/next68k/include/
H A Dbus_dma.h2 #error "this file was replaced by m68k/include/bus_dma.h"
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1_mac.h10 #error "This file is obsolete; please update your software."
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dasn1_mac.h10 #error "This file is obsolete; please update your software."
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dplugin-27.d1 .*: error: Fatal error
H A Dplugin-28.d1 .*: error: Error
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Derr-1.s1 ;# Test .error directive.
3 .error "an error message" ;# { dg-error "Error: an error message" }
4 .error an error message ;# { dg-error "Error: .error argument must be a string" }
5 .error ;# { d
[all...]
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_224.c8 /* expect+1: error: syntax error 'error' [249] */
9 void example1(void) { "syntax" error; }
10 /* expect+1: error: syntax error 'error' [249] */
11 void example2(void) { "syntax" error; }
12 /* expect+1: error: syntax error 'erro
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dvarargs.h4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
/netbsd-current/sys/rump/include/rump/
H A Drumperr.h10 rump_strerror(int error) argument
13 switch (error) {
15 return "No error: zero, zip, zilch, none!";
25 return "Input/output error";
31 return "Exec format error";
175 return "Authentication error";
207 return "Protocol error";
209 return "Invalid error!";
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dvarargs.h4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dsave-err.s2 save $3,100 # error
3 save $4 # error
4 save $4,100,200 # error
5 save $4,foo # error
7 save $4,1 # error
8 save $4,7 # error
10 save $4,12 # error
12 save $4,2052 # error
13 save $4,0,$7 # error
14 save $4,$6,0 # error
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvarargs.h11 #error "Please use <stdarg.h> instead of <varargs.h>"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dbmmintrin.h27 # error "SSE5 instruction set removed from compiler"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-elf-solib.c22 #error "Must define the FUNCTION_NAME macro to set a jited function name"
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dbmmintrin.h27 # error "SSE5 instruction set removed from compiler"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-elf-fork-solib.c22 #error "Must define the FUNCTION_NAME macro to set a jited function name"
H A Djit-elf-solib.c22 #error "Must define the FUNCTION_NAME macro to set a jited function name"
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/lib/
H A Dlinuxcheck.c8 # error "not linux"
/netbsd-current/sys/compat/common/
H A Dcompat_43_mod.c52 int error; local
54 error = kern_exit_43_init();
55 if (error != 0)
56 return error;
58 error = kern_info_43_init();
59 if (error != 0)
62 error = kern_resource_43_init();
63 if (error != 0)
66 error = kern_sig_43_init();
67 if (error !
115 int error; local
[all...]
H A Dcompat_12_mod.c56 int error; local
58 error = kern_xxx_12_init();
59 if (error != 0)
60 return error;
62 error = vm_12_init();
63 if (error != 0) {
65 return error;
68 error = vfs_syscalls_12_init();
69 if (error != 0) {
72 return error;
81 int error; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/sunwindow/
H A Dwin_lock.h14 #error bogus
/netbsd-current/sys/stand/efiboot/
H A Ddevopen.c36 int error; local
38 error = efi_net_open(f, fname, file);
39 if (error)
46 if (error)
47 error = efi_block_open(f, fname, file);
48 if (error)
49 error = efi_file_open(f, fname);
51 return error;
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/sunwindow/
H A Dwin_lock.h14 #error bogus
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Derr-swym1.s2 SWYM 256*256*256 % { dg-error "invalid operands" "" }
3 SWYM -1 % { dg-error "invalid operands" "" }
4 SWYM 99,256*256 % { dg-error "invalid operands" "" }
5 SWYM 99,-1 % { dg-error "invalid operands" "" }
6 SWYM 256,1,2 % { dg-error "invalid operands" "" }
7 SWYM 1,256,2 % { dg-error "invalid operands" "" }
8 SWYM 1,2,256 % { dg-error "invalid operands" "" }
9 SWYM -1,1,2 % { dg-error "invalid operands" "" }
10 SWYM 1,-1,2 % { dg-error "invalid operands" "" }
11 SWYM 1,2,-1 % { dg-error "invali
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/umount/
H A Dumount_bsd44.c56 int error; local
59 error = unmount(mntdir, 0);
60 if (error < 0)
61 error = errno;
63 switch (error) {
68 error = 0; /* Not really an error */
82 error = umount2_fs(mntdir, unmount_flags);
83 if (error < 0)
84 error
105 int error = 0; local
[all...]

Completed in 298 milliseconds

1234567891011>>