Home
last modified time | relevance | path

Searched refs:tmpf (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/dports/print/lyx/lyx-2.3.4.2/src/
H A DVCBackend.cpp303 if (tmpf.empty()) { in isCheckInWithConfirmation()
445 if (tmpf.empty()) { in getRevisionInfo()
453 if (tmpf.empty()) in getRevisionInfo()
503 tmpf.refresh(); in prepareFileRevision()
1083 tmpf); in getLog()
1131 tmpf.refresh(); in prepareFileRevision()
1692 if (tmpf.empty()) in getFileRevisionInfo()
1744 if (tmpf.empty()) in getTreeRevisionInfo()
1797 tmpf.refresh(); in prepareFileRevision()
1857 tmpf.refresh(); in findFile()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmCpp/
H A DFvwmCpp.c236 FILE *tmpf; in cpp_defs() local
294 tmpf = popen(options, "w"); in cpp_defs()
295 if (tmpf == NULL) in cpp_defs()
327 fputs(MkDef("OSTYPE", ostype), tmpf); in cpp_defs()
346 tmpf); in cpp_defs()
348 tmpf); in cpp_defs()
378 fputs(MkDef("CLASS", vc), tmpf); in cpp_defs()
404 fputs(MkDef("FVWM_CLASS", vc), tmpf); in cpp_defs()
407 fputs(MkDef("COLOR", "Yes"), tmpf); in cpp_defs()
409 fputs(MkDef("COLOR", "No"), tmpf); in cpp_defs()
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmM4/
H A DFvwmM4.c278 FILE *tmpf; in m4_defs() local
349 tmpf = popen(options, "w"); in m4_defs()
350 if (tmpf == NULL) in m4_defs()
392 fputs(MkDef("OSTYPE", ostype), tmpf); in m4_defs()
412 tmpf); in m4_defs()
415 tmpf); in m4_defs()
445 fputs(MkDef("CLASS", vc), tmpf); in m4_defs()
474 fputs(MkDef("COLOR", "Yes"), tmpf); in m4_defs()
476 fputs(MkDef("COLOR", "No"), tmpf); in m4_defs()
511 fprintf(tmpf, "%sinclude(%s%s%s)\n", in m4_defs()
[all …]
/dports/chinese/ttfm/ttfm-0.9.5/modules/old/
H A Dxttfm-tcl.ttfm84 close $tmpf
117 close $tmpf
129 close $tmpf
139 close $tmpf
160 close $tmpf
202 close $tmpf
227 close $tmpf
237 close $tmpf
259 close $tmpf
335 close $tmpf
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dfullbz.f90134 fk(1:3,gr%nf)=tmpf(1:3)
156 tmpf(:) = fk(:,ii)
161 fq(1) = tmpf(1) - i1
162 fq(2) = tmpf(2) - i2
163 fq(3) = tmpf(3) - i3
177 tmpf(:) = fk(:,ii) - tmpf
179 if (tmpf(jj).ge.0.0) kg0(jj,ii)=tmpf(jj)+TOL_Small
180 if (tmpf(jj).lt.0.0) kg0(jj,ii)=tmpf(jj)-TOL_Small
206 it = tmpf(kk)
207 tmpf(kk) = tmpf(kk)-it
[all …]
/dports/misc/nnn/nnn-4.3/plugins/
H A Dpdfread9 tmpf="$(basename "$1")"
10 tmpf="${TMPDIR:-/tmp}"/"${tmpf%.*}"
14 pdftotext -nopgbrk -layout "$1" - | sed 's/\xe2\x80\x8b//g' > "$tmpf".txt
16 pico2wave -w "$tmpf".wav -l en-GB "$(tr '\n' ' ' < "$tmpf".txt)"
18 rm "$tmpf".txt
20 pico2wave -w "$tmpf".wav -l en-GB "$(tr '\n' ' ' < "$1")"
24 mpv "$tmpf".wav
29 rm "$tmpf".wav
/dports/devel/efl/efl-1.25.1/src/modules/elementary/access_output/
H A Dmod.c22 static char *tmpf = NULL; variable
32 if (tmpf) in _exe_del()
34 unlink(tmpf); in _exe_del()
35 free(tmpf); in _exe_del()
36 tmpf = NULL; in _exe_del()
71 if (!tmpf) in out_read()
96 if (tmpf) in out_read_done()
117 if (tmpf) in out_cancel()
119 unlink(tmpf); in out_cancel()
120 free(tmpf); in out_cancel()
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/t/
H A Dspamd_prefork_stress_3.t57 my $tmpf = mk_mail($secs);
58 ok (spamcrun ("<$tmpf", \&patterns_run_cb));
59 unlink $tmpf;
65 my $tmpf = mk_mail($secs);
66 ok (spamcrun_background ("<$tmpf", {}));
67 push (@pending_unlinks, $tmpf);
73 my $tmpf = "$workdir/tmp.$testname.$tmpnum"; $tmpnum++;
76 open (OUT, ">$tmpf") or die "cannot write $tmpf";
83 return $tmpf;
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/t/
H A Dspamd_prefork_stress_3.t61 my $tmpf = mk_mail($secs);
62 ok (spamcrun ("<$tmpf", \&patterns_run_cb));
63 unlink $tmpf;
69 my $tmpf = mk_mail($secs);
70 ok (spamcrun_background ("<$tmpf", {}));
71 push (@pending_unlinks, $tmpf);
77 my $tmpf = "log/tmp.$testname.$tmpnum"; $tmpnum++;
80 open (OUT, ">$tmpf") or die "cannot write $tmpf";
87 return $tmpf;
/dports/net/drive/drive-0.4.0/vendor/github.com/odeke-em/go-utils/tmpfile/
H A Dtmpfile.go36 tmpf *os.File member
46 _ = tf.tmpf.Close()
47 targetPath := tf.tmpf.Name()
110 ttmpf.tmpf = tmpf
123 return tf.tmpf.Write(b)
127 return tf.tmpf.Close()
131 return tf.tmpf.Name()
139 return tf.tmpf.ReadAt(b, off)
143 return tf.tmpf.Read(b)
147 return tf.tmpf.Seek(offset, whence)
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_rio.py78 s.write(tmpf)
79 tmpf.seek(0)
90 s.write(tmpf)
91 tmpf.seek(0)
97 tmpf.seek(0)
198 tmpf.write(b"""\
207 tmpf.seek(0)
219 tmpf.write(b"""\
233 tmpf.seek(0)
264 tmpf.write(b'''\
[all …]
/dports/sysutils/safecat/safecat-1.13/
H A Dtempfile.c15 void mk_tempfile(stralloc *tmpf) { in mk_tempfile() argument
30 if (!stralloc_cats(tmpf, secbuf)) die_nomem(); in mk_tempfile()
33 if (!stralloc_cats(tmpf, ".M")) die_nomem(); in mk_tempfile()
36 if (!stralloc_cats(tmpf, atto)) die_nomem(); in mk_tempfile()
39 if (!stralloc_append(tmpf, "P")) die_nomem(); in mk_tempfile()
41 if (!stralloc_cats(tmpf, pidbuf)) die_nomem(); in mk_tempfile()
44 if (!stralloc_append(tmpf, ".")) die_nomem(); in mk_tempfile()
46 if (!stralloc_cats(tmpf, host)) die_nomem(); in mk_tempfile()
47 if (!stralloc_0(tmpf)) die_nomem(); in mk_tempfile()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/c0rners/
H A Dc0rners.c818 double tmpf; in f0r_set_param_value() local
829 p->x1=tmpf; in f0r_set_param_value()
834 p->y1=tmpf; in f0r_set_param_value()
839 p->x2=tmpf; in f0r_set_param_value()
844 p->y2=tmpf; in f0r_set_param_value()
849 p->x3=tmpf; in f0r_set_param_value()
854 p->y3=tmpf; in f0r_set_param_value()
859 p->x4=tmpf; in f0r_set_param_value()
864 p->y4=tmpf; in f0r_set_param_value()
884 p->intp=tmpf; in f0r_set_param_value()
[all …]
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/c0rners/
H A Dc0rners.c818 double tmpf; in f0r_set_param_value() local
829 p->x1=tmpf; in f0r_set_param_value()
834 p->y1=tmpf; in f0r_set_param_value()
839 p->x2=tmpf; in f0r_set_param_value()
844 p->y2=tmpf; in f0r_set_param_value()
849 p->x3=tmpf; in f0r_set_param_value()
854 p->y3=tmpf; in f0r_set_param_value()
859 p->x4=tmpf; in f0r_set_param_value()
864 p->y4=tmpf; in f0r_set_param_value()
884 p->intp=tmpf; in f0r_set_param_value()
[all …]
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/c0rners/
H A Dc0rners.c818 double tmpf; in f0r_set_param_value() local
829 p->x1=tmpf; in f0r_set_param_value()
834 p->y1=tmpf; in f0r_set_param_value()
839 p->x2=tmpf; in f0r_set_param_value()
844 p->y2=tmpf; in f0r_set_param_value()
849 p->x3=tmpf; in f0r_set_param_value()
854 p->y3=tmpf; in f0r_set_param_value()
859 p->x4=tmpf; in f0r_set_param_value()
864 p->y4=tmpf; in f0r_set_param_value()
884 p->intp=tmpf; in f0r_set_param_value()
[all …]
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_io_filter.c104 *tmpf; in flimage_description_via_filter() local
109 if ( ! ( tmpf = get_tmpf( 0 ) ) ) in flimage_description_via_filter()
136 remove( tmpf ); in flimage_description_via_filter()
145 im->fpin = fopen( tmpf, "rb" ); in flimage_description_via_filter()
147 strcpy( im->infile, tmpf ); in flimage_description_via_filter()
166 remove( tmpf ); in flimage_description_via_filter()
225 char *tmpf; in flimage_write_via_filter() local
244 tmpf = get_tmpf( 0 ); in flimage_write_via_filter()
246 strcpy( im->outfile, tmpf ); in flimage_write_via_filter()
251 remove( tmpf ); in flimage_write_via_filter()
[all …]
/dports/lang/slib/slib-3b6/
H A Dstrport.scm26 (let ((tmpf (tmpnam)))
27 (call-with-output-file tmpf f)
29 (call-with-input-file tmpf
41 (delete-file tmpf)
45 (let ((tmpf (tmpnam)))
46 (call-with-output-file tmpf
49 (let ((x (call-with-input-file tmpf f)))
50 (delete-file tmpf)
/dports/devel/p5-File-Util/File-Util-4.161950/t/
H A D006_io.t15 my $tmpf = $testbed . SL . 'tmptest';
61 my $tmpf = $testbed . SL . 'touched';
63 $f->touch( $tmpf );
65 my $result = $f->existent( $tmpf );
67 unlink $tmpf;
77 file => $tmpf,
103 filename => $tmpf,
107 return $f->load_file( $tmpf );
115 is sub { $f->trunc( $tmpf ); return -s $tmpf }->(), 0,
141 my $tmpf = $tempdir . SL . 'solaris';
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/
H A Dc_check206 $tmpf = new File::Temp( SUFFIX => '.c' , UNLINK => 1 );
209 print $tmpf "#include <msa.h>\n\n";
210 print $tmpf "void main(void){ __asm__ volatile($code); }\n";
212 $args = "$msa_flags -o $tmpf.o $tmpf";
220 unlink("$tmpf.o");
248 ($fh,$tmpf) = tempfile( SUFFIX => '.c' , UNLINK => 1 );
251 $args = " -march=skylake-avx512 -c -o $tmpf.o $tmpf";
253 $args = " -tp skylake -c -o $tmpf.o $tmpf";
262 unlink("$tmpf.o");
275 $args = " -c -o $tmpf.o $tmpf";
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Zftp/
H A Dzfget_match13 local tmpf=${TMPPREFIX}zfgm$$
14 zf_ln -fn =(<<<'') $tmpf || return 1
19 zftp ls -LF $dir >$tmpf
23 reply1=(${${(M)${${(f)"$(<$tmpf)"}##$dir}:#*/}%/})
24 reply2=(${${${${(f)"$(<$tmpf)"}##$dir}%\*}:#*/})
28 zftp dir $dir >$tmpf
29 reply1=(${(M)${(f)"$(<$tmpf)"}:#d([^[:space:]]##[[:space:]]##)(#c8)?##})
32 reply2=(${${(f)"$(<$tmpf)"}:#d([^[:space:]]##[[:space:]]##)(#c8)?##})
39 zftp ls "$1*$2" >$tmpf
40 reply=($(<$tmpf))
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dxmlschema.sh31 tmpf="changes_tmp.xml"
113 echo '<?xml version="1.0" encoding="ISO-8859-1"?>' > $tmpf
114 darcs log -s --xml-output --repodir=R >> $tmpf
115 xmllint --noout --schema $xsdf $tmpf || exit 1
117 echo '<?xml version="1.0" encoding="ISO-8859-1"?>' > $tmpf
118 darcs log --xml-output --repodir=R >> $tmpf
119 xmllint --noout --schema $xsdf $tmpf || exit 1
125 echo '<?xml version="1.0" encoding="ISO-8859-1"?>' > $tmpf
126 darcs log --xml-output -s --repodir=$repod >> $tmpf
127 xmllint --noout --schema $xsdf $tmpf || exit 1
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/araddon/gou/
H A Dlog_test.go12 tmpf, err := ioutil.TempFile("", "goutest")
16 defer os.Remove(tmpf.Name())
18 SetupLoggingFile(tmpf, "debug")
23 err = tmpf.Sync()
30 bytes, err := ioutil.ReadFile(tmpf.Name())
32 t.Errorf("error reading temp file[%s]: %v\n", tmpf.Name(), err)
38 t.Errorf("%s not found in logfile %s\n", logStr, tmpf.Name())
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/araddon/gou/gou-c797efecbb61/
H A Dlog_test.go12 tmpf, err := ioutil.TempFile("", "goutest")
16 defer os.Remove(tmpf.Name())
18 SetupLoggingFile(tmpf, "debug")
23 err = tmpf.Sync()
30 bytes, err := ioutil.ReadFile(tmpf.Name())
32 t.Errorf("error reading temp file[%s]: %v\n", tmpf.Name(), err)
38 t.Errorf("%s not found in logfile %s\n", logStr, tmpf.Name())
/dports/textproc/py-gensim/gensim-4.0.1/gensim/test/
H A Dtest_big.py48 tmpf = get_tmpfile('gensim_big.tst')
50 model.save(tmpf, ignore=['syn1'])
52 gensim.models.Word2Vec.load(tmpf)
56 tmpf = get_tmpfile('gensim_big.tst')
58 model.save(tmpf)
60 gensim.models.LsiModel.load(tmpf)
64 tmpf = get_tmpfile('gensim_big.tst')
66 model.save(tmpf)
68 gensim.models.LdaModel.load(tmpf)
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/alpha0ps/
H A Dalphagrad.c210 double tmpf; in f0r_set_param_value() local
220 if (tmpf!=p->poz) chg=1; in f0r_set_param_value()
221 p->poz=tmpf; in f0r_set_param_value()
225 if (tmpf!=p->wdt) chg=1; in f0r_set_param_value()
226 p->wdt=tmpf; in f0r_set_param_value()
230 if (tmpf!=p->tilt) chg=1; in f0r_set_param_value()
231 p->tilt=tmpf; in f0r_set_param_value()
235 if (tmpf!=p->min) chg=1; in f0r_set_param_value()
236 p->min=tmpf; in f0r_set_param_value()
240 if (tmpf!=p->max) chg=1; in f0r_set_param_value()
[all …]

12345678910>>...33