Searched refs:tmpfile (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted.kshlib219 typeset tmpfile="$tmpdir/get_file.out"
229 log_must eval "get_diff $file1 $file2 >$tmpfile"
230 typeset range="$(cat $tmpfile)"
/freebsd-13-stable/lib/libc/stdio/
H A DMakefile.inc23 tempnam.c tmpfile.c \
88 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3
/freebsd-13-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c34 out = tmpfile();
/freebsd-13-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1666 typeset tmpfile=$TMPDIR/pool_status.${TESTCASE_ID}
1667 $ZPOOL status -x $pool > ${tmpfile}
1668 echo $tmpfile
1732 typeset tmpfile=$(pool_error_file $pool)
1734 cat $tmpfile
1736 typeset -i errs=$(pool_errors_from_file $tmpfile $vdev)
1747 typeset tmpfile=$(pool_error_file $pool)
1749 cat $tmpfile
1751 typeset -i errs=$(pool_errors_from_file $tmpfile)
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua346 files[tmpname] = io.tmpfile()
347 files[dcltmpname] = io.tmpfile()
392 local function read_file(tmpfile)
393 if files[tmpfile] == nil then
394 print("Not found: " .. tmpfile)
398 local fh = files[tmpfile]
403 local function write_line(tmpfile, line)
404 if files[tmpfile] == nil then
405 print("Not found: " .. tmpfile)
408 files[tmpfile]
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in249 'tmpfile/setup': ['SKIP', tmpfile_reason],
/freebsd-13-stable/usr.bin/csplit/
H A Dcsplit.c390 if ((ofp = tmpfile()) == NULL)
391 err(1, "tmpfile");
/freebsd-13-stable/include/
H A Dstdio.h288 FILE *tmpfile(void);
/freebsd-13-stable/contrib/byacc/
H A Dmain.c622 * tmpfile() should be adequate, except that it may require special privileges
690 result = tmpfile();
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c297 p->f = tmpfile();
743 {"tmpfile", io_tmpfile},
/freebsd-13-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-13-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-13-stable/tests/sys/kern/
H A Dptrace_test.c3438 char tmpfile[64]; local
3447 (void)snprintf(tmpfile, sizeof(tmpfile), "./ptrace.XXXXXX");
3448 fd = mkstemp(tmpfile);
3460 cfd = open(tmpfile, O_RDONLY);
3506 REQUIRE_EQ(unlink(tmpfile), 0);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1739 TSAN_INTERCEPTOR(void*, tmpfile, int fake) {
1740 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake);
1741 void *res = REAL(tmpfile)(fake);
2743 TSAN_INTERCEPT(tmpfile);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c745 .tmpfile = zpl_tmpfile,
/freebsd-13-stable/usr.bin/pr/
H A Dpr.c1618 if ((err = tmpfile()) == NULL) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp129 FILE *file = llvm::sys::RetryAfterSignal(nullptr, ::tmpfile);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1846 FILE *ofp = tmpfile();
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp11847 // Windows's implementation of std::tmpfile is terrible (it tries
11963 m_file = std::tmpfile();

Completed in 247 milliseconds

123