Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 25 of 3103) sorted by relevance

12345678910>>...125

/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dqtype.h19 } *qtype; variable
22 # define qtype_undefined ((qtype) NULL)
41 extern qtype qtype_addQualList (/*@returned@*/ qtype p_qt, qualList p_ql);
42 extern qtype qtype_mergeImplicitAlt (/*@returned@*/ qtype p_q1, /*@only@*/ qtype p_q2);
43 extern /*@only@*/ qtype qtype_copy (qtype p_q);
47 extern qtype qtype_addQual (/*@returned@*/ qtype p_qt, qual p_q);
48 extern qtype qtype_combine (/*@returned@*/ qtype p_q1, ctype p_ct);
49 extern qtype qtype_mergeAlt (/*@returned@*/ qtype p_q1, /*@only@*/ qtype p_q2);
51 extern qtype qtype_resolve (/*@returned@*/ qtype p_q);
54 extern qtype qtype_newBase (/*@returned@*/ qtype p_q, ctype p_ct);
[all …]
/dports/devel/splint/splint-3.1.2/src/
H A Dqtype.c36 qtype q = (qtype) dmalloc (sizeof (*q)); in qtype_create()
52 qtype qtype_unknown () in qtype_unknown()
57 qtype qtype_addQual (qtype qt, qual q) in qtype_addQual()
70 qtype qtype_addQualList (/*@returned@*/ qtype qt, qualList ql) in qtype_addQualList()
106 qtype qtype_mergeImplicitAlt (/*@returned@*/ qtype q1, /*@only@*/ qtype q2) in qtype_mergeImplicitAlt()
122 qtype qtype_mergeAlt (/*@returned@*/ qtype q1, /*@only@*/ qtype q2) in qtype_mergeAlt()
147 qtype qtype_combine (/*@returned@*/ qtype q1, ctype ct) in qtype_combine()
160 qtype qtype_resolve (/*@returned@*/ qtype q) in qtype_resolve()
185 qtype qtype_newBase (/*@returned@*/ qtype q, ctype ct) in qtype_newBase()
197 qtype qtype_newQbase (qtype q1, qtype q2) in qtype_newQbase()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/support/
H A Dmkquota.c78 if (qtype >= MAXQUOTAS) in quota_file_exists()
101 qtype); in quota_set_sb_inum()
166 enum quota_type qtype; in quota_write_inode() local
189 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_write_inode()
262 switch (qtype) { in get_qid()
298 enum quota_type qtype; in quota_init_context() local
307 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_init_context()
343 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_release_context()
401 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_data_add()
430 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_data_sub()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/support/
H A Dmkquota.c78 if (qtype >= MAXQUOTAS) in quota_file_exists()
101 qtype); in quota_set_sb_inum()
166 enum quota_type qtype; in quota_write_inode() local
189 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_write_inode()
262 switch (qtype) { in get_qid()
298 enum quota_type qtype; in quota_init_context() local
307 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_init_context()
343 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_release_context()
401 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_data_add()
430 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in quota_data_sub()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/support/
H A Dmkquota.c78 if (qtype >= MAXQUOTAS) in ext2fs_flush_icache()
101 qtype);
166 enum quota_type qtype;
189 for (qtype = 0; qtype < MAXQUOTAS; qtype++) {
262 switch (qtype) { in ext2fs_inode_scan_flags()
298 enum quota_type qtype;
307 for (qtype = 0; qtype < MAXQUOTAS; qtype++) {
343 for (qtype = 0; qtype < MAXQUOTAS; qtype++) {
401 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in block_map_looks_insane()
430 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in extent_head_looks_insane()
[all …]
/dports/dns/p5-Net-DNS/Net-DNS-1.32/lib/Net/DNS/
H A DQuestion.pm58 my $qtype = shift || '';
63 ( $qtype, $qclass ) = ( $qclass, $qtype ) if exists $classbyname{$qtype};
64 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qtype =~ /CLASS/;
66 unless ( exists $typebyname{$qtype} ) {
67 ( $qtype, $qclass ) = ( $qclass, $qtype ) if exists $typebyname{$qclass};
68 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qclass =~ /TYPE/;
75 $qtype ||= 'PTR';
80 $self->{qtype} = typebyname( $qtype || 'A' );
153 return join "\t", $self->{qname}->string, $self->qclass, $self->qtype;
236 return typebyval( $self->{qtype} );
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dquota.c20 ext2_ino_t to_ino, enum quota_type qtype) in move_quota_inode() argument
74 enum quota_type qtype; in e2fsck_hide_quota() local
83 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in e2fsck_hide_quota()
85 pctx.ino = *quota_sb_inump(sb, qtype); in e2fsck_hide_quota()
86 pctx.num = qtype; in e2fsck_hide_quota()
92 *quota_sb_inump(sb, qtype) = quota_ino; in e2fsck_hide_quota()
105 enum quota_type qtype; in e2fsck_validate_quota_inodes() local
109 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in e2fsck_validate_quota_inodes()
110 pctx.ino = *quota_sb_inump(sb, qtype); in e2fsck_validate_quota_inodes()
111 pctx.num = qtype; in e2fsck_validate_quota_inodes()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dquota.c20 ext2_ino_t to_ino, enum quota_type qtype) in move_quota_inode() argument
74 enum quota_type qtype; in e2fsck_hide_quota() local
83 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in e2fsck_hide_quota()
85 pctx.ino = *quota_sb_inump(sb, qtype); in e2fsck_hide_quota()
86 pctx.num = qtype; in e2fsck_hide_quota()
92 *quota_sb_inump(sb, qtype) = quota_ino; in e2fsck_hide_quota()
105 enum quota_type qtype; in e2fsck_validate_quota_inodes() local
109 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in e2fsck_validate_quota_inodes()
110 pctx.ino = *quota_sb_inump(sb, qtype); in e2fsck_validate_quota_inodes()
111 pctx.num = qtype; in e2fsck_validate_quota_inodes()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dquota.c20 ext2_ino_t to_ino, enum quota_type qtype) in move_quota_inode() argument
74 enum quota_type qtype; in e2fsck_hide_quota() local
83 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in e2fsck_hide_quota()
85 pctx.ino = *quota_sb_inump(sb, qtype); in e2fsck_hide_quota()
86 pctx.num = qtype; in e2fsck_hide_quota()
92 *quota_sb_inump(sb, qtype) = quota_ino; in e2fsck_hide_quota()
105 enum quota_type qtype; in e2fsck_validate_quota_inodes() local
109 for (qtype = 0; qtype < MAXQUOTAS; qtype++) { in e2fsck_validate_quota_inodes()
110 pctx.ino = *quota_sb_inump(sb, qtype); in e2fsck_validate_quota_inodes()
111 pctx.num = qtype; in e2fsck_validate_quota_inodes()
[all …]
/dports/mail/courier/courier-0.65.3/rfc1035/
H A Drfc1035search.c15 unsigned qclass, unsigned qtype) in found() argument
19 if ((rrp->rrtype != qtype && in found()
32 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_an() argument
60 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_ns() argument
88 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_ar() argument
116 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_all() argument
147 unsigned qtype, in rfc1035_resolve_cname() argument
156 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
165 *ptr, namebuf, qtype, qclass, 0))<0) in rfc1035_resolve_cname()
200 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
[all …]
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/
H A DQuestion.pm58 my $qtype = uc( shift || '' );
63 ( $qtype, $qclass ) = ( $qclass, $qtype )
64 if exists $Net::DNS::classesbyname{$qtype};
65 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qtype =~ /CLASS/;
67 unless ( exists $Net::DNS::typesbyname{$qtype} ) {
68 ( $qtype, $qclass ) = ( $qclass, $qtype )
70 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qclass =~ /TYPE/;
77 $qtype ||= 'PTR';
82 $self->{type} = Net::DNS::typesbyname( $qtype || 'A' );
181 sub qtype { &type; } subroutine
[all …]
/dports/dns/p5-Net-DNS-Check/Net-DNS-Check-0.45/lib/Net/DNS/Check/
H A DHost.pm38 $self->{qtype} = uc($param{qtype}) || 'A';
92 qtype => $self->{qtype}
100 qtype => 'AAAA'
107 qtype => $self->{qtype}
146 my $qtype = $param{qtype} || $self->{qtype};
173 if ( ! $packet && $qtype ne 'AAAA') {
188 qtype => $qtype
200 my $qtype = $param{qtype} || $self->{qtype};
238 qtype => $qtype
251 my $qtype = $param{qtype} || $self->{qtype};
[all …]
/dports/dns/powerdns/pdns-4.5.2/modules/pipebackend/
H A Dbackend.pl33 my ($type,$qname,$qclass,$qtype,$id,$ip)=split(/\t/);
35 if(($qtype eq "SOA" || $qtype eq "ANY") && $qname eq "example.com") {
39 if(($qtype eq "NS" || $qtype eq "ANY") && $qname eq "example.com") {
44 if(($qtype eq "TXT" || $qtype eq "ANY") && $qname eq "example.com") {
48 if(($qtype eq "A" || $qtype eq "ANY") && $qname eq "webserver.example.com") {
54 elsif(($qtype eq "CNAME" || $qtype eq "ANY") && $qname eq "www.example.com") {
/dports/dns/sheerdns/sheerdns/
H A Ddir.c43 get_file_name (char *buf, int len, int qtype, unsigned char *s) { in get_file_name() argument
44 if (qtype < 1 || qtype > 41) in get_file_name()
50 snprintf (buf, len, SHEERDNS_DIR "/%s", qtype_name[qtype]); in get_file_name()
67 directory_lookup (int qtype, unsigned char *s) { in directory_lookup() argument
77 while (!get_file_name (buf, sizeof (buf), qtype, (unsigned char *) q) in directory_lookup()
79 || qtype == REQ_NS)); in directory_lookup()
83 if (qtype == REQ_SOA || qtype == REQ_NS) /* probably a bad idea to wildcard these, so return */ in directory_lookup()
106 if (qtype == REQ_TXT) in directory_lookup()
113 if (qtype == REQ_A || qtype == REQ_NS) in directory_lookup()
118 get_mtime (int qtype, unsigned char *s) { in get_mtime() argument
[all …]
/dports/dns/p5-Net-DNS-TestNS/Net-DNS-TestNS-1.10/
H A DTestNS.pm133 my $delay= $qtype->findvalue('@delay');
142 $qtype->findvalue('@rcode');
144 $qtype->findvalue('@aa');
146 $qtype->findvalue('@ad');
148 $qtype->findvalue('@ra');
150 my @header= $qtype->findnodes('header');
185 my @raw=$qtype->findnodes('raw');
231 if ( my @opt=($qtype->findnodes('opt'))){
285 my ($qname, $qclass, $qtype) = @_;
292 $answerdb{$qname}->{$qtype}->
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/dataquay/tests/
H A Dtest-qt-widgets.ttl4 @prefix qtype: <http://breakfastquay.com/rdf/dataquay/qtype/> .
9 qtype:objectName "My Main Window" ;
10 a qtype:QMainWindow .
14 a qtype:QMenu ;
15 qtype:title "File" .
19 a qtype:QAction ;
20 qtype:text "Exit" .
30 a qtype:QFrame .
35 a qtype:QVBoxLayout .
38 a qtype:QLabel ;
[all …]
/dports/mail/cone/cone-1.1/libs/rfc1035/
H A Drfc1035search.c13 unsigned qclass, unsigned qtype) in found() argument
17 if ((rrp->rrtype != qtype && in found()
30 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_an() argument
58 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_ns() argument
146 unsigned qtype, in rfc1035_resolve_cname() argument
155 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
164 *ptr, namebuf, qtype, qclass, 0))<0) in rfc1035_resolve_cname()
199 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
204 qtype, qclass, 0)) >= 0) in rfc1035_resolve_cname()
252 qu[u].qtype=qtypes[u]; in rfc1035_resolve_cname_multiple()
[all …]
/dports/dns/gdnsd2/gdnsd-2.4.3/t/007plugins/
H A D022trivial.t11 qname => 'example.com', qtype => 'SOA',
17 qname => 'r.example.com', qtype => 'A',
23 qname => 'r.example.com', qtype => 'A',
30 qname => 'r.example.com', qtype => 'AAAA',
36 qname => 'r.example.com', qtype => 'AAAA',
42 qname => 'n.example.com', qtype => 'A',
48 qname => 'b41.example.com', qtype => 'A',
53 qname => 'n-x.example.com', qtype => 'A',
59 qname => 'b41.example.com', qtype => 'A',
84 qname => 'f42.example.com', qtype => 'A',
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc1035/
H A Drfc1035search.c13 unsigned qclass, unsigned qtype) in found() argument
17 if ((rrp->rrtype != qtype && in found()
30 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_an() argument
58 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_ns() argument
146 unsigned qtype, in rfc1035_resolve_cname() argument
155 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
164 *ptr, namebuf, qtype, qclass, 0))<0) in rfc1035_resolve_cname()
199 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
204 qtype, qclass, 0)) >= 0) in rfc1035_resolve_cname()
252 qu[u].qtype=qtypes[u]; in rfc1035_resolve_cname_multiple()
[all …]
/dports/dns/py-py3dns/py3dns-3.2.1/DNS/tests/
H A Dtest_base.py42 ad_response = dnsobj.qry(qtype='A', timeout=1)
93 mx_response = dnsobj.qry(qtype='MX', timeout=1)
103 dnsobj = DNS.Request(qtype='srv')
113 dnsobj = DNS.Request(q, qtype='txt')
125 respdef = dnsobj.qry(qtype='TXT', timeout=1)
154 resp = dnsob.qry(qtype='SOA', timeout=1)
169 ad_response = dnsob.req(qtype='A', timeout=1)
205 dnsob = DNS.Request(qtype='srv')
215 dnsob = DNS.Request(q, qtype='txt')
227 respdef = dnsob.req(qtype='TXT', timeout=1)
[all …]
/dports/math/libmesh/libmesh-1.6.2/tests/quadrature/
H A Dquadrature_test.C36 #define TEST_ALL_ORDERS(qtype, maxorder) \ argument
37 TEST_ONE_ORDER(qtype, FIRST, mymin(1,maxorder)); \
38 TEST_ONE_ORDER(qtype, SECOND, mymin(2,maxorder)); \
39 TEST_ONE_ORDER(qtype, THIRD, mymin(3,maxorder)); \
40 TEST_ONE_ORDER(qtype, FOURTH, mymin(4,maxorder)); \
41 TEST_ONE_ORDER(qtype, FIFTH, mymin(5,maxorder)); \
45 TEST_ONE_ORDER(qtype, NINTH, mymin(9,maxorder));
422 template <QuadratureType qtype, Order order>
435 Utility::enum_to_string(qtype); in testBuild()
504 if (qtype != QGAUSS_LOBATTO) in test2DWeights()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/tests/system/reclimit/ans4/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
63 print ("request: $qname/$qtype\n");
70 if ($qtype eq "TXT") {
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
84 if ($qtype eq "A") {
99 if ($qtype eq "A") {
115 if ($qtype eq "A") {
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
124 if ($qtype eq "A") {
[all …]
/dports/dns/bind916/bind-9.16.27/bin/tests/system/reclimit/ans4/
H A Dans.pl62 my ($qname, $qclass, $qtype) = @_;
65 print ("request: $qname/$qtype\n");
72 if ($qtype eq "TXT") {
74 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 if ($qtype eq "A") {
101 if ($qtype eq "A") {
117 if ($qtype eq "A") {
119 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
120 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 if ($qtype eq "A") {
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/reclimit/ans4/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
63 print ("request: $qname/$qtype\n");
70 if ($qtype eq "TXT") {
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
84 if ($qtype eq "A") {
99 if ($qtype eq "A") {
115 if ($qtype eq "A") {
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
124 if ($qtype eq "A") {
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/reclimit/ans4/
H A Dans.pl62 my ($qname, $qclass, $qtype) = @_;
65 print ("request: $qname/$qtype\n");
72 if ($qtype eq "TXT") {
74 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 if ($qtype eq "A") {
101 if ($qtype eq "A") {
117 if ($qtype eq "A") {
119 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
120 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 if ($qtype eq "A") {
[all …]

12345678910>>...125