Home
last modified time | relevance | path

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

12

/freebsd-12.1/usr.bin/patch/
H A Dbackupfile.c56 char *dir, *base_versions, *tmp_file; in find_backup_file_name() local
61 tmp_file = strdup(file); in find_backup_file_name()
62 if (tmp_file == NULL) in find_backup_file_name()
64 base_versions = concat(basename(tmp_file), ".~"); in find_backup_file_name()
65 free(tmp_file); in find_backup_file_name()
68 tmp_file = strdup(file); in find_backup_file_name()
69 if (tmp_file == NULL) { in find_backup_file_name()
73 dir = dirname(tmp_file); in find_backup_file_name()
76 free(tmp_file); in find_backup_file_name()
81 free(tmp_file); in find_backup_file_name()
/freebsd-12.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-12.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-12.1/contrib/subversion/subversion/svn/
H A Dutil.c407 const char **tmp_file, in svn_cl__get_log_message() argument
468 *tmp_file = NULL; in svn_cl__get_log_message()
572 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool, in svn_cl__get_log_message()
635 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
645 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
H A Dcl.h653 const char **tmp_file,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DModuleCache.h65 const ModuleSpec &module_spec, const FileSpec &tmp_file,
/freebsd-12.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-12.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 Dshelve.c305 const char *tmp_file; in svn_client_shelve() local
308 SVN_ERR(svn_client__get_log_msg(&message, &tmp_file, commit_items, in svn_client_shelve()
H A Ddelete.c215 const char *tmp_file; in single_repos_delete() local
228 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in single_repos_delete()
H A Dcommit_util.c1960 const char **tmp_file, in svn_client__get_log_msg() argument
1969 return (*ctx->log_msg_func3)(log_msg, tmp_file, commit_items, in svn_client__get_log_msg()
2027 err = (*ctx->log_msg_func2)(log_msg, tmp_file, old_commit_items, in svn_client__get_log_msg()
2030 err = (*ctx->log_msg_func)(log_msg, tmp_file, old_commit_items, in svn_client__get_log_msg()
2039 *tmp_file = NULL; in svn_client__get_log_msg()
H A Dcommit.c805 const char *tmp_file; in svn_client_commit6() local
807 svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in svn_client_commit6()
H A Dadd.c1132 const char *tmp_file; in mkdir_urls() local
1146 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in mkdir_urls()
H A Dclient.h1050 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 Dcopy.c1751 const char *tmp_file; in repos_to_repos_copy() local
1796 SVN_ERR(svn_client__get_log_msg(&message, &tmp_file, commit_items, in repos_to_repos_copy()
2234 const char *tmp_file; in wc_to_repos_copy() local
2236 SVN_ERR(svn_client__get_log_msg(&message, &tmp_file, commit_items, in wc_to_repos_copy()
H A Dmtcc.c1400 const char *tmp_file; in svn_client__mtcc_commit() local
1407 SVN_ERR(svn_client__get_log_msg(&log_msg, &tmp_file, commit_items, in svn_client__mtcc_commit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp189 const ModuleSpec &module_spec, const FileSpec &tmp_file, in Put() argument
196 const auto tmp_file_path = tmp_file.GetPath(); in Put()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1366 apr_file_t *tmp_file; in svn_cmdline__edit_string_externally() local
1421 err = svn_io_open_uniquely_named(&tmp_file, &tmpfile_name, in svn_cmdline__edit_string_externally()
1443 err = svn_io_open_uniquely_named(&tmp_file, &tmpfile_name, in svn_cmdline__edit_string_externally()
1457 err = svn_io_file_write_full(tmp_file, translated_contents->data, in svn_cmdline__edit_string_externally()
1461 err = svn_error_compose_create(err, svn_io_file_close(tmp_file, pool)); in svn_cmdline__edit_string_externally()
/freebsd-12.1/contrib/byacc/test/
H A Dgrammar.y320 FILE *tmp_file; /* temporary file */ member
727 fputs(cur_text(), cur_file->tmp_file);
736 fputs(" =", cur_file->tmp_file);
/freebsd-12.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-12.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c350 FILE *tmp_file; /* temporary file */ member
1663 fputs(cur_text(), cur_file->tmp_file); in YYPARSE_DECL()
1674 fputs(" =", cur_file->tmp_file); in YYPARSE_DECL()
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c370 FILE *tmp_file; /* temporary file */ member
2389 fputs(cur_text(), cur_file->tmp_file); in YYPARSE_DECL()
2400 fputs(" =", cur_file->tmp_file); in YYPARSE_DECL()

12