Searched refs:tmpfile (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch187 $tmpfile = "/tmp/ntpstat.$$";
209 unlink($tmpfile);
223 unlink($tmpfile);
310 ($c eq 'exit') && (unlink($tmpfile),die("$0: exit by config request\n"));
508 ($doplot .= sprintf($fmt,$c,$tmpfile,2,
515 ($doplot .= sprintf($fmt,$c,$tmpfile,4,
528 ($doplot .= sprintf($fmt,$c,$tmpfile,3,
1452 unlink($tmpfile);
1456 @filepos = &genfile($samples,$srcprefix,$tmpfile,$lo,$lf,@filepos);
1479 unlink($tmpfile);
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c34 out = tmpfile();
/freebsd-11-stable/lib/libc/stdio/
H A DMakefile.inc23 tempnam.c tmpfile.c \
88 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c390 if ((ofp = tmpfile()) == NULL)
391 err(1, "tmpfile");
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp358 f = tmpfile();
384 // since it is created by tmpfile()
H A Dlbp.h182 /* vdmoutput = tmpfile();*/
204 if (vdmoutput == NULL) vdminit(tmpfile());
/freebsd-11-stable/contrib/byacc/
H A Dmain.c567 * tmpfile() should be adequate, except that it may require special privileges
633 result = tmpfile();
/freebsd-11-stable/include/
H A Dstdio.h287 FILE *tmpfile(void);
/freebsd-11-stable/contrib/lua/src/
H A Dliolib.c288 p->f = tmpfile();
709 {"tmpfile", io_tmpfile},
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1872 cp "${BASEDIR}/${F}" tmpfile
1873 if [ `sha256 -q tmpfile` != ${HASH} ]; then
1880 gzip -c < tmpfile > files/${HASH}.gz
1881 rm tmpfile
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c4907 char tmpfile[1024]; local
4942 if((size_t)strlen(zfilename) + 16 > sizeof(tmpfile)) {
4948 snprintf(tmpfile, sizeof(tmpfile), "%s.tmp%u", zfilename,
4952 if(!auth_zone_write_chunks(xfr, tmpfile)) {
4953 unlink(tmpfile);
4957 } else if(!auth_zone_write_file(z, tmpfile)) {
4958 unlink(tmpfile);
4962 if(rename(tmpfile, zfilename) < 0) {
4963 log_err("could not rename(%s, %s): %s", tmpfile, zfilenam
[all...]
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c3420 char tmpfile[64]; local
3429 (void)snprintf(tmpfile, sizeof(tmpfile), "./ptrace.XXXXXX");
3430 fd = mkstemp(tmpfile);
3442 cfd = open(tmpfile, O_RDONLY);
3488 ATF_REQUIRE(unlink(tmpfile) == 0);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c431 dw->dvi.tmpFile = tmpfile();
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c1616 if ((err = tmpfile()) == NULL) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1735 TSAN_INTERCEPTOR(void*, tmpfile, int fake) {
1736 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake);
1737 void *res = REAL(tmpfile)(fake);
2739 TSAN_INTERCEPT(tmpfile);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1167 extern FILE * tmpfile(void);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp72 FILE *file = llvm::sys::RetryAfterSignal(nullptr, ::tmpfile);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1889 FILE *ofp = tmpfile();

Completed in 307 milliseconds

12