Home
last modified time | relevance | path

Searched refs:totype (Results 1 – 25 of 434) sorted by path

12345678910>>...18

/dports/archivers/peazip/peazip-8.1.0.src/
H A Dpeach.pas42304 sel,s,aname,oname,otest,strsel,dummycl,dummycltar,dummytitle,toname,totype,outname:ansistring;
42401 totype:='no7z'
42403 totype:='7z';
42405 if totype='7z' then
/dports/audio/funktrackergold/funkgold/
H A Dfunkgold.c803 register int totype; in ms_main() local
901 totype = 1; in ms_main()
904 totype = 0; in ms_main()
911 convprec_funk_module(song_filename,totype); in ms_main()
/dports/audio/harp/harp-0.6.0/
H A Dbuild.c336 static int translate_templist(int toid, int totype, int fromid, int fromtype, int cleanup){ in translate_templist() argument
340 if(toid<0 && totype==fromtype) in translate_templist()
343 if(totype==fromtype){ in translate_templist()
349 sprintf(query,translatequery[fromtype*numtypes+totype],subquery); in translate_templist()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglSemx.cc1358 void PglSemx::noCast(const SynSym &s, const String &totype) const { in noCast()
1360 << "' to '" << totype << "'" << endl << xexit; in noCast()
1363 void PglSemx::failedCast(const SynSym &s, const String &totype, const String &str) const { in failedCast() argument
1364 cerr << s.loc() << "conversion from '" << s.type() << "' to '" << totype in failedCast()
H A DPglSemx.h149 void noCast(const SynSym &s, const String &totype) const;
150 void failedCast(const SynSym &s, const String &totype, const String &str) const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/ctlib/unittests/
H A Dt0006.c22 CS_INT totype, CS_INT tomaxlen, in DoTest() argument
41 destfmt.datatype = totype; in DoTest()
110 #define DO_TEST(decl,fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen) { \ argument
112 DoTest(fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen,\
113 #decl,#fromtype,#fromdata,#fromlen,#totype,#tomaxlen,#tores,#todata,#tolen,\
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/ctlib/unittests/
H A Dt0006.c23 CS_INT totype, CS_INT tomaxlen, in DoTest() argument
42 destfmt.datatype = totype; in DoTest()
111 #define DO_TEST(decl,fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen) { \ argument
113 DoTest(fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen,\
114 #decl,#fromtype,#fromdata,#fromlen,#totype,#tomaxlen,#tores,#todata,#tolen,\
/dports/cad/electric/electric-7.00/src/db/
H A Ddbnoproto.c2363 INTBIG totype, NODEPROTO *cell, LIBRARY *destlib) in db_copyxlibvars() argument
2460 var = setvalkey(toaddr, totype, key, addr, type); in db_copyxlibvars()
H A Ddbvars.c1407 BOOLEAN copyvars(INTBIG fromaddr, INTBIG fromtype, INTBIG toaddr, INTBIG totype, BOOLEAN uniquename… in copyvars() argument
1430 if (totype == VNODEINST && key == el_node_name_key) in copyvars()
1440 } else if (totype == VARCINST && key == el_arc_name_key) in copyvars()
1453 var = setvalkey(toaddr, totype, key, addr, type); in copyvars()
1459 if (totype == VNODEINST || totype == VARCINST) in copyvars()
1461 if (totype == VNODEINST) in copyvars()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1914 BOOLEAN copyvars(INTBIG fromaddr, INTBIG fromtype, INTBIG toaddr, INTBIG totype, BOOLEAN uniqu…
/dports/converters/p5-plutil/plutil-1.7/
H A Dplutil.pl490 my ($oldname,$fromtype, $totype, $tryext) = @_;
495 $oldname =~ s/\.$fromtype\.$tryext$/.$totype.$tryext/;
499 $oldname =~ s/\.$tryext$/.$totype.$tryext/;
508 my ($oldname, $fromtype, $totype) = @_;
509 print "Old: $oldname, from: $fromtype, to: $totype\n";
510 my $newname = TryName($oldname, $fromtype, $totype, "plist");
512 $newname = TryName($newname, $fromtype, $totype, "strings");
513 $newname .= ".$totype" if $newname !~ /$totype/;
/dports/databases/db18/db-18.1.40/lang/tcl/
H A Dtcl_rep.c1251 int peer, result, ret, totype, t_ret; local
1256 ack = ret = totype = 0;
1531 totype = (int)rep_timeout_types[optindex].value;
1536 ret = dbenv->rep_set_timeout(dbenv, totype,
/dports/databases/db5/db-5.3.28/lang/tcl/
H A Dtcl_rep.c1156 int peer, result, ret, totype, t_ret; local
1161 ack = ret = totype = 0;
1404 totype = (int)rep_timeout_types[optindex].value;
1409 ret = dbenv->rep_set_timeout(dbenv, totype,
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/ctlib/unittests/
H A Dcs_convert.c21 CS_INT totype, CS_INT tomaxlen, in DoTest() argument
40 destfmt.datatype = totype; in DoTest()
110 #define DO_TEST(decl,fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen) { \ argument
112 DoTest(fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen,\
113 #decl,#fromtype,#fromdata,#fromlen,#totype,#tomaxlen,#tores,#todata,#tolen,\
/dports/databases/freetds/freetds-1.3.4/src/ctlib/unittests/
H A Dcs_convert.c21 CS_INT totype, CS_INT tomaxlen, in DoTest() argument
40 destfmt.datatype = totype; in DoTest()
110 #define DO_TEST(decl,fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen) { \ argument
112 DoTest(fromtype,fromdata,fromlen,totype,tomaxlen,tores,todata,tolen,\
113 #decl,#fromtype,#fromdata,#fromlen,#totype,#tomaxlen,#tores,#todata,#tolen,\
/dports/databases/grass7/grass-7.8.6/vector/v.lrs/v.lrs.create/
H A Dmain.c85 int i, j, k, lid, more, found, ret, totype, rsid, dir, forward, backward, in main() local
807 totype = TO_TYPE_USER; in main()
812 totype = TO_TYPE_MAP; in main()
820 mposts[k].start_off, end_mp, end_off, totype); in main()
829 end_off, totype); in main()
/dports/databases/sqlcipher/sqlcipher-3.4.2/
H A DMakefile.in457 $(TOP)/ext/misc/totype.c \
H A DMakefile.msc1427 $(TOP)\ext\misc\totype.c \
H A Dmain.mk343 $(TOP)/ext/misc/totype.c \
H A Dmanifest283 F ext/misc/totype.c 4a167594e791abeed95e0a8db028822b5e8fe512
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dfunc4.test22 load_static_extension db totype
/dports/databases/sqlite3/sqlite-src-3350500/
H A DMakefile.in466 $(TOP)/ext/misc/totype.c \
H A DMakefile.msc1586 $(TOP)\ext\misc\totype.c \
H A Dmain.mk383 $(TOP)/ext/misc/totype.c \
H A Dmanifest330 F ext/misc/totype.c fa4aedeb07f66169005dffa8de3b0a2b621779fd44f85c103228a42afa71853b

12345678910>>...18