| /freebsd-12.1/usr.bin/patch/ |
| H A D | backupfile.c | 56 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 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-12.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-12.1/contrib/subversion/subversion/svn/ |
| H A D | util.c | 407 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 D | cl.h | 653 const char **tmp_file,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ModuleCache.h | 65 const ModuleSpec &module_spec, const FileSpec &tmp_file,
|
| /freebsd-12.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-12.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 | shelve.c | 305 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 D | delete.c | 215 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 D | commit_util.c | 1960 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 D | commit.c | 805 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 D | add.c | 1132 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 D | client.h | 1050 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 | copy.c | 1751 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 D | mtcc.c | 1400 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 D | ModuleCache.cpp | 189 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 D | cmdline.c | 1366 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 D | grammar.y | 320 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 D | svnmucc.c | 416 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 D | grammar.tab.c | 350 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 D | grammar.tab.c | 370 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()
|