Home
last modified time | relevance | path

Searched refs:Illegal (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst1.030 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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h77 enum InstrType { Legal, Illegal, Invisible }; enumerator
529 return Illegal; in visitBranchInst()
534 return Illegal; in visitPHINode()
537 InstrType visitAllocaInst(AllocaInst &AI) { return Illegal; } in visitAllocaInst()
540 InstrType visitVAArgInst(VAArgInst &VI) { return Illegal; } in visitVAArgInst()
557 return Illegal; in visitIntrinsicInst()
558 return EnableIntrinsics ? Legal : Illegal; in visitIntrinsicInst()
566 return Illegal; in visitCallInst()
568 return Illegal; in visitCallInst()
578 return Illegal; in visitCallInst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBase64.cpp59 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/share/mk/
H A Dbsd.mkopt.mk59 .error Illegal value for MK_${var}: ${MK_${var}}
91 .error Illegal value for MK_${var}: ${MK_${var}}
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges123 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/lib/libc/nls/
H A DC.msg64 29 Illegal seek
178 86 Illegal byte sequence
212 4 Illegal instruction
/freebsd/contrib/tcsh/nls/russian/
H A Dset2314 12 Illegal universe
/freebsd/contrib/tcsh/nls/greek/
H A Dset27 5 Παράνομη εντολή (Illegal instruction)
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset2314 12 Illegal universe
/freebsd/contrib/tcsh/nls/C/
H A Dset2314 12 Illegal universe
H A Dset27 5 Illegal instruction
H A Dset186 84 Illegal variable name
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enumerator
/freebsd/crypto/heimdal/lib/hx509/
H A Docsp.asn160 malformedRequest (1), --Illegal confirmation request
/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot165 msgid "Illegal seek"
423 msgid "Illegal byte sequence"
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1764 return outliner::InstrType::Illegal; in getOutliningType()
1768 return outliner::InstrType::Illegal; in getOutliningType()
1789 return outliner::InstrType::Illegal; in getOutliningType()
1793 return outliner::InstrType::Illegal; in getOutliningType()
1822 return outliner::InstrType::Illegal; in getOutliningType()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecx.txt75 # Illegal sign/verify operations with X25519 key
152 # Illegal sign/verify operations with X448 key
H A Devppkey_rsa.txt269 # Illegal decrypt
/freebsd/usr.bin/sed/tests/
H A Dhanoi.sed44 Illegal characters: use only a-z and ":". Try again.
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po165 msgid "Illegal seek"
415 msgid "Illegal byte sequence"
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGenRegisterBankInfo.def108 {nullptr, 0}, // Illegal power of 2 sizes
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc41 llvm_unreachable("Illegal memory protection flag specified!");
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc64 llvm_unreachable("Illegal memory protection flag specified!");
/freebsd/contrib/sendmail/cf/cf/
H A Dknecht.mc225 R$* $#error $: "553 Illegal Content-Disposition"
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6293 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6301 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6306 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6316 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6334 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6340 auto UnknownCallOutlineType = outliner::InstrType::Illegal; in getOutliningTypeImpl()
6373 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6400 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6409 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
6415 return outliner::InstrType::Illegal; in getOutliningTypeImpl()
[all …]

12