Home
last modified time | relevance | path

Searched refs:REJECT (Results 1 – 25 of 2809) sorted by relevance

12345678910>>...113

/dports/mail/mailagent/mailagent-9a14a15/agent/test/
H A Drules42 <ADDR> To: ram { SAVE ok.1; REJECT };
44 <ADDR> To: am { SAVE bad.2; REJECT };
92 <LIST,LIST_OK> { REJECT LIST };
95 <LIST,LIST_OK> { REJECT LIST };
120 X-Tag: /mode/ { REJECT MODE };
122 <MODE> { SAVE always.2; REJECT };
173 X-Tag: /status/ { REJECT -t STATUS };
174 <STATUS> { RUN ../no/such/file; REJECT -t; SAVE always; REJECT -t; SAVE never };
176 <STATUS> { RUN ../nor/does/this; REJECT -t; REJECT -t; REJECT -f; SAVE never };
177 <STATUS> { SAVE always.2; REJECT -f; BEGIN INITIAL; REJECT -t };
[all …]
H A Dactions103 REJECT -f APPLY;
139 REJECT;
170 REJECT;
193 REJECT;
324 REJECT;
364 REJECT;
386 REJECT SUBST;
410 REJECT TR;
423 REJECT;
430 REJECT;
[all …]
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/peg/
H A Dmtree.c97 return REJECT; in RULE()
107 return REJECT; in RULE()
134 return REJECT; in RULE()
141 return REJECT; in RULE()
154 return REJECT; in RULE()
164 return REJECT; in RULE()
176 return REJECT; in RULE()
184 return REJECT; in RULE()
192 return REJECT; in RULE()
200 return REJECT; in RULE()
[all …]
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/peg/
H A Dmtree.c97 return REJECT; in RULE()
107 return REJECT; in RULE()
134 return REJECT; in RULE()
141 return REJECT; in RULE()
154 return REJECT; in RULE()
164 return REJECT; in RULE()
176 return REJECT; in RULE()
184 return REJECT; in RULE()
192 return REJECT; in RULE()
200 return REJECT; in RULE()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/ARM/
H A Dcoprocessors.s2 @ RUN: FileCheck --check-prefix=REJECT-AB < %t %s
4 @ RUN: FileCheck --check-prefix=REJECT-AB < %t %s
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
10 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-AB --check-prefix=REJECT-EF < %t %s
46 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
50 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
54 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
58 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
70 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/ARM/
H A Dcoprocessors.s2 @ RUN: FileCheck --check-prefix=REJECT-AB < %t %s
4 @ RUN: FileCheck --check-prefix=REJECT-AB < %t %s
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
10 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-AB --check-prefix=REJECT-EF < %t %s
46 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
50 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
54 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
58 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
70 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/ARM/
H A Dcoprocessors.s2 @ RUN: FileCheck --check-prefix=REJECT-AB < %t %s
4 @ RUN: FileCheck --check-prefix=REJECT-AB < %t %s
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
10 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-AB --check-prefix=REJECT-EF < %t %s
46 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
50 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
54 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
58 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
70 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Ddirauth_config.c37 #define REJECT(arg) \ macro
99 REJECT("AuthoritativeDir is set, but none of " in options_validate_dirauth_mode()
156 REJECT("V3AuthVoteDelay is way too low."); in options_validate_dirauth_schedule()
162 REJECT("V3AuthVoteDelay is way too low."); in options_validate_dirauth_schedule()
169 REJECT("V3AuthDistDelay is way too low."); in options_validate_dirauth_schedule()
175 REJECT("V3AuthDistDelay is way too low."); in options_validate_dirauth_schedule()
180 REJECT("V3AuthNIntervalsValid must be at least 2."); in options_validate_dirauth_schedule()
192 REJECT("V3AuthVotingInterval is insanely low."); in options_validate_dirauth_schedule()
195 REJECT("V3AuthVotingInterval is insanely high."); in options_validate_dirauth_schedule()
238 REJECT("TestingV3AuthInitialVoteDelay is way too low."); in options_validate_dirauth_testing()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Ddirauth_config.c37 #define REJECT(arg) \ macro
99 REJECT("AuthoritativeDir is set, but none of " in options_validate_dirauth_mode()
156 REJECT("V3AuthVoteDelay is way too low."); in options_validate_dirauth_schedule()
162 REJECT("V3AuthVoteDelay is way too low."); in options_validate_dirauth_schedule()
169 REJECT("V3AuthDistDelay is way too low."); in options_validate_dirauth_schedule()
175 REJECT("V3AuthDistDelay is way too low."); in options_validate_dirauth_schedule()
180 REJECT("V3AuthNIntervalsValid must be at least 2."); in options_validate_dirauth_schedule()
192 REJECT("V3AuthVotingInterval is insanely low."); in options_validate_dirauth_schedule()
195 REJECT("V3AuthVotingInterval is insanely high."); in options_validate_dirauth_schedule()
238 REJECT("TestingV3AuthInitialVoteDelay is way too low."); in options_validate_dirauth_testing()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/ARM/
H A Dcoprocessors.s4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB…
8 @ RUN: FileCheck --check-prefix=REJECT-89 --check-prefix=REJECT-EF < %t %s
12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction
44 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
48 @ REJECT-89: [[@LINE-2]]:7: error: invalid operand for instruction
52 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
56 @ REJECT-AB: [[@LINE-2]]:7: error: invalid operand for instruction
68 @ REJECT-EF: [[@LINE-2]]:7: error: invalid operand for instruction
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dnosplit.go55 REJECT
64 REJECT
71 REJECT
82 REJECT
106 REJECT
129 start 128 nosplit; REJECT
130 start 132 nosplit; REJECT
131 start 136 nosplit; REJECT
176 start 128 nosplit callind; REJECT
177 start 132 nosplit callind; REJECT
[all …]
/dports/mail/mailagent/mailagent-9a14a15/misc/getcost/
H A Drules10 <!SPAM> Relayed From Reply-To: "KILL" { REJECT SPAM };
11 <!SPAM> Return-Path Message-Id: "KILL-id" { REJECT SPAM };
12 <!SPAM> X-[0-9]: /\bcyber.*\.com\b/i { REJECT SPAM };
14 <!SPAM> Message-Id: /^<\s*>/ { REJECT SPAM };
19 <LOST> X-Uidl: /^\w+$/i { REJECT MAY_SPAM };
30 <MAY_SPAM> { ASSIGN spam_cost 500; REJECT GETCOST };
32 <LOST> { ASSIGN spam_cost 0; REJECT GETCOST };
33 <GETCOST> { ASSIGN ok_state LOST; REJECT };
64 REJECT;
72 { REJECT INITIAL };
[all …]
/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-lex.l231 if (yyextra->bootstrapped) REJECT; return BUILTIN_RAND; }
237 if (yyextra->bootstrapped) REJECT; return BUILTIN_GET_IOS; }
239 if (yyextra->bootstrapped) REJECT; return BUILTIN_SET_IOS; }
241 if (yyextra->bootstrapped) REJECT; return BUILTIN_OPEN; }
243 if (yyextra->bootstrapped) REJECT; return BUILTIN_CLOSE; }
245 if (yyextra->bootstrapped) REJECT; return BUILTIN_IOSIZE; }
247 if (yyextra->bootstrapped) REJECT; return BUILTIN_GETENV; }
249 if (yyextra->bootstrapped) REJECT; return BUILTIN_FORGET; }
251 if (yyextra->bootstrapped) REJECT; return BUILTIN_GET_TIME; }
253 if (yyextra->bootstrapped) REJECT; return BUILTIN_STRACE; }
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/verifier/
H A Ddirect_value_access.c70 .result = REJECT,
83 .result = REJECT,
107 .result = REJECT,
131 .result = REJECT,
143 .result = REJECT,
155 .result = REJECT,
197 .result = REJECT,
212 .result = REJECT,
225 .result = REJECT,
249 .result = REJECT,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/verifier/
H A Ddirect_value_access.c70 .result = REJECT,
83 .result = REJECT,
107 .result = REJECT,
131 .result = REJECT,
143 .result = REJECT,
155 .result = REJECT,
197 .result = REJECT,
212 .result = REJECT,
225 .result = REJECT,
249 .result = REJECT,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/verifier/
H A Ddirect_value_access.c70 .result = REJECT,
83 .result = REJECT,
107 .result = REJECT,
131 .result = REJECT,
143 .result = REJECT,
155 .result = REJECT,
197 .result = REJECT,
212 .result = REJECT,
225 .result = REJECT,
249 .result = REJECT,
[all …]

12345678910>>...113