Searched refs:reqtype (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Queue.pm | 18 sub reqtype { subroutine 20 $self->{reqtype}; 90 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All), 112 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All) 121 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All), 122 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @what), 124 unless (defined $what[0]{reqtype}) { 127 $what[0]{reqtype} = "c"; 129 my $inherit_reqtype = $what[0]{reqtype} =~ /^(c|r)$/ ? "r" : "b"; 131 my($qmod,$reqtype,$optional) = @$what_tuple{qw(qmod reqtype optional)}; [all …]
|
| H A D | Bundle.pm | 245 $obj->{reqtype} = $self->{reqtype}; 246 … $obj->{viabundle} ||= { id => $id, reqtype => $self->{reqtype}, optional => !$self->{mandatory}}; 250 …CPAN::Queue->queue_item(qmod => $obj->id, reqtype => $self->{reqtype}, optional => !$self->{mandat…
|
| H A D | Module.pm | 459 $pack->{reqtype} ||= ""; 462 if ($pack->{reqtype}) { 463 if ($pack->{reqtype} eq "b" && $self->{reqtype} =~ /^[rc]$/) { 464 $pack->{reqtype} = $self->{reqtype}; 480 $pack->{reqtype} = $self->{reqtype};
|
| H A D | Shell.pm | 1765 CPAN::Queue->queue_item(qmod => $obj->id, reqtype => "c", optional => ''); 1802 my $reqtype = $q->reqtype || ""; 1815 $obj->{reqtype} ||= ""; 1840 "q-reqtype[$reqtype]") if $CPAN::DEBUG; 1842 if ($obj->{reqtype}) { 1843 if ($obj->{reqtype} eq "b" && $reqtype =~ /^[rc]$/) { 1844 $obj->{reqtype} = $reqtype; 1860 $obj->{reqtype} = $reqtype; 1897 if ( $meth eq "make" and $obj->{reqtype} eq "b" ) {
|
| H A D | Distribution.pm | 2779 my $reqtype = CPAN::Queue->reqtype_of($p->[0]); 2780 if ($reqtype =~ /^(r|c)$/) { 2781 push @good_prereq_tuples, [$p->[0], $reqtype, $p->[2]]; 2833 my($prereq,$reqtype,$optional) = @$gp; 2834 my $qthing = +{qmod=>$prereq,reqtype=>$reqtype,optional=>$optional}; 2860 …unshift @to_queue_mand, {qmod => $id, reqtype => $self->{reqtype}, optional=> !$self->{mandatory}}; 2893 for my $reqtype (qw(configure_requires build_requires requires)) { 2894 my $reqhash = $f->{$reqtype} or next; 2896 $dep->{$reqtype}{$k} = $v; 2967 for my $reqtype (qw(requires build_requires opt_requires opt_build_requires)) { [all …]
|
| /openbsd-src/lib/libc/asr/ |
| H A D | gethostnamadr_async.c | 433 * name depending on reqtype, and build a hostent from the line. 436 hostent_file_match(FILE *f, int reqtype, int family, const char *data, in hostent_file_match() argument 454 if (reqtype == ASR_GETHOSTBYNAME) { in hostent_file_match() 488 hostent_from_packet(int reqtype, int family, char *pkt, size_t pktlen) in hostent_from_packet() argument 513 if (reqtype == ASR_GETHOSTBYNAME) { in hostent_from_packet() 524 if (reqtype != ASR_GETHOSTBYADDR) in hostent_from_packet() 533 if (reqtype != ASR_GETHOSTBYNAME) in hostent_from_packet() 544 if (reqtype != ASR_GETHOSTBYNAME) in hostent_from_packet()
|