| /openbsd-src/gnu/usr.bin/perl/cpan/experimental/lib/ |
| H A D | experimental.pm | 60 my %additional = ( 71 _enable(@{ $additional{$pragma} }) if $additional{$pragma}; 75 _enable(@{ $additional{$pragma} }) if $additional{$pragma}; 78 _enable(@{ $additional{$pragma} }) if $additional{$pragma}; 107 _disable(@{ $additional{$pragma} }) if $additional{$pragma}; 111 _disable(@{ $additional{ [all...] |
| /openbsd-src/usr.bin/ssh/ |
| H A D | auth-options.c | 530 const struct sshauthopt *additional, const char **errstrp) in sshauthopt_merge() argument 548 tmp = additional->required_from_host_cert; in sshauthopt_merge() 553 tmp = additional->required_from_host_keys; in sshauthopt_merge() 563 ret->force_tun_device = additional->force_tun_device; in sshauthopt_merge() 568 } else if (additional->nenv) { in sshauthopt_merge() 570 additional->env, additional->nenv) != 0) in sshauthopt_merge() 577 } else if (additional->npermitopen > 0) { in sshauthopt_merge() 579 additional->permitopen, additional->npermitopen) != 0) in sshauthopt_merge() 587 } else if (additional->npermitlisten > 0) { in sshauthopt_merge() 589 additional->permitlisten, additional->npermitlisten) != 0) in sshauthopt_merge() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-pdp11.c | 34 int additional; /* Is there an additional word? */ member 467 operand->additional = TRUE; in parse_op_no_deferred() 534 operand->additional = 1; in parse_op_no_deferred() 556 operand->additional = TRUE; in parse_op_no_deferred() 693 op1.additional = FALSE; in md_assemble() 696 op2.additional = FALSE; in md_assemble() 786 if (op1.additional) in md_assemble() 795 if (op1.additional) in md_assemble() 814 if (op1.additional) in md_assemble() 823 if (op1.additional) in md_assemble() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-pdp11.c | 49 int additional; /* is there an additional word? */ member 431 operand->additional = TRUE; in parse_op_no_deferred() 497 operand->additional = 1; in parse_op_no_deferred() 518 operand->additional = TRUE; in parse_op_no_deferred() 645 op1.additional = FALSE; 681 op1.additional = FALSE; 684 op2.additional = FALSE; 774 if (op1.additional) 783 if (op1.additional) 802 if (op1.additional) [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/cond/ |
| H A D | close.out_ascii | 15 text line contains closing brace and additional words 19 request line contains closing brace and additional args 31 preceding words text line block end with additional words following
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gengtype-lex.l | 246 const char *additional; variable 267 additional = push_macro_expansion (macro, macro_len, arg, arg_len); 269 if (additional) 272 additional, strlen (additional));
|
| H A D | gengtype-lex.c | 2219 const char *additional; variable 2240 additional = push_macro_expansion (macro, macro_len, arg, arg_len); 2242 if (additional) 2245 additional, strlen (additional)); 3584 const char *additional; member 3647 if (macro_defs[ix].additional) in push_macro_expansion() 3653 expansion->args[last_arg++] = macro_defs[ix].additional; in push_macro_expansion() 3659 return macro_defs[ix].additional; in push_macro_expansion()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/intl/ |
| H A D | Makefile.in | 304 $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \ 305 for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \
|
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | Makefile.in | 478 $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \ 479 for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \
|
| /openbsd-src/gnu/usr.bin/perl/Cross/ |
| H A D | TODO | 1 Provide a better sandbox for building additional XS libraries.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | PointerAuth.md | 51 The ``discriminator`` argument is the additional diversity data to be used as a 82 The ``discriminator`` argument is the additional diversity data to be used as a 153 The ``old discriminator`` argument is the additional diversity data to be used 157 The ``new discriminator`` argument is the additional diversity data to be used 184 The ``discriminator`` argument is the additional diversity data to be used as a 190 combination of value and additional diversity data.
|
| H A D | StackSafetyAnalysis.rst | 49 bugs in instrumented code. To avoid that we want additional validation tool. 54 a 'safe' variable we can produce an additional report to let the user know that
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 498 unsigned additional) { in forPrototypePlus() argument 502 additional += llvm::count_if( in forPrototypePlus() 508 return RequiredArgs(prototype->getNumParams() + additional); in forPrototypePlus() 512 unsigned additional) { in forPrototypePlus() argument 513 return forPrototypePlus(prototype.getTypePtr(), additional); in forPrototypePlus()
|
| /openbsd-src/regress/sys/kern/sosplice/scapy/ |
| H A D | Makefile | 38 @echo Install these Perl modules for additional tests. 84 @echo are empty. Fill out these variables for additional tests.
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Nd/ |
| H A D | par.out_markdown | 8 Usually, there shouldn't be additional text in the NAME section.
|
| H A D | par.out_ascii | 6 Usually, there shouldn't be additional text in the NAME section.
|
| /openbsd-src/regress/misc/posixtestsuite/ |
| H A D | Makefile | 14 @echo Install misc/posixtestsuite port for additional tests.
|
| /openbsd-src/regress/misc/os-test/ |
| H A D | Makefile | 15 @echo Install misc/os-test port for additional tests.
|
| /openbsd-src/regress/sys/kern/cmsgsize/ |
| H A D | Makefile | 15 @echo empty. Fill out these variables for additional tests.
|
| /openbsd-src/lib/libc/asr/ |
| H A D | getrrsetbyname_async.c | 242 struct dns_rr *additional; member 421 resp->additional = parse_dns_rrsection(answer, size, &cp, in parse_dns_response() 423 if (resp->header.arcount && resp->additional == NULL) { in parse_dns_response() 605 free_dns_rr(p->additional); in free_dns_response()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bx/ |
| H A D | args.out_markdown | 25 4\.3BSD-Tahoe and *some additional words*
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | makefile.texi | 34 that additional tools may be required beyond what is normally needed to 55 Note that running the testsuite may require additional tools be
|
| /openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-filters-1.20.3/ |
| H A D | +DESC | 2 This package provides additional CUPS filters which are not provided by
|
| /openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-filters-1.20.3/ |
| H A D | +DESC | 2 This package provides additional CUPS filters which are not provided by
|
| /openbsd-src/regress/usr.bin/mandoc/man/IP/ |
| H A D | empty.out_ascii | 17 Empty IP is deleted, RS does not cause additional spacing:
|