Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/openbsd-src/gnu/usr.bin/perl/t/lib/feature/
H A Dbareword_filehandles155 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 9.
156 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 10.
157 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 11.
158 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 12.
173 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 8.
174 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 9.
197 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 10.
198 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 11.
199 Bareword filehandle "FOO" not allowed under 'no feature "bareword_filehandles"' at - line 12.
200 Bareword filehandle "FOO" not allowed unde
[all...]
/openbsd-src/usr.bin/dig/lib/dns/
H A Dcompress.c38 cctx->allowed = 0; in dns_compress_init()
60 cctx->allowed = 0; in dns_compress_invalidate()
65 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed) { in dns_compress_setmethods() argument
66 cctx->allowed &= ~DNS_COMPRESS_ALL; in dns_compress_setmethods()
67 cctx->allowed |= (allowed & DNS_COMPRESS_ALL); in dns_compress_setmethods()
72 return (cctx->allowed & DNS_COMPRESS_ALL); in dns_compress_getmethods()
115 if ((cctx->allowed & DNS_COMPRESS_CASESENSITIVE) != 0) { in dns_compress_findglobal()
230 dctx->allowed = DNS_COMPRESS_NONE; in dns_decompress_init()
236 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed) { in dns_decompress_setmethods() argument
239 dctx->allowed = DNS_COMPRESS_ALL; in dns_decompress_setmethods()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/strict/
H A Dsubs32 Bareword "xyz" not allowed while "strict subs" in use at - line 5.
40 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
48 Bareword "A" not allowed while "strict subs" in use at - line 4.
49 Bareword "Z" not allowed while "strict subs" in use at - line 4.
57 Bareword "B" not allowed while "strict subs" in use at - line 4.
58 Bareword "Y" not allowed while "strict subs" in use at - line 4.
66 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
86 Bareword "Fred" not allowed while "strict subs" in use at - line 8.
98 Bareword "Fred" not allowed while "strict subs" in use at - line 6.
169 Bareword "Fred" not allowed while "strict subs" in use at - line 3.
[all …]
/openbsd-src/sys/arch/mips64/mips64/
H A Dmem.c104 int allowed; in mmrw()
137 allowed = is_memory_range(XKPHYS_TO_PHYS(v), in mmrw()
142 allowed = is_memory_range(CKSEG0_TO_PHYS(v), in mmrw()
147 allowed = is_memory_range(CKSEG1_TO_PHYS(v), in mmrw()
151 allowed = uvm_kernacc((caddr_t)v, c, in mmrw()
154 if (allowed) { in mmrw()
102 int allowed; mmrw() local
/openbsd-src/usr.bin/dig/lib/dns/include/dns/
H A Dcompress.h49 unsigned int allowed; /*%< Allowed methods. */ member
65 unsigned int allowed; /*%< Allowed methods. */ member
96 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed);
177 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed);
/openbsd-src/regress/usr.bin/mandoc/roff/de/
H A Descname.out_lint1 mandoc: escname.in:22:2: ERROR: escaped character not allowed in a name: first\e
4 mandoc: escname.in:55:19: ERROR: escaped character not allowed in a name: first\e
8 mandoc: escname.in:64:1: ERROR: escaped character not allowed in a name: witharg\(en
9 mandoc: escname.in:66:1: ERROR: escaped character not allowed in a name: de\e
/openbsd-src/usr.bin/vi/ex/
H A Dex_stop.c36 int allowed; in ex_stop() local
42 if (sp->gp->scr_suspend(sp, &allowed)) in ex_stop()
44 if (!allowed) in ex_stop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td47 // EnumSet class name used for clauses to generated the allowed clauses map.
89 // Name of enum when there is a list of allowed clause values.
92 // List of allowed clause values
139 // Clauses cannot appear twice in the three allowed lists below. Also, since
140 // required implies allowed, the same clause cannot appear in both the
143 // List of allowed clauses for the directive.
146 // List of clauses that are allowed to appear only once.
149 // List of clauses that are allowed but mutually exclusive.
/openbsd-src/gnu/gcc/gcc/config/m68hc11/
H A Dm68hc11.opt50 Auto pre/post decrement increment allowed
54 Min/max instructions allowed
62 Auto pre/post decrement increment not allowed
70 Min/max instructions not allowed
/openbsd-src/regress/usr.bin/mandoc/roff/nr/
H A Descname.out_lint1 mandoc: escname.in:9:5: ERROR: escaped character not allowed in a name: first\e
3 mandoc: escname.in:14:5: ERROR: escaped character not allowed in a name: first\e
/openbsd-src/usr.bin/rcs/
H A Drcsparse.c834 rcsparse_string(RCSFILE *rfp, int allowed) in rcsparse_string() argument
870 if (!(allowed & RCS_TYPE_STRING)) { in rcsparse_string()
881 rcsparse_token(RCSFILE *rfp, int allowed) in rcsparse_token() argument
920 ret = rcsparse_string(rfp, allowed); in rcsparse_token()
929 if (type & allowed) in rcsparse_token()
936 if (type & allowed) in rcsparse_token()
943 if (type & allowed) in rcsparse_token()
955 allowed &= ~(RCS_TOK_COLON|RCS_TOK_SCOLON|RCS_TOK_COMMA); in rcsparse_token()
990 switch (allowed) { in rcsparse_token()
1074 allowed = RCS_TYPE_REVISION; in rcsparse_token()
[all …]
/openbsd-src/usr.bin/cvs/
H A Drcsparse.c834 rcsparse_string(RCSFILE *rfp, int allowed) in rcsparse_string() argument
870 if (!(allowed & RCS_TYPE_STRING)) { in rcsparse_string()
881 rcsparse_token(RCSFILE *rfp, int allowed) in rcsparse_token() argument
921 ret = rcsparse_string(rfp, allowed); in rcsparse_token()
930 if (type & allowed) in rcsparse_token()
937 if (type & allowed) in rcsparse_token()
944 if (type & allowed) in rcsparse_token()
956 allowed &= ~(RCS_TOK_COLON|RCS_TOK_SCOLON|RCS_TOK_COMMA); in rcsparse_token()
991 switch (allowed) { in rcsparse_token()
1075 allowed = RCS_TYPE_REVISION; in rcsparse_token()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dtest_bootstrap.t49 my $allowed = $exceptions{$1};
50 $contents =~ s/\Q$allowed//gs;
/openbsd-src/regress/usr.bin/mandoc/roff/string/
H A Dname.out_lint1 mandoc: name.in:11:5: ERROR: escaped character not allowed in a name: bs\e
2 mandoc: name.in:14:5: ERROR: escaped character not allowed in a name: bl\
/openbsd-src/gnu/usr.bin/perl/t/lib/croak/
H A Dregcomp7 Use of code point 0x1_0000_0000_0000_0000 is not allowed; the permissible max is 0x7FFFFFFFFFFFFFFF…
14 Use of code point 0x1_0000_0000 is not allowed; the permissible max is 0x7FFFFFFF in regex; marked …
21 Use of code point 0x1_0000_0000_0000_0000 is not allowed; the permissible max is 0x7FFFFFFFFFFFFFFF…
28 Use of code point 0x1_0000_0000 is not allowed; the permissible max is 0x7FFFFFFF in regex; marked …
66 # NAME \N{U+...} leading underscore not allowed, medial is allowed
/openbsd-src/gnu/llvm/llvm/utils/vim/syntax/
H A Dmir.vim18 " The first document of a file is allowed to contain an LLVM IR module inside
21 " FIXME: This should only be allowed for the first document of the file
/openbsd-src/usr.bin/ssh/
H A Dreadpass.c201 int allowed = 0; in ask_permission() local
216 allowed = 1; in ask_permission()
220 return (allowed); in ask_permission()
/openbsd-src/lib/libkeynote/testsuite/
H A Dauth41 # Comments are allowed
H A Dtest-env1 # Comments are allowed
/openbsd-src/regress/usr.sbin/rpki-client/rrdp/
H A Drrdp-r5.out1 test-rrdp: parse failed - DOCTYPE not allowed
H A Drrdp-r6.out1 test-rrdp: parse failed - DOCTYPE not allowed
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
H A Dspace_after_plan1 # gforth TAP generates a space after the plan. Should probably be allowed.
H A Dspace_after_plan_v131 # gforth TAP generates a space after the plan. Should probably be allowed.
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dpoderr.pod7 This text is not allowed
H A Dpodnoerr.pod7 This text is not allowed

12345678910>>...29