Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-13.1/usr.bin/patch/
H A Dbackupfile.c55 char *dir, *base_versions, *tmp_file; in find_backup_file_name() local
60 tmp_file = strdup(file); in find_backup_file_name()
61 if (tmp_file == NULL) in find_backup_file_name()
63 base_versions = concat(basename(tmp_file), ".~"); in find_backup_file_name()
64 free(tmp_file); in find_backup_file_name()
67 tmp_file = strdup(file); in find_backup_file_name()
68 if (tmp_file == NULL) { in find_backup_file_name()
72 dir = dirname(tmp_file); in find_backup_file_name()
75 free(tmp_file); in find_backup_file_name()
80 free(tmp_file); in find_backup_file_name()
/freebsd-13.1/tests/sys/aio/
H A Daio_kqueue_test.c71 int tmp_file = 0; in main() local
95 tmp_file = 1; in main()
228 if (tmp_file) in main()
H A Dlio_kqueue_test.c71 int tmp_file = 0, failed = 0; in main() local
91 tmp_file = 1; in main()
235 if (tmp_file) in main()
/freebsd-13.1/contrib/ee/
H A Dee.c1713 free(tmp_file);
1726 tmp_file = cmd_str;
1731 free(tmp_file);
2201 get_file(tmp_file); in check_fp()
2229 if ((tmp_file != NULL) && (*tmp_file != '\0')) in check_fp()
2423 file_name = tmp_file; in finish()
3771 if (tmp_file != string)
3772 free(tmp_file);
3781 free(tmp_file);
3813 string = tmp_file;
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h62 const ModuleSpec &module_spec, const FileSpec &tmp_file,
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dutil.c409 const char **tmp_file, in svn_cl__get_log_message() argument
470 *tmp_file = NULL; in svn_cl__get_log_message()
574 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool, in svn_cl__get_log_message()
637 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
647 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
H A Dshelf2-cmd.c522 const char *tmp_file; in shelve() local
527 SVN_ERR(ctx->log_msg_func3(&message, &tmp_file, commit_items, in shelve()
H A Dcl.h765 const char **tmp_file,
H A Dshelf-cmd.c522 const char *tmp_file; in shelve() local
527 SVN_ERR(ctx->log_msg_func3(&message, &tmp_file, commit_items, in shelve()
/freebsd-13.1/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) in tmp_file_atexit() argument
142 if (tmp_file) { in tmp_file_atexit()
146 item->fn = sort_strdup(tmp_file); in tmp_file_atexit()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dimport.c874 const char *tmp_file; in svn_client_import5() local
885 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in svn_client_import5()
889 if (tmp_file) in svn_client_import5()
892 SVN_ERR(svn_dirent_get_absolute(&abs_path, tmp_file, scratch_pool)); in svn_client_import5()
H A Ddelete.c216 const char *tmp_file; in single_repos_delete() local
229 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in single_repos_delete()
H A Dcommit_util.c1980 const char **tmp_file, in svn_client__get_log_msg() argument
1989 return (*ctx->log_msg_func3)(log_msg, tmp_file, commit_items, in svn_client__get_log_msg()
2047 err = (*ctx->log_msg_func2)(log_msg, tmp_file, old_commit_items, in svn_client__get_log_msg()
2050 err = (*ctx->log_msg_func)(log_msg, tmp_file, old_commit_items, in svn_client__get_log_msg()
2059 *tmp_file = NULL; in svn_client__get_log_msg()
H A Dcommit.c900 const char *tmp_file; in svn_client_commit6() local
902 svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in svn_client_commit6()
H A Dadd.c1133 const char *tmp_file; in mkdir_urls() local
1147 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in mkdir_urls()
H A Dclient.h1017 const char **tmp_file,
H A Dprop_commands.c204 const char *tmp_file; in propset_on_url() local
212 SVN_ERR(svn_client__get_log_msg(&message, &tmp_file, commit_items, in propset_on_url()
H A Dmtcc.c1401 const char *tmp_file; in svn_client__mtcc_commit() local
1408 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in svn_client__mtcc_commit()
H A Dcopy.c1744 const char *tmp_file; in repos_to_repos_copy() local
1789 SVN_ERR(svn_client__get_log_msg(&message, &tmp_file, commit_items, in repos_to_repos_copy()
2225 const char *tmp_file; in wc_to_repos_copy() local
2227 SVN_ERR(svn_client__get_log_msg(&message, &tmp_file, commit_items, in wc_to_repos_copy()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp191 const ModuleSpec &module_spec, const FileSpec &tmp_file, in Put() argument
198 const auto tmp_file_path = tmp_file.GetPath(); in Put()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1528 apr_file_t *tmp_file; in svn_cmdline__edit_string_externally() local
1583 err = svn_io_open_uniquely_named(&tmp_file, &tmpfile_name, in svn_cmdline__edit_string_externally()
1605 err = svn_io_open_uniquely_named(&tmp_file, &tmpfile_name, in svn_cmdline__edit_string_externally()
1619 err = svn_io_file_write_full(tmp_file, translated_contents->data, in svn_cmdline__edit_string_externally()
1623 err = svn_error_compose_create(err, svn_io_file_close(tmp_file, pool)); in svn_cmdline__edit_string_externally()
/freebsd-13.1/contrib/byacc/test/
H A Dgrammar.y321 FILE *tmp_file; /* temporary file */ member
728 fputs(cur_text(), cur_file->tmp_file);
737 fputs(" =", cur_file->tmp_file);
/freebsd-13.1/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c416 const char **tmp_file, in log_message_func() argument
423 *tmp_file = NULL; in log_message_func()
/freebsd-13.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c351 FILE *tmp_file; /* temporary file */ member
1666 fputs(cur_text(), cur_file->tmp_file); in YYPARSE_DECL()
1677 fputs(" =", cur_file->tmp_file); in YYPARSE_DECL()

12