| /freebsd-13.1/usr.bin/patch/ |
| H A D | backupfile.c | 55 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 D | aio_kqueue_test.c | 71 int tmp_file = 0; in main() local 95 tmp_file = 1; in main() 228 if (tmp_file) in main()
|
| H A D | lio_kqueue_test.c | 71 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 D | ee.c | 1713 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 D | ModuleCache.h | 62 const ModuleSpec &module_spec, const FileSpec &tmp_file,
|
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | util.c | 409 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 D | shelf2-cmd.c | 522 const char *tmp_file; in shelve() local 527 SVN_ERR(ctx->log_msg_func3(&message, &tmp_file, commit_items, in shelve()
|
| H A D | cl.h | 765 const char **tmp_file,
|
| H A D | shelf-cmd.c | 522 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 D | file.h | 108 void tmp_file_atexit(const char *tmp_file);
|
| H A D | file.c | 139 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 D | import.c | 874 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 D | delete.c | 216 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 D | commit_util.c | 1980 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 D | commit.c | 900 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 D | add.c | 1133 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 D | client.h | 1017 const char **tmp_file,
|
| H A D | prop_commands.c | 204 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 D | mtcc.c | 1401 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 D | copy.c | 1744 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 D | ModuleCache.cpp | 191 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 D | cmdline.c | 1528 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 D | grammar.y | 321 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 D | svnmucc.c | 416 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 D | grammar.tab.c | 351 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()
|