/freebsd/lib/libc/tests/gen/ |
H A D | fmtmsg_test.c | 54 "illegal option -- z", "refer to manual", "BSD:ls:001", 56 "BSD:ls: ERROR: illegal option -- z\n" 61 "illegal option -- z", "refer to manual", "BSD:ls:001", 63 "illegal option -- z: ERROR\n" 68 "illegal option -- z", "refer to manual", "BSD:ls:001", 70 "illegal option -- z\n" 74 "illegal option -- z", "refer to manual", "BSD:ls:001", 76 "ERROR: illegal option -- z\n" 80 "illegal option -- z", "refer to manual", "BSD:ls:001", 82 "BSD:ls: ERROR: illegal option -- z\n" [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_err.c | 60 "illegal bitstring format"}, 61 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_ILLEGAL_BOOLEAN), "illegal boolean"}, 63 "illegal characters"}, 64 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_ILLEGAL_FORMAT), "illegal format"}, 65 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_ILLEGAL_HEX), "illegal hex"}, 67 "illegal implicit tag"}, 68 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_ILLEGAL_INTEGER), "illegal integer"}, 70 "illegal negative value"}, 72 "illegal nested tagging"}, 73 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_ILLEGAL_NULL), "illegal null"}, [all …]
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_tsc.c | 75 ("[tsc,%d] illegal CPU value %d", __LINE__, cpu)); in tsc_allocate_pmc() 77 ("[tsc,%d] illegal row index %d", __LINE__, ri)); in tsc_allocate_pmc() 97 ("[tsc,%d] illegal CPU value %d", __LINE__, cpu)); in tsc_config_pmc() 98 KASSERT(ri == 0, ("[tsc,%d] illegal row-index %d", __LINE__, ri)); in tsc_config_pmc() 118 ("[tsc,%d] illegal CPU %d", __LINE__, cpu)); in tsc_describe() 119 KASSERT(ri == 0, ("[tsc,%d] illegal row-index %d", __LINE__, ri)); in tsc_describe() 143 ("[tsc,%d] illegal CPU %d", __LINE__, cpu)); in tsc_get_config() 144 KASSERT(ri == 0, ("[tsc,%d] illegal row-index %d", __LINE__, ri)); in tsc_get_config() 170 ("[tsc,%d] illegal cpu %d", __LINE__, cpu)); in tsc_pcpu_fini() 193 ("[tsc,%d] illegal cpu %d", __LINE__, cpu)); in tsc_pcpu_init() [all …]
|
H A D | hwpmc_soft.c | 104 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_allocate_pmc() 106 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_allocate_pmc() 141 ("[soft,%d] illegal CPU value %d", __LINE__, cpu)); in soft_config_pmc() 143 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_config_pmc() 163 ("[soft,%d] illegal CPU %d", __LINE__, cpu)); in soft_describe() 165 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_describe() 190 ("[soft,%d] illegal CPU %d", __LINE__, cpu)); in soft_get_config() 192 ("[soft,%d] illegal row-index %d", __LINE__, ri)); in soft_get_config() 205 ("[soft,%d] illegal cpu %d", __LINE__, cpu)); in soft_pcpu_fini() 232 ("[soft,%d] illegal cpu %d", __LINE__, cpu)); in soft_pcpu_init() [all …]
|
H A D | hwpmc_uncore.c | 191 ("[uncore,%d] illegal CPU %d", __LINE__, cpu)); in ucf_allocate_pmc() 218 ("[uncore,%d] illegal CPU %d", __LINE__, cpu)); in ucf_config_pmc() 221 ("[uncore,%d] illegal row-index %d", __LINE__, ri)); in ucf_config_pmc() 268 ("[uncore,%d] illegal cpu value %d", __LINE__, cpu)); in ucf_read_pmc() 270 ("[uncore,%d] illegal row-index %d", __LINE__, ri)); in ucf_read_pmc() 290 ("[uncore,%d] illegal CPU value %d", __LINE__, cpu)); in ucf_release_pmc() 292 ("[uncore,%d] illegal row-index %d", __LINE__, ri)); in ucf_release_pmc() 306 ("[uncore,%d] illegal CPU value %d", __LINE__, cpu)); in ucf_start_pmc() 308 ("[uncore,%d] illegal row-index %d", __LINE__, ri)); in ucf_start_pmc() 338 ("[uncore,%d] illegal CPU value %d", __LINE__, cpu)); in ucf_stop_pmc() [all …]
|
H A D | hwpmc_armv7.c | 116 KASSERT(pmc < armv7_npmcs, ("%s: illegal PMC number %d", __func__, pmc)); in armv7_pmcn_read() 126 KASSERT(pmc < armv7_npmcs, ("%s: illegal PMC number %d", __func__, pmc)); in armv7_pmcn_write() 142 ("[armv7,%d] illegal CPU value %d", __LINE__, cpu)); in armv7_allocate_pmc() 144 ("[armv7,%d] illegal row index %d", __LINE__, ri)); in armv7_allocate_pmc() 167 ("[armv7,%d] illegal CPU value %d", __LINE__, cpu)); in armv7_read_pmc() 169 ("[armv7,%d] illegal row index %d", __LINE__, ri)); in armv7_read_pmc() 213 ("[armv7,%d] illegal CPU value %d", __LINE__, cpu)); in armv7_write_pmc() 215 ("[armv7,%d] illegal row-index %d", __LINE__, ri)); in armv7_write_pmc() 239 ("[armv7,%d] illegal CPU value %d", __LINE__, cpu)); in armv7_config_pmc() 241 ("[armv7,%d] illegal row-index %d", __LINE__, ri)); in armv7_config_pmc() [all …]
|
H A D | hwpmc_core.c | 231 ("[core,%d] illegal CPU %d", __LINE__, cpu)); in iaf_allocate_pmc() 315 ("[core,%d] illegal CPU %d", __LINE__, cpu)); in iaf_config_pmc() 318 ("[core,%d] illegal row-index %d", __LINE__, ri)); in iaf_config_pmc() 376 ("[core,%d] illegal cpu value %d", __LINE__, cpu)); in iaf_read_pmc() 378 ("[core,%d] illegal row-index %d", __LINE__, ri)); in iaf_read_pmc() 399 ("[core,%d] illegal CPU value %d", __LINE__, cpu)); in iaf_release_pmc() 401 ("[core,%d] illegal row-index %d", __LINE__, ri)); in iaf_release_pmc() 422 ("[core,%d] illegal CPU value %d", __LINE__, cpu)); in iaf_start_pmc() 424 ("[core,%d] illegal row-index %d", __LINE__, ri)); in iaf_start_pmc() 448 ("[core,%d] illegal CPU value %d", __LINE__, cpu)); in iaf_stop_pmc() [all …]
|
H A D | hwpmc_arm64.c | 142 KASSERT(pmc < arm64_npmcs, ("%s: illegal PMC number %d", __func__, pmc)); in arm64_pmcn_read() 155 KASSERT(pmc < arm64_npmcs, ("%s: illegal PMC number %d", __func__, pmc)); in arm64_pmcn_write() 171 ("[arm64,%d] illegal CPU value %d", __LINE__, cpu)); in arm64_allocate_pmc() 173 ("[arm64,%d] illegal row index %d", __LINE__, ri)); in arm64_allocate_pmc() 232 ("[arm64,%d] illegal CPU value %d", __LINE__, cpu)); in arm64_read_pmc() 234 ("[arm64,%d] illegal row index %d", __LINE__, ri)); in arm64_read_pmc() 275 ("[arm64,%d] illegal CPU value %d", __LINE__, cpu)); 277 ("[arm64,%d] illegal row-index %d", __LINE__, ri)); in arm64_config_pmc() 298 ("[arm64,%d] illegal CPU value %d", __LINE__, cpu)); 300 ("[arm64,%d] illegal ro [all...] |
H A D | hwpmc_powerpc.c | 111 ("[powerpc,%d], illegal CPU %d", __LINE__, cpu)); in powerpc_describe() 189 ("[powerpc,%d] illegal CPU value %d", __LINE__, cpu)); in powerpc_allocate_pmc() 191 ("[powerpc,%d] illegal row index %d", __LINE__, ri)); in powerpc_allocate_pmc() 236 ("[powerpc,%d] illegal CPU value %d", __LINE__, cpu)); in powerpc_release_pmc() 238 ("[powerpc,%d] illegal row-index %d", __LINE__, ri)); in powerpc_release_pmc() 273 ("[powerpc,%d] illegal CPU value %d", __LINE__, cpu)); in powerpc_config_pmc() 275 ("[powerpc,%d] illegal row-index %d", __LINE__, ri)); in powerpc_config_pmc() 366 ("[powerpc,%d] illegal CPU value %d", __LINE__, cpu)); in powerpc_read_pmc() 368 ("[powerpc,%d] illegal row index %d", __LINE__, ri)); in powerpc_read_pmc() 413 ("[powerpc,%d] illegal CPU value %d", __LINE__, cpu)); in powerpc_write_pmc() [all …]
|
H A D | hwpmc_amd.c | 221 ("[amd,%d] illegal CPU value %d", __LINE__, cpu)); in amd_read_pmc() 223 ("[amd,%d] illegal row-index %d", __LINE__, ri)); in amd_read_pmc() 266 ("[amd,%d] illegal CPU value %d", __LINE__, cpu)); in amd_write_pmc() 268 ("[amd,%d] illegal row-index %d", __LINE__, ri)); in amd_write_pmc() 295 ("[amd,%d] illegal CPU value %d", __LINE__, cpu)); in amd_config_pmc() 297 ("[amd,%d] illegal row-index %d", __LINE__, ri)); in amd_config_pmc() 366 ("[amd,%d] illegal row index %d", __LINE__, ri)); in amd_allocate_pmc() 457 ("[amd,%d] illegal CPU value %d", __LINE__, cpu)); in amd_release_pmc() 459 ("[amd,%d] illegal row-index %d", __LINE__, ri)); in amd_release_pmc() 479 ("[amd,%d] illegal CPU value %d", __LINE__, cpu)); in amd_start_pmc() [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.errmsg | 16 illegal primary in regular expression 19 illegal break, continue, next or nextfile from BEGIN 22 illegal break, continue, next or nextfile from END 25 nextfile is illegal inside a function 87 illegal nested function 93 break illegal outside 96 continue illegal outside 103 next is illegal inside a function 140 illegal statement 143 illegal statement [all …]
|
H A D | lilly.out | 27 ../a.out: illegal primary in regular expression += at = 33 ../a.out: illegal primary in regular expression *= at = 90 ../a.out: illegal primary in regular expression += at = 96 ../a.out: illegal primary in regular expression *= at = 252 ../a.out: illegal primary in regular expression += at = 258 ../a.out: illegal primary in regular expression *= at = 315 ../a.out: illegal primary in regular expression += at = 321 ../a.out: illegal primary in regular expression *= at = 492 ../a.out: illegal primary in regular expression += at = 498 ../a.out: illegal primary in regular expression *= at = [all …]
|
/freebsd/bin/sh/tests/expansion/ |
H A D | cmdsubst1.0 | 30 check '".$(umask -@ 2>&1)." = ".umask: Illegal option -@."' 31 check '".$(umask -@ 2>&1; :)." = ".umask: Illegal option -@."' 32 check '".$({ umask -@; } 2>&1)." = ".umask: Illegal option -@."' 35 check '".$(shift xyz 2>&1)." = ".shift: Illegal number: xyz."' 36 check '".$(shift xyz 2>&1; :)." = ".shift: Illegal number: xyz."' 37 check '".$({ shift xyz; } 2>&1)." = ".shift: Illegal number: xyz."'
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_encode_test.c | 217 CUSTOM_EXPECTED_FAILURE, /* t_4bytes_3_pad (illegal padding) */ 219 CUSTOM_EXPECTED_FAILURE, /* t_4bytes_5_negpad (illegal padding) */ 247 CUSTOM_EXPECTED_FAILURE, /* t_8bytes_3_pad (illegal padding) */ 249 CUSTOM_EXPECTED_FAILURE, /* t_8bytes_5_negpad (illegal padding) */ 253 CUSTOM_EXPECTED_FAILURE, /* t_4bytes_3_pad (illegal padding) */ 255 CUSTOM_EXPECTED_FAILURE, /* t_4bytes_5_negpad (illegal padding) */ 306 CUSTOM_EXPECTED_FAILURE, /* t_4bytes_3_pad (illegal padding) */ 308 CUSTOM_EXPECTED_FAILURE, /* t_4bytes_5_negpad (illegal padding) */ 343 CUSTOM_EXPECTED_FAILURE, /* t_one_neg (illegal negative value) */ 344 CUSTOM_EXPECTED_FAILURE, /* t_minus_256 (illegal negative value) */ [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_001_neg.ksh | 36 # Verify 1) Illegal options to chmod should fail. 42 # 2. Verify all kinds of illegal option will lead to chmod failed. 58 log_assert "Verify illegal operating to ACL, it will fail." 68 log_note "Illegal option to chmod should fail." 146 log_pass "Verify illegal operating to ACL passed."
|
/freebsd/share/man/man3/ |
H A D | siginfo.3 | 112 illegal opcode 114 illegal operand 116 illegal addressing mode 118 illegal trap 120 illegal privileged opcode 122 illegal privileged register
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 123 Program fragment at line 30 delivered error ``Illegal division by zero'' 127 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37'' 136 Program fragment at line 30 delivered error ``Illegal division by zero'' 140 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37'' 161 Illegal division by zero at template line 37. 165 Illegal division by zero at catalog.tmpl line 37. 179 Illegal division by zero at template line 37. 183 Illegal division by zero at catalog.tmpl line 37.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ConvertUTF.cpp | 173 … /* UTF-16 surrogate values are illegal in UTF-32; 0xffff or 0xfffe are both reserved values */ in ConvertUTF32toUTF16() 176 --source; /* return to the illegal value itself */ in ConvertUTF32toUTF16() 230 --source; /* return to the illegal value itself */ in ConvertUTF16toUTF32() 240 /* UTF-16 surrogate values are illegal in UTF-32 */ in ConvertUTF16toUTF32() 242 --source; /* return to the illegal value itself */ in ConvertUTF16toUTF32() 257 fprintf(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); in ConvertUTF16toUTF32() 287 --source; /* return to the illegal value itself */ in ConvertUTF16toUTF8() 297 /* UTF-16 surrogate values are illegal in UTF-32 */ in ConvertUTF16toUTF8() 299 --source; /* return to the illegal value itself */ in ConvertUTF16toUTF8() 346 /* UTF-16 surrogate values are illegal in UTF-32 */ in ConvertUTF32toUTF8() [all …]
|
H A D | Base64.cpp | 59 bool Illegal = DecodedByte == Base64InvalidByte; in decodeBase64() local 60 if (!Illegal && Byte == '=') { in decodeBase64() 64 Illegal = true; in decodeBase64() 68 Illegal = true; in decodeBase64() 71 if (Illegal) in decodeBase64()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | LinuxSignals.cpp | 48 AddSignal(4, "SIGILL", false, true, true, "illegal instruction"); in Reset() 49 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPC, 1, "illegal opcode"); in Reset() 50 ADD_SIGCODE(SIGILL, 4, ILL_ILLOPN, 2, "illegal operand"); in Reset() 51 ADD_SIGCODE(SIGILL, 4, ILL_ILLADR, 3, "illegal addressing mode"); in Reset() 52 ADD_SIGCODE(SIGILL, 4, ILL_ILLTRP, 4, "illegal trap"); in Reset() 62 ADD_SIGCODE(SIGBUS, 7, BUS_ADRALN, 1, "illegal alignment"); in Reset() 63 ADD_SIGCODE(SIGBUS, 7, BUS_ADRERR, 2, "illegal address"); in Reset()
|
/freebsd/contrib/netbsd-tests/lib/libc/locale/ |
H A D | t_mbtowc.c | 72 h_mbtowc(const char *locale, const char *illegal, const char *legal) in h_mbtowc() argument 99 (void)strvis(buf, illegal, VIS_WHITE | VIS_OCTAL); in h_mbtowc() 100 (void)printf("Checking illegal sequence: \"%s\"\n", buf); in h_mbtowc() 102 ret = mbtowc(NULL, illegal, strlen(illegal)); in h_mbtowc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IRSimilarityIdentifier.h | 72 /// Illegal Instructions cannot be considered when looking for similarity 77 enum InstrType { Legal, Illegal, Invisible }; enumerator 382 /// The starting illegal instruction number to map to. 398 /// Set if we added an illegal number in the previous step. 399 /// Since each illegal number is unique, we only need one of them between 401 /// than one illegal number per range. 404 /// Marks whether we found a illegal instruction in the previous step. 469 /// Maps the Instructions in a BasicBlock \p BB to legal or illegal integers 491 /// Maps an Instruction to an illegal integer. 529 return Illegal; in visitBranchInst() [all...] |
/freebsd/sys/fs/udf/ |
H A D | osta.c | 302 * Translates a long file name to one using a MAXLEN and an illegal 330 /* Replace Illegal and non-displayable chars with in UDFTransName() 334 /* Skip any other illegal or non-displayable in UDFTransName() 391 /* Replace Illegal and non-displayable in UDFTransName() 395 /* Skip any other illegal or in UDFTransName() 448 * illegal characters above 0x0020 are in the ASCII subset of Unicode. 473 * Decides whether the given character is illegal for a given OS. 477 * Non-zero if char is illegal. 482 /* Only illegal character on the MAC is the colon. */ in IsIllegal() 490 /* Illegal UNIX characters are NULL and slash. */ in IsIllegal() [all …]
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 36 ASN1_R_ILLEGAL_BITSTRING_FORMAT:175:illegal bitstring format 37 ASN1_R_ILLEGAL_BOOLEAN:176:illegal boolean 38 ASN1_R_ILLEGAL_CHARACTERS:124:illegal characters 39 ASN1_R_ILLEGAL_FORMAT:177:illegal format 40 ASN1_R_ILLEGAL_HEX:178:illegal hex 41 ASN1_R_ILLEGAL_IMPLICIT_TAG:179:illegal implicit tag 42 ASN1_R_ILLEGAL_INTEGER:180:illegal integer 43 ASN1_R_ILLEGAL_NEGATIVE_VALUE:226:illegal negative value 44 ASN1_R_ILLEGAL_NESTED_TAGGING:181:illegal nested tagging 45 ASN1_R_ILLEGAL_NULL:125:illegal null [all …]
|
/freebsd/cddl/lib/libdtrace/ |
H A D | unistd.d | 35 inline int DTRACEFLT_ILLOP = 3; /* Illegal operation */ 44 inline int DTRACEFLT_KPRIV = 6; /* Illegal kernel access */ 47 inline int DTRACEFLT_UPRIV = 7; /* Illegal user access */
|