Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 3787) sorted by relevance

12345678910>>...152

/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MAX not defined
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MAX not defined
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp16 #error PRId8 not defined
20 #error PRId16 not defined
24 #error PRId32 not defined
28 #error PRId64 not defined
32 #error PRIdLEAST8 not defined
36 #error PRIdLEAST16 not defined
40 #error PRIdLEAST32 not defined
44 #error PRIdLEAST64 not defined
48 #error PRIdFAST8 not defined
52 #error PRIdFAST16 not defined
[all …]
H A Dfloat_h.pass.cpp15 #error FLT_ROUNDS not defined
19 #error FLT_EVAL_METHOD not defined
23 #error FLT_RADIX not defined
27 #error FLT_MANT_DIG not defined
31 #error DBL_MANT_DIG not defined
35 #error LDBL_MANT_DIG not defined
39 #error DECIMAL_DIG not defined
43 #error FLT_DIG not defined
47 #error DBL_DIG not defined
51 #error LDBL_DIG not defined
[all …]
H A Dlimits_h.pass.cpp15 #error CHAR_BIT not defined
19 #error SCHAR_MIN not defined
23 #error SCHAR_MAX not defined
27 #error UCHAR_MAX not defined
31 #error CHAR_MIN not defined
35 #error CHAR_MAX not defined
39 #error MB_LEN_MAX not defined
43 #error SHRT_MIN not defined
47 #error SHRT_MAX not defined
51 #error USHRT_MAX not defined
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp16 #error PRId8 not defined
20 #error PRId16 not defined
24 #error PRId32 not defined
28 #error PRId64 not defined
32 #error PRIdLEAST8 not defined
36 #error PRIdLEAST16 not defined
40 #error PRIdLEAST32 not defined
44 #error PRIdLEAST64 not defined
48 #error PRIdFAST8 not defined
52 #error PRIdFAST16 not defined
[all …]
H A Dfloat_h.pass.cpp15 #error FLT_ROUNDS not defined
19 #error FLT_EVAL_METHOD not defined
23 #error FLT_RADIX not defined
27 #error FLT_MANT_DIG not defined
31 #error DBL_MANT_DIG not defined
35 #error LDBL_MANT_DIG not defined
39 #error DECIMAL_DIG not defined
43 #error FLT_DIG not defined
47 #error DBL_DIG not defined
51 #error LDBL_DIG not defined
[all …]
H A Dlimits_h.pass.cpp15 #error CHAR_BIT not defined
19 #error SCHAR_MIN not defined
23 #error SCHAR_MAX not defined
27 #error UCHAR_MAX not defined
31 #error CHAR_MIN not defined
35 #error CHAR_MAX not defined
39 #error MB_LEN_MAX not defined
43 #error SHRT_MIN not defined
47 #error SHRT_MAX not defined
51 #error USHRT_MAX not defined
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp16 #error _LIBCPP_VERSION not defined
20 #error E2BIG not defined
24 #error EACCES not defined
28 #error EACCES not defined
32 #error EADDRINUSE not defined
36 #error EADDRNOTAVAIL not defined
40 #error EAFNOSUPPORT not defined
44 #error EAGAIN not defined
48 #error EALREADY not defined
52 #error EBADF not defined
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp16 #error _LIBCPP_VERSION not defined
20 #error E2BIG not defined
24 #error EACCES not defined
28 #error EACCES not defined
32 #error EADDRINUSE not defined
36 #error EADDRNOTAVAIL not defined
40 #error EAFNOSUPPORT not defined
44 #error EAGAIN not defined
48 #error EALREADY not defined
52 #error EBADF not defined
[all …]
/minix3/minix/lib/liblwip/dist/src/core/
H A Dinit.c87 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
90 …#error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_…
93 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h"
96 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h"
99 …#error "If you want to use LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 and/or LWIP_RA…
102 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h"
106 …#error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts…
109 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h"
112 #error "If you want to use UDP, you have to define MEMP_NUM_UDP_PCB>=1 in your lwipopts.h"
115 #error "If you want to use TCP, you have to define MEMP_NUM_TCP_PCB>=1 in your lwipopts.h"
[all …]
/minix3/external/bsd/kyua-testers/dist/
H A Derror_test.c44 kyua_error_t error = kyua_error_new("test_error", invalid, SIZE_MAX, NULL); in ATF_TC_BODY() local
45 ATF_REQUIRE(kyua_error_is_type(error, kyua_oom_error_type)); in ATF_TC_BODY()
46 ATF_REQUIRE(kyua_error_data(error) == NULL); in ATF_TC_BODY()
47 kyua_error_free(error); in ATF_TC_BODY()
65 kyua_error_t error = kyua_error_subsume(primary, secondary); in ATF_TC_BODY() local
66 ATF_REQUIRE(kyua_error_is_type(error, "primary_error")); in ATF_TC_BODY()
67 kyua_error_free(error); in ATF_TC_BODY()
76 kyua_error_t error = kyua_error_subsume(primary, secondary); in ATF_TC_BODY() local
77 ATF_REQUIRE(kyua_error_is_type(error, "secondary_error")); in ATF_TC_BODY()
78 kyua_error_free(error); in ATF_TC_BODY()
[all …]
H A Derror.c45 generic_format_callback(const kyua_error_t error, char* const output_buffer, in generic_format_callback() argument
48 assert(error != NULL); in generic_format_callback()
49 return snprintf(output_buffer, output_size, "Error '%s'", error->type_name); in generic_format_callback()
66 error_init(kyua_error_t const error, const char* const type_name, in error_init() argument
76 error->data = NULL; in error_init()
77 error->needs_free = false; in error_init()
85 error->data = new_data; in error_init()
91 error->type_name = type_name; in error_init()
92 error->format_callback = (format_callback == NULL) ? in error_init()
118 kyua_error_t error = malloc(sizeof(struct kyua_error)); in kyua_error_new() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp15 #error FLT_ROUNDS not defined
19 #error FLT_EVAL_METHOD not defined
23 #error FLT_RADIX not defined
27 #error FLT_MANT_DIG not defined
31 #error DBL_MANT_DIG not defined
35 #error LDBL_MANT_DIG not defined
39 #error DECIMAL_DIG not defined
43 #error FLT_DIG not defined
47 #error DBL_DIG not defined
51 #error LDBL_DIG not defined
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp15 #error FLT_ROUNDS not defined
19 #error FLT_EVAL_METHOD not defined
23 #error FLT_RADIX not defined
27 #error FLT_MANT_DIG not defined
31 #error DBL_MANT_DIG not defined
35 #error LDBL_MANT_DIG not defined
39 #error DECIMAL_DIG not defined
43 #error FLT_DIG not defined
47 #error DBL_DIG not defined
51 #error LDBL_DIG not defined
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Lexer/
H A Dcxx-features.cpp16 #error "wrong value for __cpp_binary_literals"
20 #error "wrong value for __cpp_digit_separators"
24 #error "wrong value for __cpp_init_captures"
28 #error "wrong value for __cpp_generic_lambdas"
32 #error "wrong value for __cpp_sized_deallocation"
36 #error "wrong value for __cpp_constexpr"
40 #error "wrong value for __cpp_decltype_auto"
44 #error "wrong value for __cpp_return_type_deduction"
48 #error "wrong value for __cpp_runtime_arrays"
52 #error "wrong value for __cpp_aggregate_nsdmi"
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dmicromips-invalid.s4 addiur1sp $7, 260 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
5 addiur1sp $7, 241 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: misaligned immediate operand value
6 addiur1sp $8, 240 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
7 addius5 $7, 9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
8 addiusp 1032 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
9 addu16 $6, $14, $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 subu16 $5, $16, $9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 andi16 $16, $10, 0x1f # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 andi16 $16, $2, 17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
13 and16 $16, $8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
[all …]
H A Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
9 # CHECK: error: branch target out of range
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
17 # CHECK: error: branch target out of range
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/MC/SystemZ/
H A Dinsn-bad.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
13 #CHECK: error: invalid operand
15 #CHECK: error: invalid operand
21 #CHECK: error: invalid operand
23 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
31 #CHECK: error: invalid operand
37 #CHECK: error: invalid operand
39 #CHECK: error: invalid operand
[all …]
H A Dinsn-bad-z196.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
9 #CHECK: error: invalid operand
16 #CHECK: error: invalid operand
18 #CHECK: error: invalid operand
20 #CHECK: error: invalid operand
27 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
35 #CHECK: error: invalid operand
37 #CHECK: error: invalid operand
[all …]
/minix3/sbin/newfs_udf/
H A Dudf_write.c64 int error; in udf_write_phys() local
71 error = udf_write_sector(bpos, phys); in udf_write_phys()
72 if (error) in udf_write_phys()
73 return error; in udf_write_phys()
378 int error, cnt, dpos; in udf_write_iso9660_vrs() local
395 if ((error = udf_write_sector(iso9660_vrs_desc, pos))) { in udf_write_iso9660_vrs()
397 return error; in udf_write_iso9660_vrs()
408 if ((error = udf_write_sector(iso9660_vrs_desc, pos))) { in udf_write_iso9660_vrs()
410 return error; in udf_write_iso9660_vrs()
419 if ((error = udf_write_sector(iso9660_vrs_desc, pos))) { in udf_write_iso9660_vrs()
[all …]
/minix3/tests/libexec/ld.elf_so/
H A Dt_dlvsym.c46 char *error; in ATF_TC_BODY() local
54 error = dlerror(); in ATF_TC_BODY()
55 ATF_CHECK(error == NULL); in ATF_TC_BODY()
59 error = dlerror(); in ATF_TC_BODY()
60 ATF_CHECK(error == NULL); in ATF_TC_BODY()
66 error = dlerror(); in ATF_TC_BODY()
67 ATF_CHECK(error == NULL); in ATF_TC_BODY()
78 char *error; in ATF_TC_BODY() local
86 error = dlerror(); in ATF_TC_BODY()
87 ATF_CHECK(error == NULL); in ATF_TC_BODY()
[all …]
/minix3/sys/ufs/ufs/
H A Dufs_vfsops.c91 int error; in ufs_root() local
93 if ((error = VFS_VGET(mp, (ino_t)UFS_ROOTINO, &nvp)) != 0) in ufs_root()
94 return (error); in ufs_root()
105 int error; in ufs_vget() local
107 error = vcache_get(mp, &ino, sizeof(ino), vpp); in ufs_vget()
108 if (error) in ufs_vget()
109 return error; in ufs_vget()
110 error = vn_lock(*vpp, LK_EXCLUSIVE); in ufs_vget()
111 if (error) { in ufs_vget()
114 return error; in ufs_vget()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Ddirective-arch_extension-fp.s13 @ CHECK-V7: error: architectural extension 'fp' is not allowed for the current base architecture
20 @ CHECK-V7: error: instruction requires: FPARMv8
23 @ CHECK-V7: error: instruction requires: FPARMv8
25 @ CHECK-V7: error: instruction requires: FPARMv8
27 @ CHECK-V7: error: instruction requires: FPARMv8
29 @ CHECK-V7: error: instruction requires: FPARMv8
31 @ CHECK-V7: error: instruction requires: FPARMv8
33 @ CHECK-V7: error: instruction requires: FPARMv8
36 @ CHECK-V7: error: instruction requires: FPARMv8
38 @ CHECK-V7: error: instruction requires: FPARMv8
[all …]
/minix3/tests/dev/dm/
H A Dh_dm.c59 int error; in dm_test_versions() local
64 error = 0; in dm_test_versions()
66 error = rump_init(); in dm_test_versions()
67 if (error != 0) in dm_test_versions()
79 error = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp); in dm_test_versions()
80 if (error < 0) in dm_test_versions()
89 return error; in dm_test_versions()
98 int error; in dm_test_targets() local
103 error = 0; in dm_test_targets()
105 error = rump_init(); in dm_test_targets()
[all …]

12345678910>>...152