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

12

/freebsd-11-stable/usr.bin/patch/
H A Dbackupfile.c55 char *dir, *base_versions, *tmp_file; local
60 tmp_file = strdup(file);
61 if (tmp_file == NULL)
63 base_versions = concat(basename(tmp_file), ".~");
64 free(tmp_file);
67 tmp_file = strdup(file);
68 if (tmp_file == NULL) {
72 dir = dirname(tmp_file);
75 free(tmp_file);
80 free(tmp_file);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h62 const ModuleSpec &module_spec, const FileSpec &tmp_file,
/freebsd-11-stable/tests/sys/aio/
H A Daio_kqueue_test.c71 int tmp_file = 0; local
95 tmp_file = 1;
221 if (tmp_file)
H A Dlio_kqueue_test.c71 int tmp_file = 0, failed = 0; local
91 tmp_file = 1;
235 if (tmp_file)
/freebsd-11-stable/usr.bin/sort/
H A Dfile.h108 void tmp_file_atexit(const char *tmp_file);
H A Dfile.c139 tmp_file_atexit(const char *tmp_file) argument
142 if (tmp_file) {
146 item->fn = sort_strdup(tmp_file);
/freebsd-11-stable/contrib/groff/contrib/gdiffmk/tests/
H A Druntests.in11 rm -fv test_result* tmp_file*
20 clean Remove the test_result? and tmp_file? files.
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c98 static char tmp_file[MAXPATHLEN]; variable
163 if (tmp_file[0] != '\0')
164 unlink(tmp_file);
439 snprintf(tmp_file, sizeof tmp_file, "%s.tmp", cat);
448 if (rename(tmp_file, cat) < 0)
450 tmp_file[0] = '\0';
/freebsd-11-stable/contrib/ee/
H A Dee.c199 char *tmp_file; /* temporary file name */ variable
1710 tmp_file = resolve_name(cmd_str);
1711 write_file(tmp_file, 1);
1712 if (tmp_file != cmd_str)
1713 free(tmp_file);
1726 tmp_file = cmd_str;
1728 tmp_file = resolve_name(cmd_str);
1730 if (tmp_file != cmd_str)
1731 free(tmp_file);
2168 in_file_name = tmp_file
[all...]
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c118 static char tmp_file[MAXPATHLEN]; /* path of temporary file, if any */ variable
319 if (tmp_file[0] != '\0')
320 unlink(tmp_file);
348 snprintf(tmp_file, sizeof tmp_file, "%s.tmp", name);
349 name = tmp_file;
387 rename(tmp_file, name);
388 unlink(tmp_file);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp191 const ModuleSpec &module_spec, const FileSpec &tmp_file,
198 const auto tmp_file_path = tmp_file.GetPath();
190 Put(const FileSpec &root_dir_spec, const char *hostname, const ModuleSpec &module_spec, const FileSpec &tmp_file, const FileSpec &target_file) argument
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dutil.c411 const char **tmp_file,
472 *tmp_file = NULL;
576 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool,
639 *tmp_file = lmb->tmpfile_left = NULL;
649 *tmp_file = lmb->tmpfile_left = NULL;
408 svn_cl__get_log_message(const char **log_msg, const char **tmp_file, const apr_array_header_t *commit_items, void *baton, apr_pool_t *pool) argument
H A Dcl.h775 const char **tmp_file,
H A Dshelf-cmd.c522 const char *tmp_file; local
527 SVN_ERR(ctx->log_msg_func3(&message, &tmp_file, commit_items,
H A Dshelf2-cmd.c522 const char *tmp_file; local
527 SVN_ERR(ctx->log_msg_func3(&message, &tmp_file, commit_items,
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y320 FILE *tmp_file; /* temporary file */
727 fputs(cur_text(), cur_file->tmp_file);
736 fputs(" =", cur_file->tmp_file);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddelete.c218 const char *tmp_file;
231 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items,
216 const char *tmp_file; local
H A Dimport.c876 const char *tmp_file;
887 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items,
891 if (tmp_file)
894 SVN_ERR(svn_dirent_get_absolute(&abs_path, tmp_file, scratch_pool));
874 const char *tmp_file; local
H A Dcommit_util.c1981 const char **tmp_file,
1990 return (*ctx->log_msg_func3)(log_msg, tmp_file, commit_items,
2048 err = (*ctx->log_msg_func2)(log_msg, tmp_file, old_commit_items,
2051 err = (*ctx->log_msg_func)(log_msg, tmp_file, old_commit_items,
2060 *tmp_file = NULL;
1979 svn_client__get_log_msg(const char **log_msg, const char **tmp_file, const apr_array_header_t *commit_items, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Dclient.h1017 const char **tmp_file,
H A Dadd.c1135 const char *tmp_file;
1149 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items,
1133 const char *tmp_file; local
H A Dcommit.c902 const char *tmp_file;
904 svn_client__get_log_msg(&log_msg, &tmp_file, commit_items,
900 const char *tmp_file; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1528 apr_file_t *tmp_file; local
1583 err = svn_io_open_uniquely_named(&tmp_file, &tmpfile_name,
1605 err = svn_io_open_uniquely_named(&tmp_file, &tmpfile_name,
1619 err = svn_io_file_write_full(tmp_file, translated_contents->data,
1623 err = svn_error_compose_create(err, svn_io_file_close(tmp_file, pool));
/freebsd-11-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c416 const char **tmp_file,
423 *tmp_file = NULL;
415 log_message_func(const char **log_msg, const char **tmp_file, const apr_array_header_t *commit_items, void *baton, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c350 FILE *tmp_file; /* temporary file */ member in struct:__anon223
1663 fputs(cur_text(), cur_file->tmp_file);
1674 fputs(" =", cur_file->tmp_file);

Completed in 226 milliseconds

12