Searched refs:tempfile (Results 76 - 89 of 89) sorted by relevance

1234

/freebsd-10.2-release/bin/pax/
H A Dtables.c345 if ((ffd = mkstemp(tempfile)) < 0) {
347 tempfile);
350 (void)unlink(tempfile);
1101 if ((dirfd = mkstemp(tempfile)) >= 0) {
1102 (void)unlink(tempfile);
1106 tempfile);
H A Dextern.h237 extern char *tempfile;
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c297 struct archive_string tempfile; local
332 archive_string_init(&tempfile);
333 archive_strcpy(&tempfile, tempdir);
334 archive_strcat(&tempfile, "tar.md.XXXXXX");
335 tempfd = mkstemp(tempfile.s);
348 if (copyfile(name, tempfile.s, 0, copyfile_flags | COPYFILE_PACK)) {
378 unlink(tempfile.s);
380 archive_string_free(&tempfile);
/freebsd-10.2-release/contrib/apr/
H A Dapr.mak1769 <<tempfile.bat
1780 <<tempfile.bat
1791 <<tempfile.bat
1802 <<tempfile.bat
1813 <<tempfile.bat
1824 <<tempfile.bat
1839 <<tempfile.bat
1851 <<tempfile.bat
1863 <<tempfile.bat
1875 <<tempfile
[all...]
H A Dlibapr.mak1901 <<tempfile.bat
1912 <<tempfile.bat
1923 <<tempfile.bat
1934 <<tempfile.bat
1945 <<tempfile.bat
1956 <<tempfile.bat
1971 <<tempfile.bat
1983 <<tempfile.bat
1995 <<tempfile.bat
2007 <<tempfile
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c986 svn_wc__internal_transmit_text_deltas(const char **tempfile,
1021 if (tempfile)
1027 SVN_ERR(svn_stream_open_unique(&tempstream, tempfile,
1121 if (tempfile)
1124 svn_io_remove_file2(*tempfile, TRUE, scratch_pool));
985 svn_wc__internal_transmit_text_deltas(const char **tempfile, const svn_checksum_t **new_text_base_md5_checksum, const svn_checksum_t **new_text_base_sha1_checksum, svn_wc__db_t *db, const char *local_abspath, svn_boolean_t fulltext, const svn_delta_editor_t *editor, void *file_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc.h531 svn_wc__internal_transmit_text_deltas(const char **tempfile,
H A Ddeprecated.c470 svn_wc_transmit_text_deltas2(const char **tempfile,
488 SVN_ERR(svn_wc__internal_transmit_text_deltas(tempfile,
509 const char **tempfile,
512 return svn_wc_transmit_text_deltas2(tempfile, NULL, path, adm_access,
522 const char **tempfile,
528 if (tempfile)
529 *tempfile = NULL;
469 svn_wc_transmit_text_deltas2(const char **tempfile, unsigned char digest[], const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t fulltext, const svn_delta_editor_t *editor, void *file_baton, apr_pool_t *pool) argument
503 svn_wc_transmit_text_deltas(const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t fulltext, const svn_delta_editor_t *editor, void *file_baton, const char **tempfile, apr_pool_t *pool) argument
516 svn_wc_transmit_prop_deltas(const char *path, svn_wc_adm_access_t *adm_access, const svn_wc_entry_t *entry, const svn_delta_editor_t *editor, void *baton, const char **tempfile, apr_pool_t *pool) argument
/freebsd-10.2-release/lib/libedit/
H A Dvi.c999 char tempfile[] = "/tmp/histedit.XXXXXXXXXX"; local
1007 fd = mkstemp(tempfile);
1017 unlink(tempfile);
1021 execlp("vi", "vi", tempfile, (char *)NULL);
1037 unlink(tempfile);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dblame.c429 since the tempfile will be removed by the pool and we need the tempfile
696 svn_stream_t *tempfile; local
727 SVN_ERR(svn_stream_open_unique(&tempfile, &temppath, NULL,
731 SVN_ERR(svn_stream_copy3(wcfile, tempfile, ctx->cancel_func,
/freebsd-10.2-release/contrib/dialog/samples/
H A Ddialog.py61 from tempfile import mktemp
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c56 store_delta(apr_file_t **tempfile, svn_filesize_t *len,
68 SVN_ERR(svn_io_open_unique_file3(tempfile, NULL, NULL,
71 temp_stream = svn_stream_from_aprfile2(*tempfile, TRUE, pool);
81 SVN_ERR(svn_io_file_seek(*tempfile, APR_CUR, &offset, pool));
84 return svn_io_file_seek(*tempfile, APR_SET, &offset, pool);
55 store_delta(apr_file_t **tempfile, svn_filesize_t *len, svn_fs_root_t *oldroot, const char *oldpath, svn_fs_root_t *newroot, const char *newpath, apr_pool_t *pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dio.c428 filename = "tempfile";
1468 Using svn_io_open_uniquely_named() here because other tempfile
4626 apr_file_t *tempfile;
4674 SVN_ERR(temp_file_create(&tempfile, &tempname, dirpath, flags,
4682 * .svn/tmp area and it's likely that the tempfile will end up being
4685 * expect to see 0644 or 0664. So we tweak perms of the tempfile in this
4689 SVN_ERR(merge_default_file_perms(tempfile, &perms, scratch_pool));
4690 SVN_ERR(file_perms_set2(tempfile, perms, scratch_pool));
4695 *file = tempfile;
4697 SVN_ERR(svn_io_file_close(tempfile, scratch_poo
4615 apr_file_t *tempfile; local
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_wc.h7662 * copy (and set @a *tempfile to NULL if appropriate), and return the
7685 * If @a tempfile is non-NULL, make a copy of @a path with keywords
7686 * and eol translated to repository-normal form, and set @a *tempfile to the
7698 svn_wc_transmit_text_deltas2(const char **tempfile,
7718 const char **tempfile,
7737 * adm_access baton and tempfile.
7740 * path to that file is returned in @a *tempfile (so the caller can
7743 * @note Starting version 1.5, no tempfile will ever be returned
7744 * anymore. If @a *tempfile is passed, its value is set to @c NULL.
7755 const char **tempfile,
[all...]

Completed in 174 milliseconds

1234