Home
last modified time | relevance | path

Searched refs:aplist (Results 1 – 25 of 74) sorted by relevance

123

/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dattachments.c360 return aplist; in mx_attachments_append()
397 return aplist; in mx_attachments_append_list()
406 for(bap = aplist; aplist != NIL && aplist != ap; aplist = aplist->a_flink) in mx_attachments_remove()
409 aplist = bap; in mx_attachments_remove()
428 return aplist; in mx_attachments_remove()
444 for(++bname; aplist != NIL; aplist = aplist->a_flink) in mx_attachments_find()
457 for(sym = FAL0; aplist != NIL; aplist = aplist->a_flink){ in mx_attachments_find()
471 for(; aplist != NIL; aplist = aplist->a_flink){ in mx_attachments_find()
472 if(aplist->a_msgno > 0 && aplist->a_msgno == msgno){ in mx_attachments_find()
486 return aplist; in mx_attachments_find()
[all …]
/dports/dns/p5-Net-DNS/Net-DNS-1.32/lib/Net/DNS/RR/
H A DAPL.pm27 my $aplist = $self->{aplist} = [];
35 push @$aplist, $item;
46 my $aplist = $self->{aplist};
47 foreach (@$aplist) {
60 my $aplist = $self->{aplist};
61 my @rdata = map { $_->string } @$aplist;
69 $self->aplist(@_);
74 sub aplist { subroutine
87 my $aplist = $self->{aplist} ||= [];
94 push @$aplist, $item;
[all …]
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dattachments.h69 struct mx_attachment *aplist, char const *file,
76 struct mx_attachment *aplist, char const *names);
80 struct mx_attachment *aplist, struct mx_attachment *ap);
91 EXPORT struct mx_attachment *mx_attachments_find(struct mx_attachment *aplist,
96 struct mx_attachment *aplist, BITENUM_IS(u32,n_go_input_flags) gif);
99 EXPORT sz mx_attachments_list_print(struct mx_attachment const *aplist,
/dports/math/eclib/eclib-20210318/libsrc/
H A Dperiods.cc78 vector<long> aplist; in resort_aplist() local
79 aplist.reserve(nap); in resort_aplist()
93 aplist.push_back(0); in resort_aplist()
105 return aplist; in resort_aplist()
115 aplist=apl; in initaplist()
211 x = y * aplist[ip]; in add()
242 x = y * aplist[ip]; in add2357()
266 a2p_cache[1]=aplist[0]; in sumit()
279 a3p_cache[1]=aplist[1]; in sumit()
323 ap=aplist[ip]; in sumit()
[all …]
H A Dnewforms.cc65 if(s==0) s = less_apvec(f.aplist,g.aplist,1); in operator ()()
92 eigs.resize(f.aplist.size()); in eiglist()
96 while(api!=f.aplist.end()) in eiglist()
124 return less_apvec(f.aplist,g.aplist,0)==1; in operator ()()
151 aplist=ap; in newform()
320 while((api!=aplist.end())&&(ip<np)) in refix_eigs()
634 if((int)aplist.size()>=nap) return; in add_more_ap()
642 primevar pr(nap,aplist.size()+1); in add_more_ap()
643 while((int)aplist.size()<nap) in add_more_ap()
667 aplist.push_back(ap); in add_more_ap()
[all …]
H A Doldforms.cc188 nextoldformap = olddata.nflist[iform].aplist; in getoldclasses()
252 long oldforms::dimoldpart(vector<long> aplist) const in dimoldpart()
254 if (aplist.size()==0) return 0; // all lists "start with" a null list! in dimoldpart()
256 if (startswith(oldformap[i] , aplist, aplist.size())) in dimoldpart()
H A Dconic.cc112 vector<bigint> aplist, bplist, cplist, dplist; in solve_conic() local
117 aplist=factorbase; in solve_conic()
119 sqfdecomp(aa,aplist,a1,a2); // aa=a1*a2^2 in solve_conic()
122 if(!testlocsol(a1,aplist,b1,bplist)) return 0; in solve_conic()
123 if(solve_conic_diag(a1,aplist,b1,bplist,x,y,z,method)) in solve_conic()
142 int solve_conic_diag_nontriv(const bigint& a, const vector<bigint>& aplist,
151 int solve_conic_diag(const bigint& a, const vector<bigint>& aplist, in solve_conic_diag() argument
183 int res = solve_conic_diag(b,bplist,a,aplist,x,z,y,method); in solve_conic_diag()
221 return solve_conic_diag_nontriv(a,aplist,b,bplist,x,y,z,method); in solve_conic_diag()
368 res = solve_conic_diag(a,aplist,t0,tplist,x1,y1,z1,method); in solve_conic_diag_nontriv()
[all …]
/dports/math/eclib/eclib-20210318/progs/
H A Dh1curve.cc204 vector<long> aplist = nf.aplist; local
205 vector<long> primelist = primes(aplist.size());
209 for(i=0; (i<aplist.size())&&(p<=pmax); i++)
213 ok1 = (ap==BIGINT(aplist[i]));
214 if(!ok1) cout<<"p="<<p<<": ap(E)="<<ap<<" but ap(f)="<<aplist[i]<<endl;
H A Dqexp.cc64 nap = nf.nflist[0].aplist.size();
76 vector<long>v = nf.nflist[i].aplist;
/dports/math/eclib/eclib-20210318/progs/out_no_ntl/
H A Decnf.out9 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
55 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
100 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
146 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
191 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
237 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
283 1: aplist = [ -2 -3 -2 -1 -5 -2 0 0 2 6 -4 -1 -9 2 -9 1 8 -8 8 9 ...]
345 1: aplist = [ -2 -3 -2 -1 -5 -2 0 0 2 6 -4 -1 -9 2 -9 1 8 -8 8 9 ...]
406 1: aplist = [ -2 -2 -3 -5 -4 -3 -6 5 -4 -6 4 -8 -3 12 -2 -6 3 -8 -5 -10 ...]
/dports/math/eclib/eclib-20210318/progs/out_ntl/
H A Decnf.out9 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
55 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
100 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
146 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
191 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
237 1: aplist = [ -2 -1 1 -2 1 4 -2 0 -1 0 7 3 -8 -6 8 -6 5 12 -7 -3 ...]
283 1: aplist = [ -2 -3 -2 -1 -5 -2 0 0 2 6 -4 -1 -9 2 -9 1 8 -8 8 9 ...]
345 1: aplist = [ -2 -3 -2 -1 -5 -2 0 0 2 6 -4 -1 -9 2 -9 1 8 -8 8 9 ...]
406 1: aplist = [ -2 -2 -3 -5 -4 -3 -6 5 -4 -6 4 -8 -3 12 -2 -6 3 -8 -5 -10 ...]
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Drelabel.cc35 auto aplist = aut->ap(); in relabel_here() local
47 if (std::find(aplist.begin(), aplist.end(), p.first) == aplist.end()) in relabel_here()
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Drelabel.cc35 auto aplist = aut->ap(); in relabel_here() local
47 if (std::find(aplist.begin(), aplist.end(), p.first) == aplist.end()) in relabel_here()
/dports/math/eclib/eclib-20210318/tests/out_ntl/
H A Dnftest.out10 1: aplist = [ -1 0 1 2 6 -4 -6 -4 0 -6 -4 8 0 8 0 -6 6 2 -4 -12 ...]
16 2: aplist = [ 1 0 -1 2 -6 -4 6 -4 0 6 -4 8 0 8 0 6 -6 2 -4 12 ...]
22 3: aplist = [ 1 0 1 -4 0 2 -6 -4 0 6 8 2 6 -4 0 6 0 -10 -4 0 ...]
/dports/math/eclib/eclib-20210318/tests/out_no_ntl/
H A Dnftest.out10 1: aplist = [ -1 0 1 2 6 -4 -6 -4 0 -6 -4 8 0 8 0 -6 6 2 -4 -12 ...]
16 2: aplist = [ 1 0 -1 2 -6 -4 6 -4 0 6 -4 8 0 8 0 6 -6 2 -4 12 ...]
22 3: aplist = [ 1 0 1 -4 0 2 -6 -4 0 6 8 2 6 -4 0 6 0 -10 -4 0 ...]
/dports/editors/libreoffice/libreoffice-7.2.6.2/hwpfilter/source/
H A Dhwpfile.cxx216 void HWPFile::ReadParaList(std::vector < HWPPara* > &aplist) in ReadParaList() argument
230 if (!aplist.empty()){ in ReadParaList()
231 spNode->pshape = aplist.back()->pshape; in ReadParaList()
242 if (!aplist.empty()) in ReadParaList()
243 aplist.back()->SetNext(spNode.get()); in ReadParaList()
244 aplist.push_back(spNode.release()); in ReadParaList()
264 if (!aplist.empty()){ in ReadParaList()
265 spNode->pshape = aplist.back()->pshape; in ReadParaList()
276 if (!aplist.empty()) in ReadParaList()
277 aplist.back()->SetNext(spNode.get()); in ReadParaList()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/hwpfilter/source/
H A Dhwpfile.cxx213 void HWPFile::ReadParaList(std::vector < HWPPara* > &aplist) in ReadParaList() argument
227 if (!aplist.empty()){ in ReadParaList()
228 spNode->pshape = aplist.back()->pshape; in ReadParaList()
239 if (!aplist.empty()) in ReadParaList()
240 aplist.back()->SetNext(spNode.get()); in ReadParaList()
241 aplist.push_back(spNode.release()); in ReadParaList()
260 if (!aplist.empty()){ in ReadParaList()
261 spNode->pshape = aplist.back()->pshape; in ReadParaList()
272 if (!aplist.empty()) in ReadParaList()
273 aplist.back()->SetNext(spNode.get()); in ReadParaList()
[all …]
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dgetaddrinfo.c502 char **aplist = NULL, *apbuf = NULL; in explore_fqdn() local
618 aplist = hp->h_addr_list; in explore_fqdn()
627 aplist = (char **)malloc(sizeof(aplist[0]) * naddrs); in explore_fqdn()
629 if (aplist == NULL || apbuf == NULL) { in explore_fqdn()
633 memset(aplist, 0, sizeof(aplist[0]) * naddrs); in explore_fqdn()
636 aplist[i] = NULL; in explore_fqdn()
641 aplist[i] = &apbuf[i * hp->h_length]; in explore_fqdn()
645 for (i = 0; aplist[i] != NULL; i++) { in explore_fqdn()
647 ap = aplist[i]; in explore_fqdn()
683 if (aplist) in explore_fqdn()
[all …]
/dports/ftp/tnftp/tnftp-20210827/libnetbsd/
H A Dgetaddrinfo.c502 char **aplist = NULL, *apbuf = NULL; in explore_fqdn() local
618 aplist = hp->h_addr_list; in explore_fqdn()
627 aplist = (char **)malloc(sizeof(aplist[0]) * naddrs); in explore_fqdn()
629 if (aplist == NULL || apbuf == NULL) { in explore_fqdn()
633 memset(aplist, 0, sizeof(aplist[0]) * naddrs); in explore_fqdn()
636 aplist[i] = NULL; in explore_fqdn()
641 aplist[i] = &apbuf[i * hp->h_length]; in explore_fqdn()
645 for (i = 0; aplist[i] != NULL; i++) { in explore_fqdn()
647 ap = aplist[i]; in explore_fqdn()
683 if (aplist) in explore_fqdn()
[all …]
/dports/net/beacon/beacon-1.4/common/src/
H A Dgetaddrinfo.c516 char **aplist = NULL, *apbuf = NULL; local
594 aplist = hp->h_addr_list;
603 aplist = (char **)malloc(sizeof(aplist[0]) * naddrs);
605 if (aplist == NULL || apbuf == NULL) {
609 memset(aplist, 0, sizeof(aplist[0]) * naddrs);
612 aplist[i] = NULL;
617 aplist[i] = &apbuf[i * hp->h_length];
621 for (i = 0; aplist[i] != NULL; i++) {
623 ap = aplist[i];
666 if (aplist)
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/clients/ksu/
H A Dheuristic.c543 char ** aplist =NULL; local
615 retval = get_authorized_princ_names(target_user, cmd, &aplist);
620 if ((!aplist) || (!aplist[0])) {
652 retval= find_princ_in_list(context, princ_trials[i].p, aplist,
679 while (aplist[i]){
680 retval = krb5_parse_name(context, aplist[i], &temp_client);
726 retval=get_closest_principal(context, aplist, &temp_client,
/dports/security/krb5/krb5-1.19.2/src/clients/ksu/
H A Dheuristic.c543 char ** aplist =NULL; local
615 retval = get_authorized_princ_names(target_user, cmd, &aplist);
620 if ((!aplist) || (!aplist[0])) {
652 retval= find_princ_in_list(context, princ_trials[i].p, aplist,
679 while (aplist[i]){
680 retval = krb5_parse_name(context, aplist[i], &temp_client);
726 retval=get_closest_principal(context, aplist, &temp_client,
/dports/cad/electric/electric-7.00/src/misc/
H A Dercantenna.c875 REGISTER ARCPROTO *ap, **aplist; in erc_antoptionsdlog() local
891 if (aplist == 0) return; in erc_antoptionsdlog()
892 for(i=0; i<total; i++) aplist[i] = NOARCPROTO; in erc_antoptionsdlog()
904 aplist[i] = ap; in erc_antoptionsdlog()
912 if (aplist[0] != NOARCPROTO) in erc_antoptionsdlog()
914 esnprintf(buf, 50, x_("%ld"), aplist[0]->temp1); in erc_antoptionsdlog()
926 if (aplist[which] == NOARCPROTO) continue; in erc_antoptionsdlog()
934 if (aplist[which] == NOARCPROTO) continue; in erc_antoptionsdlog()
937 formatinfstr(infstr, x_("%s (%ld)"), aplist[which]->protoname, aplist[which]->temp1); in erc_antoptionsdlog()
947 if (aplist[i] == NOARCPROTO) continue; in erc_antoptionsdlog()
[all …]
/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdlparser.c1667 aplist = lastport = NULL; in vhdl_parseactual_port_list()
1671 aplist->type = APORTLIST_NAME; in vhdl_parseactual_port_list()
1678 aplist->pointer = NULL; in vhdl_parseactual_port_list()
1695 aplist->pointer = NULL; in vhdl_parseactual_port_list()
1701 aplist->next = NULL; in vhdl_parseactual_port_list()
1702 lastport = aplist; in vhdl_parseactual_port_list()
1740 return(aplist); in vhdl_parseactual_port_list()
2526 for(aplist = inst->ports; aplist != NULL; aplist = nextaplist) in vhdl_freesetofstatements()
2528 nextaplist = aplist->next; in vhdl_freesetofstatements()
2529 if (aplist->pointer != NULL) vhdl_freename((VNAME *)aplist->pointer); in vhdl_freesetofstatements()
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/index/scorch/segment/zap/
H A Dmerge_test.go313 aplist, aerr := adict.(*Dictionary).postingsList([]byte(next.Term), nil, nil)
320 if (aplist != nil) != (bplist != nil) {
322 fieldName, next.Term, aplist, bplist))
326 if aerr != nil || aplist == nil ||
331 if aplist.Count() != bplist.Count() {
333 fieldName, next.Term, aplist.Count(), bplist.Count()))
336 apitr := aplist.Iterator()

123