Home
last modified time | relevance | path

Searched refs:csfile (Results 1 – 16 of 16) sorted by relevance

/dports/devel/p5-Data-ClearSilver-HDF/Data-ClearSilver-HDF-0.04/bin/
H A Dcspage13 my ($defines, $output, $input, $csfile, $help);
22 $csfile = shift @ARGV;
34 if ($csfile && -e $csfile) {
46 $cs->parseFile($csfile);
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_vec.c91 FILE *csfile; in to_mftex() local
262 if ((csfile = fopen(csname, "a")) == NULL || in to_mftex()
272 csfile = stdout; in to_mftex()
287 csfile = stdout; in to_mftex()
325 fprintf(csfile, "%% %s code in %s, created by hp2xx\n", in to_mftex()
327 fprintf(csfile, scale_cmd, po->width, po->height, tempch); in to_mftex()
328 fprintf(csfile, special_cmd, tempch); in to_mftex()
641 fprintf(csfile, draw_dot, in to_mftex()
688 fprintf(csfile, exit_cmd); in to_mftex()
699 if (csfile != stdout && csfile != NULL) in to_mftex()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/gbuild/
H A DCliLibrary.mk123 $(foreach csfile,$(2),$(call gb_CliLibrary_add_csfile,$(1),$(csfile)))
136 $(foreach csfile,$(2),$(call gb_CliLibrary_add_generated_csfile,$(1),$(csfile)))
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Dmafftash_premafft.tmpl176 my $csfile = "$TMP/checksum.tar.gz";
184 … if ( is_success(getstore("$BASEURL/getmdlist/$mafftashid", $csfile)) && -e $csfile && -s $csfile )
187 my $checklist = &extractchecksum($csfile);
H A Dseekquencer_premafft.tmpl255 my $csfile = "$TMP/checksum";
263 … if ( is_success(getstore("$BASEURL/get/$seekid/checksum", $csfile)) && -e $csfile && -s $csfile )
266 $checklist = extractchecksum($csfile);
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/gbuild/
H A DCliLibrary.mk125 $(foreach csfile,$(2),$(call gb_CliLibrary_add_csfile,$(1),$(csfile)))
138 $(foreach csfile,$(2),$(call gb_CliLibrary_add_generated_csfile,$(1),$(csfile)))
/dports/science/siconos/siconos-4.4.0/cmake/
H A Dsuite_sparse_setup.cmake42 foreach(csfile IN LISTS CXSPARSE_FILES)
43 target_sources(externals PRIVATE ${csfile})
46 set_source_files_properties(${csfile} PROPERTIES COMPILE_OPTIONS ${flag})
/dports/audio/uade/uade-2.13/
H A Dconfigure510 csfile="../src/include/compilersupport.h"
511 echo "#ifndef _UADE_COMPILER_SUPPORT_H_" > "$csfile"
512 echo "#define _UADE_COMPILER_SUPPORT_H_" >> "$csfile"
515 cat >> "$csfile" <<EOF
520 cat >> "$csfile" <<EOF
525 echo "#endif" >> "$csfile"
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A DMakefile.am62 csf/csfile.txt
69 csfile.txt \
H A DHISTORY48 a separate csfile.txt because some people were having problems when
H A DChangeLog119 * utils.c: Default csfile and Max_Strings from env or config.
H A DMakefile.in624 csf/csfile.txt
630 csfile.txt \
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/tests/
H A Dsort.test19 ./bibtex8 --csfile sort$i.csf tests/xsort || exit 1
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/csf/
H A DHISTORY44 a separate csfile.txt because some people were having problems when
/dports/math/z3/z3-z3-4.8.13/scripts/
H A Dmk_util.py2205 for csfile in get_cs_files(self.ex_dir):
2207 out.write(os.path.join(self.to_ex_dir, csfile))
/dports/math/py-z3-solver/z3-z3-4.8.10/scripts/
H A Dmk_util.py2154 for csfile in get_cs_files(self.ex_dir):
2156 out.write(os.path.join(self.to_ex_dir, csfile))