Searched refs:tmp_file (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_mixed.ksh44 log_must rm -f "$tmp_file"
52 tmp_file=$mntpnt/file
58 log_must dd if=/dev/zero of=$tmp_file bs=$bs count=$blocks
61 log_must eval "fio --filename=$tmp_file --name=buffer-write \
67 log_must eval "fio --filename=$tmp_file --name=buffer-read \
73 log_must eval "fio --filename=$tmp_file --name=mmap-write \
79 log_must eval "fio --filename=$tmp_file --name=mmap-read \
/freebsd-current/usr.bin/patch/
H A Dbackupfile.c54 char *dir, *base_versions, *tmp_file; local
59 tmp_file = strdup(file);
60 if (tmp_file == NULL)
62 base_versions = concat(basename(tmp_file), ".~");
63 free(tmp_file);
66 tmp_file = strdup(file);
67 if (tmp_file == NULL) {
71 dir = dirname(tmp_file);
74 free(tmp_file);
79 free(tmp_file);
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h62 const ModuleSpec &module_spec, const FileSpec &tmp_file,
/freebsd-current/tests/sys/aio/
H A Daio_kqueue_test.c69 int tmp_file = 0; local
93 tmp_file = 1;
225 if (tmp_file)
H A Dlio_kqueue_test.c69 int tmp_file = 0, failed = 0; local
89 tmp_file = 1;
230 if (tmp_file)
/freebsd-current/usr.bin/sort/
H A Dfile.h107 void tmp_file_atexit(const char *tmp_file);
H A Dfile.c129 tmp_file_atexit(const char *tmp_file) argument
132 if (tmp_file) {
136 item->fn = sort_strdup(tmp_file);
/freebsd-current/contrib/ee/
H A Dee.c196 char *tmp_file; /* temporary file name */ variable
1712 tmp_file = resolve_name(cmd_str);
1713 write_file(tmp_file, 1);
1714 if (tmp_file != cmd_str)
1715 free(tmp_file);
1728 tmp_file = cmd_str;
1730 tmp_file = resolve_name(cmd_str);
1732 if (tmp_file != cmd_str)
1733 free(tmp_file);
2160 in_file_name = tmp_file
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp192 const ModuleSpec &module_spec, const FileSpec &tmp_file,
199 const auto tmp_file_path = tmp_file.GetPath();
191 Put(const FileSpec &root_dir_spec, const char *hostname, const ModuleSpec &module_spec, const FileSpec &tmp_file, const FileSpec &target_file) argument
/freebsd-current/contrib/byacc/test/
H A Dgrammar.y321 FILE *tmp_file; /* temporary file */
728 fputs(cur_text(), cur_file->tmp_file);
737 fputs(" =", cur_file->tmp_file);
/freebsd-current/contrib/byacc/test/yacc/
H A Dgrammar.tab.c351 FILE *tmp_file; /* temporary file */ member in struct:__anon126
1711 fputs(cur_text(), cur_file->tmp_file);
1723 fputs(" =", cur_file->tmp_file);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp249 FileSpec tmp_file;
258 if (tmp_file)
259 return tmp_file;
268 return tmp_file;
274 tmp_file.SetPath(name);
275 return tmp_file;
/freebsd-current/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c371 FILE *tmp_file; /* temporary file */ member in struct:__anon66
2438 fputs(cur_text(), cur_file->tmp_file);
2450 fputs(" =", cur_file->tmp_file);

Completed in 144 milliseconds