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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/next68k/include/
bus_dma.h 2 #error "this file was replaced by m68k/include/bus_dma.h"
  /src/crypto/external/bsd/openssl/dist/include/openssl/
asn1_mac.h 10 #error "This file is obsolete; please update your software."
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1_mac.h 10 #error "This file is obsolete; please update your software."
  /src/tests/usr.bin/xlint/lint1/
msg_224.c 8 /* 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 'error' [249] *
    [all...]
  /src/sys/rump/include/rump/
rumperr.h 10 rump_strerror(int error)
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!";
  /src/external/gpl3/gcc/dist/gcc/ginclude/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
varargs.h 4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
  /src/external/apache2/llvm/dist/clang/lib/Headers/
varargs.h 11 #error "Please use <stdarg.h> instead of <varargs.h>"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
bmmintrin.h 27 # error "SSE5 instruction set removed from compiler"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
bmmintrin.h 27 # error "SSE5 instruction set removed from compiler"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-elf-fork-solib.c 22 #error "Must define the FUNCTION_NAME macro to set a jited function name"
jit-elf-solib.c 22 #error "Must define the FUNCTION_NAME macro to set a jited function name"
  /src/external/gpl3/gdb/dist/sim/testsuite/lib/
linuxcheck.c 8 # error "not linux"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-elf-fork-solib.c 22 #error "Must define the FUNCTION_NAME macro to set a jited function name"
jit-elf-solib.c 22 #error "Must define the FUNCTION_NAME macro to set a jited function name"
  /src/external/gpl3/gdb.old/dist/sim/testsuite/lib/
linuxcheck.c 8 # error "not linux"
  /src/sys/compat/common/
compat_43_mod.c 52 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 != 0
115 int error; local
    [all...]
compat_12_mod.c 56 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...]
  /src/sys/stand/efiboot/
devopen.c 36 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;
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/sunwindow/
win_lock.h 14 #error bogus
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sunwindow/
win_lock.h 14 #error bogus
  /src/external/bsd/am-utils/dist/conf/umount/
umount_bsd44.c 56 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 = errno
105 int error = 0; local
    [all...]
  /src/lib/libc/stdio/
floatio.h 54 #error "floating point buffers too small"
  /src/sys/arch/hpc/stand/hpcboot/menu/
platid.c 4 #error "compile with UNICODE"
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
text_encoding-data.h 32 # error "This is not a public header, do not include it directly"

Completed in 77 milliseconds

1 2 3 4 5 6 7 8 91011>>