| /openbsd-src/usr.bin/dig/lib/dns/ |
| H A D | rdataset.c | 39 rdataset->methods = NULL; in dns_rdataset_init() 58 REQUIRE(rdataset->methods != NULL); in dns_rdataset_disassociate() 60 (rdataset->methods->disassociate)(rdataset); in dns_rdataset_disassociate() 61 rdataset->methods = NULL; in dns_rdataset_disassociate() 79 if (rdataset->methods != NULL) in dns_rdataset_isassociated() 143 REQUIRE(rdataset->methods == NULL); in dns_rdataset_makequestion() 145 rdataset->methods = &question_methods; in dns_rdataset_makequestion() 158 REQUIRE(rdataset->methods != NULL); in dns_rdataset_first() 160 return ((rdataset->methods->first)(rdataset)); in dns_rdataset_first() 170 REQUIRE(rdataset->methods != NULL); in dns_rdataset_next() [all …]
|
| H A D | rdatalist.c | 31 static dns_rdatasetmethods_t methods = { variable 68 rdataset->methods = &methods; in dns_rdatalist_tordataset()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/ |
| H A D | Maketext.pm | 140 my ( $handle, @methods ) = @_; 170 if ( scalar @methods ) { 171 $handle->{'denylist'} = { %{ $handle->{'denylist'} }, map { $_ => 1 } @methods }; 179 my ( $handle, @methods ) = @_; 180 _exclude ( $handle, @methods ); 185 my ( $handle, @methods ) = @_; 186 _exclude ( $handle, @methods ); 191 my ( $handle, @methods ) = @_; 192 if ( scalar @methods ) { 194 $handle->{'allowlist'} = { %{ $handle->{'allowlist'} }, map { $_ => 1 } @methods }; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
| H A D | 001_api.t | 13 my @methods = qw( 20 @api{@methods} = (1) x @methods; 22 can_ok('HTTP::Tiny', @methods, @accessors);
|
| /openbsd-src/gnu/usr.bin/perl/lib/Time/ |
| H A D | localtime.t | 5 my(@times, @methods); 8 @methods = qw(sec min hour mday mon year wday yday isdst); 18 for my $method (@methods) {
|
| H A D | gmtime.t | 5 my(@times, @methods); 8 @methods = qw(sec min hour mday mon year wday yday isdst); 18 for my $method (@methods) {
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | optabs.c | 254 unsignedp, methods, class, binoptab) in expand_cmplxdiv_straight() argument 258 enum optab_methods methods; 290 NULL_RTX, unsignedp, methods); 293 NULL_RTX, unsignedp, methods); 299 NULL_RTX, unsignedp, methods); 310 NULL_RTX, unsignedp, methods); 313 NULL_RTX, unsignedp, methods); 326 NULL_RTX, unsignedp, methods); 329 NULL_RTX, unsignedp, methods); 335 NULL_RTX, unsignedp, methods); [all …]
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | style.pod | 22 =head2 Subroutines and methods 26 If no state variables are needed, call methods directly on the class name. 28 and call methods on a constructed object. 36 Inside methods, call the object C<$self> unless there are reasons not to. 55 For methods that take no argument apart from the object itself, remove 81 or for "constant" methods 88 Do not name parameters to methods unless actually used. 90 for base methods) 129 Let methods that tweak an object return the object itself, 130 such that methods can be chained: [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/XSLoader/t/ |
| H A D | XSLoader.t | 53 my ($inv, @methods) = @_; 55 if @methods != 1; 56 ok $inv->can($methods[0]), "$inv->can('$methods[0]')";
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | auth2-methods.c | 93 char *methods, *omethods, *method, *p; in auth2_methods_valid() local 102 omethods = methods = xstrdup(_methods); in auth2_methods_valid() 103 while ((method = strsep(&methods, ",")) != NULL) { in auth2_methods_valid()
|
| H A D | auth2.c | 63 /* methods */ 305 "no authentication methods enabled"); in input_userauth_request() 350 char *methods; in userauth_finish() local 406 methods = authmethods_get(authctxt); in userauth_finish() 407 debug3_f("failure partial=%d next methods=\"%s\"", in userauth_finish() 408 partial, methods); in userauth_finish() 410 (r = sshpkt_put_cstring(ssh, methods)) != 0 || in userauth_finish() 415 free(methods); in userauth_finish() 421 * methods list. Returns 1 if allowed, or no methods list 556 list_starts_with(const char * methods,const char * method,const char * submethod) list_starts_with() argument 588 remove_method(char ** methods,const char * method,const char * submethod) remove_method() argument [all...] |
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToUseAttributes.rst | 21 uniqued. You use the ``Attribute::get`` methods to create a new ``Attribute`` 39 methods on the Attribute class. 49 are at indices 1, ..., n (where 'n' is the number of parameters). Most methods 53 ``AttributeList`` through the ``AttributeList::get`` methods. You can add and 59 methods (e.g. ``Raw``, ``getRawPointer``, etc.). These methods break
|
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | method.t | 183 ok(Foo::Bar->nèw, 'Even with UTF-8 methods'); 186 ok(Foo::Bàz->nèw, 'Even with UTF-8 methods'); 189 ok(ฟọ::バッズ->nèw, 'Also works with UTF-8 methods'); 190 ok(ฟọ::バッズ->ニュー, 'Even methods from an UTF-8 parent');
|
| /openbsd-src/sys/dev/usb/ |
| H A D | usbdi.c | 270 pipe->methods->close(pipe); in usbd_close_pipe() 319 err = pipe->methods->transfer(xfer); in usbd_transfer() 410 xfer = dev->bus->methods->allocx(dev->bus); in usbd_alloc_xfer() 434 xfer->device->bus->methods->freex(xfer->device->bus, xfer); in usbd_free_xfer() 571 pipe, xfer, pipe->methods)); in usbd_abort_pipe() 573 pipe->methods->abort(xfer); in usbd_abort_pipe() 632 if (pipe->methods->cleartoggle != NULL) in usbd_clear_endpoint_toggle() 633 pipe->methods->cleartoggle(pipe); in usbd_clear_endpoint_toggle() 808 pipe->methods->done(xfer); in usb_transfer_complete() 810 pipe->methods->done(xfer); in usb_transfer_complete() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | README | 36 methods in a given protocol must be implemented in the class that 38 `-Wno-protocol' causes it to allow inherited methods, while 46 methods of that particular class. This method is not inherited, and 49 never if no methods of that particular class is never called). 50 Besides this, it is allowed to have several +initialize methods, one 51 for each category. The order in which these (multiple methods) are
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | README | 36 methods in a given protocol must be implemented in the class that 38 `-Wno-protocol' causes it to allow inherited methods, while 46 methods of that particular class. This method is not inherited, and 49 never if no methods of that particular class is never called). 50 Besides this, it is allowed to have several +initialize methods, one 51 for each category. The order in which these (multiple methods) are
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
| H A D | Object.pm | 142 my ( $class, @methods ) = @_; 143 for my $method_name (@methods) {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/ |
| H A D | Test.pm | 31 my %methods = ( 47 while ( my ( $key, $description ) = each %methods ) {
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | wrstabs.c | 82 char *methods; member 410 s->methods = NULL; in stab_push_string() 1621 if (info->type_stack->methods == NULL) in stab_class_start_method() 1628 m = (char *) xrealloc (info->type_stack->methods, in stab_class_start_method() 1629 (strlen (info->type_stack->methods) in stab_class_start_method() 1636 info->type_stack->methods = m; in stab_class_start_method() 1664 assert (info->type_stack != NULL && info->type_stack->methods != NULL); in stab_class_method_var() 1706 info->type_stack->methods = in stab_class_method_var() 1707 (char *) xrealloc (info->type_stack->methods, in stab_class_method_var() 1708 (strlen (info->type_stack->methods) in stab_class_method_var() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | wrstabs.c | 82 char *methods; member 410 s->methods = NULL; in stab_push_string() 1623 if (info->type_stack->methods == NULL) in stab_class_start_method() 1630 m = (char *) xrealloc (info->type_stack->methods, in stab_class_start_method() 1631 (strlen (info->type_stack->methods) in stab_class_start_method() 1638 info->type_stack->methods = m; in stab_class_start_method() 1666 assert (info->type_stack != NULL && info->type_stack->methods != NULL); in stab_class_method_var() 1708 info->type_stack->methods = in stab_class_method_var() 1709 (char *) xrealloc (info->type_stack->methods, in stab_class_method_var() 1710 (strlen (info->type_stack->methods) in stab_class_method_var() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | root_methods.m | 4 /* Test that instance methods of root classes are available as class 5 methods to other classes as well */
|
| H A D | class-7.m | 6 accessor methods; accessor methods implemented in a separate
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optabs.c | 582 enum optab_methods methods) in simplify_expand_binop() argument 592 return expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods); in simplify_expand_binop() 601 enum optab_methods methods) in force_expand_binop() argument 604 target, unsignedp, methods); in force_expand_binop() 676 int unsignedp, enum optab_methods methods) in expand_superword_shift() argument 680 into_target, unsignedp, methods)) in expand_superword_shift() 692 outof_target, unsignedp, methods)) in expand_superword_shift() 706 int unsignedp, enum optab_methods methods, in expand_subword_shift() argument 723 0, true, methods); in expand_subword_shift() 733 outof_input, const1_rtx, 0, unsignedp, methods); in expand_subword_shift() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/Class/ |
| H A D | Struct.pm | 107 my @methods = (); 136 push( @methods, $name ); 188 foreach $name (@methods){
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/ |
| H A D | Changes | 9 - Prevent calling dequeue methods with COUNT > LIMIT 30 - Conversion of internal functions to methods to permit sub-classing 74 - Added peek, insert and extract methods
|