Home
last modified time | relevance | path

Searched refs:xst (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/dports/textproc/wv/wv-1.2.9/
H A Dxst.c29 wvFreeXst (Xst ** xst) in wvFreeXst() argument
32 if ((xst == NULL) || (*xst == NULL)) in wvFreeXst()
35 while (*xst != NULL) in wvFreeXst()
37 freegroup = *xst; in wvFreeXst()
38 *xst = (*xst)->next; in wvFreeXst()
46 wvGetXst (Xst ** xst, U32 offset, U32 len, wvStream * fd) in wvGetXst() argument
53 if ((len == 0) || (xst == NULL)) in wvGetXst()
55 *xst = NULL; in wvGetXst()
60 *xst = (Xst *) wvMalloc (sizeof (Xst)); in wvGetXst()
61 authorlist = *xst; in wvGetXst()
/dports/www/mod_rivet/rivet-3.2.0/tests/
H A Dget.rvt8 if { [::rivet::var exists xst] } {
9 …puts "\[::rivet::var exists xst\]\[::rivet::var exists noxst\] = [::rivet::var exists xst] [::rive…
10 …puts "\[::rivet::var_qs exists xst\]\[::rivet::var_qs exists noxst\] = [::rivet::var_qs exists xst
21 puts "\[::rivet::var get xst foo\] = [::rivet::var get xst foo]"
23 puts "\[::rivet::var get xst\] = [::rivet::var get xst]"
H A Dget.test10 set page [ ::http::geturl "${urlbase}get.rvt?xst=1" ]
11 …regexp -line {\[::rivet::var exists xst\]\[::rivet::var exists noxst\] = 1 0$} [ ::http::data $pag…
13 } {[::rivet::var exists xst][::rivet::var exists noxst] = 1 0}
17 regexp -line {\[::rivet::var get xst\] = } [ ::http::data $page ] match
19 } {[::rivet::var get xst] = }
23 regexp {^\[::rivet::var get xst foo\] = foo} [ ::http::data $page ] match
25 } {[::rivet::var get xst foo] = foo}
28 set page [ ::http::geturl "${urlbase}get.rvt?xst=1" ]
29 …regexp -line {\[::rivet::var_qs exists xst\]\[::rivet::var_qs exists noxst\] = 1 0$} [ ::http::dat…
31 } {[::rivet::var_qs exists xst][::rivet::var_qs exists noxst] = 1 0}
/dports/math/R-cran-lme4/lme4/R/
H A Doptimizer.R5 if (is.null(xst <- control[["xst"]])) xst <- rep.int(0.02,n) functionVar
6 if (is.null(xt <- control[["xt"]])) xt <- xst*5e-4
22 length(xst <- as.numeric(xst)) == n,
23 all(xst != 0),
26 nM <- NelderMead$new(lower=lower, upper=upper, x0=par, xst=xst, xt=xt)
69 control = c(cc, xst=xst, xt=xt), feval = it) nameattr
/dports/cad/opencascade/opencascade-7.6.0/tests/gdt/export/
H A Dend45 set xst [ XDumpNbDGTs D_First f]
47 if { [llength $xst] > 0 } {
48 regexp {NbOfDimensions +: +([-0-9.+eE]+)} $xst full nbDim_First
51 regexp {NbOfAngular +: +([-0-9.+eE]+)} $xst full nbAng_First
52 regexp {NbOfWithPath +: +([-0-9.+eE]+)} $xst full nbWthPath_First
53 regexp {NbOfCommonLabels +: +([-0-9.+eE]+)} $xst full nbCommon_First
54 regexp {NbOfTolerances +: +([-0-9.+eE]+)} $xst full nbTol_First
58 regexp {NbOfDatumFeature +: +([-0-9.+eE]+)} $xst full nbDat_First
59 regexp {NbOfAttachedDatum +: +([-0-9.+eE]+)} $xst full nbAttDat_First
60 regexp {NbOfDatumTarget +: +([-0-9.+eE]+)} $xst full nbDatT_First
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DUtil.java50 XmlSchemaType xst = primarySource.readAnnotation(XmlSchemaType.class); in calcSchemaType() local
51 if(xst!=null) { in calcSchemaType()
52 return new QName(xst.namespace(),xst.name()); in calcSchemaType()
61 xst = reader.getPackageAnnotation(XmlSchemaType.class,enclosingClass,src); in calcSchemaType()
62 if(xst!=null) { in calcSchemaType()
64 values[0] = xst; in calcSchemaType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DUtil.java50 XmlSchemaType xst = primarySource.readAnnotation(XmlSchemaType.class); in calcSchemaType() local
51 if(xst!=null) { in calcSchemaType()
52 return new QName(xst.namespace(),xst.name()); in calcSchemaType()
61 xst = reader.getPackageAnnotation(XmlSchemaType.class,enclosingClass,src); in calcSchemaType()
62 if(xst!=null) { in calcSchemaType()
64 values[0] = xst; in calcSchemaType()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/arc/
H A Dnps400-3.d49 78: 598e 0000 xst r12,\[0x57f00000\]
50 7c: 5aee ffff xst r23,\[0x57f0ffff\]
51 80: 586e 0000 xst r3,\[0x57f00000\]
52 84: 596e ffff xst r11,\[0x57f0ffff\]
53 88: 5a8e 0000 xst r20,\[0x57f00000\]
55 8c: 582e 0000 xst r1,\[0x57f00000\]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dnps400-3.d49 78: 598e 0000 xst r12,\[0x57f00000\]
50 7c: 5aee ffff xst r23,\[0x57f0ffff\]
51 80: 586e 0000 xst r3,\[0x57f00000\]
52 84: 596e ffff xst r11,\[0x57f0ffff\]
53 88: 5a8e 0000 xst r20,\[0x57f00000\]
55 8c: 582e 0000 xst r1,\[0x57f00000\]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arc/
H A Dnps400-3.d49 78: 598e 0000 xst r12,\[0x57f00000\]
50 7c: 5aee ffff xst r23,\[0x57f0ffff\]
51 80: 586e 0000 xst r3,\[0x57f00000\]
52 84: 596e ffff xst r11,\[0x57f0ffff\]
53 88: 5a8e 0000 xst r20,\[0x57f00000\]
55 8c: 582e 0000 xst r1,\[0x57f00000\]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/arc/
H A Dnps400-3.d49 78: 598e 0000 xst r12,\[0x57f00000\]
50 7c: 5aee ffff xst r23,\[0x57f0ffff\]
51 80: 586e 0000 xst r3,\[0x57f00000\]
52 84: 596e ffff xst r11,\[0x57f0ffff\]
53 88: 5a8e 0000 xst r20,\[0x57f00000\]
55 8c: 582e 0000 xst r1,\[0x57f00000\]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dnps400-3.d49 78: 598e 0000 xst r12,\[0x57f00000\]
50 7c: 5aee ffff xst r23,\[0x57f0ffff\]
51 80: 586e 0000 xst r3,\[0x57f00000\]
52 84: 596e ffff xst r11,\[0x57f0ffff\]
53 88: 5a8e 0000 xst r20,\[0x57f00000\]
55 8c: 582e 0000 xst r1,\[0x57f00000\]
/dports/math/R-cran-lava/lava/R/
H A Dtoformula.R20 xst <- x[1] functionVar
24 xst <- paste(xst, "+", x[i])
35 ff <- paste(yst, "~", xst)
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/cpld/sgpio_debug/
H A DMakefile15 OUTFILES_XST=$(DESIGN).ngc $(DESIGN).syr $(DESIGN).ngr $(DESIGN)_xst.xrpt $(DESIGN).lso _xmsgs/xst.…
24 $(DESIGN).ngc: $(DESIGN).xst $(DESIGN).prj
25 mkdir -p xst/projnav.tmp
26 xst -intstyle ise -ifn $(DESIGN).xst -ofn $(DESIGN).syr
47 rm -rf xlnx_auto_0_xdb/ _ngo/ _xmsgs/ xst/
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/cpld/sgpio_if/
H A DMakefile15 OUTFILES_XST=$(DESIGN).ngc $(DESIGN).syr $(DESIGN).ngr $(DESIGN)_xst.xrpt $(DESIGN).lso _xmsgs/xst.…
24 $(DESIGN).ngc: $(DESIGN).xst $(DESIGN).prj
25 mkdir -p xst/projnav.tmp
26 xst -intstyle ise -ifn $(DESIGN).xst -ofn $(DESIGN).syr
47 rm -rf xlnx_auto_0_xdb/ _ngo/ _xmsgs/ xst/
/dports/cad/opencascade/opencascade-7.6.0/tests/gdt/import/
H A Dend37 set xst [ XDumpNbDGTs D_First ]
39 if { [llength $xst] > 0 } {
40 regexp {NbOfDimensions +: +([-0-9.+eE]+)} $xst full nbDim
41 regexp {NbOfTolerances +: +([-0-9.+eE]+)} $xst full nbTol
42 regexp {NbOfDatumFeature +: +([-0-9.+eE]+)} $xst full nbDat
43 regexp {NbOfAttachedDatum +: +([-0-9.+eE]+)} $xst full nbAttDat
44 regexp {NbOfDatumTarget +: +([-0-9.+eE]+)} $xst full nbDatT
54 append result [format $xst]
/dports/cad/yosys/yosys-yosys-0.12/manual/CHAPTER_Eval/
H A Drun-it.sh61 …j_file/g; s/@out_file@/$out_file/g; s/@top_module@/$top_module/g;" < settings.xst > ${out_file}.xst
62 xst -ifn ${out_file}.xst -ofn ${out_file}.syr
/dports/databases/p5-DBI/DBI-1.643/lib/DBI/
H A DDBD.pm3454 my @xst = grep { -f vmsify( unixify($_) . "/Driver.xst" ) } @try;
3455 Carp::croak("Unable to locate Driver.xst in @try") unless @xst;
3456 Carp::carp( "Multiple copies of Driver.xst found in: @xst") if @xst > 1;
3457 print "Using DBI $DBI::VERSION (for perl $] on $Config{archname}) installed in $xst[0]\n";
3458 return File::Spec->canonpath($xst[0]);
/dports/net/rsync/rsync-3.2.3/
H A Dxattrs.c1127 if (xst)
1128 *xst = *fst;
1130 xst = fst;
1146 xst->st_uid = 0;
1147 xst->st_gid = 0;
1165 xst->st_uid = uid;
1221 if (xst.st_mode != fmode || xst.st_rdev != rdev
1222 || xst.st_uid != F_OWNER(file) || xst.st_gid != F_GROUP(file)) {
1244 if ((ret < 0 || get_stat_xattr(fname, -1, fst, xst) < 0) && xst)
1252 if ((ret < 0 || get_stat_xattr(fname, -1, fst, xst) < 0) && xst)
[all …]
/dports/sysutils/syslinux/syslinux-6.03/libinstaller/
H A Dadvio.c99 struct stat st, xst; in write_adv() local
134 } else if (fstat(fd, &xst) || xst.st_ino != st.st_ino || in write_adv()
135 xst.st_dev != st.st_dev || xst.st_size != st.st_size) { in write_adv()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dx509vfy.c61 X509_STORE* xst; member
210 xmlSecAssert2(ctx->xst != NULL, NULL); in xmlSecOpenSSLX509StoreVerify()
432 xmlSecAssert2(ctx->xst != NULL, -1); in xmlSecOpenSSLX509StoreAdoptCert()
506 xmlSecAssert2(ctx->xst != NULL, -1); in xmlSecOpenSSLX509StoreAddCertsPath()
544 xmlSecAssert2(ctx->xst != NULL, -1); in xmlSecOpenSSLX509StoreAddCertsFile()
575 ctx->xst = X509_STORE_new(); in xmlSecOpenSSLX509StoreInitialize()
576 if(ctx->xst == NULL) { in xmlSecOpenSSLX509StoreInitialize()
634 X509_STORE_set1_param(ctx->xst, ctx->vpm); in xmlSecOpenSSLX509StoreInitialize()
649 if(ctx->xst != NULL) { in xmlSecOpenSSLX509StoreFinalize()
650 X509_STORE_free(ctx->xst); in xmlSecOpenSSLX509StoreFinalize()
[all …]
/dports/deskutils/menumaker/menumaker-0.99.13/
H A DPaths.py105 for xst in self.stats:
106 if os.path.samestat(st, xst):
109 self.stats[xst]):
112 self.paths[self.paths.index(self.stats[xst])] = path
113 del self.stats[xst]
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/t/
H A Dmemleak.ot55 my $xst = Thrift::XS::MemoryBuffer->new;
56 my $xsp = Thrift::XS::BinaryProtocol->new($xst);
58 undef $xst;
73 my $xst = Thrift::XS::MemoryBuffer->new;
74 my $xsp = Thrift::XS::BinaryProtocol->new($xst);
121 undef $xst;
/dports/cad/opencascade/opencascade-7.6.0/tests/de/
H A Dend158 set xst [ XStat D_First ]
160 if { [llength $xst] > 0 } {
161 regexp {level +N +0 +: +([-0-9.+eE]+)} $xst full nblev0_First
162 regexp {level +N +1 +: +([-0-9.+eE]+)} $xst full nblev1_First
163 regexp {level +N +2 +: +([-0-9.+eE]+)} $xst full nblev2_First
171 regexp {Number +of +colors += +([-0-9.+eE]+)} $xst full nbcolor_First
364 set xst [ XStat D_Second ]
365 if { [llength $xst] > 0 } {
366 regexp {level +N +0 +: +([-0-9.+eE]+)} $xst full nblev0_Second
367 regexp {level +N +1 +: +([-0-9.+eE]+)} $xst full nblev1_Second
[all …]
/dports/net-mgmt/wifimgr/wifimgr-1.19/src/
H A Dwifimgrsu.c62 int xst; in main() local
147 xst = system(cmd); in main()
152 if (WEXITSTATUS(xst) == 0) in main()
155 printf("FAIL %s %d\n", gettext("exit status"), WEXITSTATUS(xst)); in main()

12345678910>>...29