Searched refs:temp_dir (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/apr/file_io/unix/
H A Dtempdir.c24 static int test_tempdir(const char *temp_dir, apr_pool_t *p) argument
27 char *path = apr_pstrcat(p, temp_dir, "/apr-tmp.XXXXXX", NULL);
40 APR_DECLARE(apr_status_t) apr_temp_dir_get(const char **temp_dir,
127 *temp_dir = apr_pstrdup(p, dir);
/freebsd-10-stable/tests/sys/fifo/
H A Dfifo_create.c78 static char temp_dir[PATH_MAX]; variable
84 rmdir(temp_dir);
111 temp_dir);
155 temp_dir);
263 strcpy(temp_dir, "fifo_create.XXXXXXXXXXX");
264 if (mkdtemp(temp_dir) == NULL)
268 if (chdir(temp_dir) < 0)
H A Dfifo_open.c90 static char temp_dir[PATH_MAX]; variable
96 rmdir(temp_dir);
462 strcpy(temp_dir, "fifo_open.XXXXXXXXXXX");
463 if (mkdtemp(temp_dir) == NULL)
465 if (chdir(temp_dir) < 0)
466 err(-1, "chdir: %s", temp_dir);
H A Dfifo_misc.c54 static char temp_dir[PATH_MAX]; variable
60 rmdir(temp_dir);
322 strcpy(temp_dir, "fifo_misc.XXXXXXXXXXX");
323 if (mkdtemp(temp_dir) == NULL)
327 if (chdir(temp_dir) < 0)
328 err(-1, "chdir %s", temp_dir);
H A Dfifo_io.c91 static char temp_dir[PATH_MAX]; variable
97 rmdir(temp_dir);
1377 strcpy(temp_dir, "fifo_io.XXXXXXXXXXX");
1378 if (mkdtemp(temp_dir) == NULL)
1382 if (chdir(temp_dir) < 0)
1383 err(-1, "chdir %s", temp_dir);
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dpropedit-cmd.c115 const char *temp_dir;
144 SVN_ERR(svn_io_temp_dir(&temp_dir, pool));
147 opt_state->editor_cmd, temp_dir,
113 const char *temp_dir; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dpack.c257 const char *temp_dir; local
264 SVN_ERR(svn_io_temp_dir(&temp_dir, pool));
302 SVN_ERR(svn_io_open_unique_file3(&context->changes_file, NULL, temp_dir,
306 SVN_ERR(svn_io_open_unique_file3(&context->file_props_file, NULL, temp_dir,
310 SVN_ERR(svn_io_open_unique_file3(&context->dir_props_file, NULL, temp_dir,
321 SVN_ERR(svn_io_open_unique_file3(&context->reps_file, NULL, temp_dir,
338 const char *temp_dir; local
357 SVN_ERR(svn_io_temp_dir(&temp_dir, pool));
358 SVN_ERR(svn_io_open_unique_file3(&context->changes_file, NULL, temp_dir,
361 SVN_ERR(svn_io_open_unique_file3(&context->file_props_file, NULL, temp_dir,
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c700 char temp_dir[MAX_PATH - 64]; local
703 if (! GetTempPath(MAX_PATH - 64, temp_dir))
714 sprintf(filename, "%s%s%s.%s", temp_dir, prefix, time_str, ext);
H A Dio.c789 static const char *temp_dir;
808 SVN_ERR(svn_dirent_get_absolute(&temp_dir, dir, global_pool));
821 *dir = apr_pstrdup(pool, temp_dir);
787 static const char *temp_dir; variable
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dpack.c255 const char *temp_dir; local
261 SVN_ERR(svn_io_temp_dir(&temp_dir, pool));
299 SVN_ERR(svn_io_open_unique_file3(&context->changes_file, NULL, temp_dir,
303 SVN_ERR(svn_io_open_unique_file3(&context->file_props_file, NULL, temp_dir,
307 SVN_ERR(svn_io_open_unique_file3(&context->dir_props_file, NULL, temp_dir,
318 SVN_ERR(svn_io_open_unique_file3(&context->reps_file, NULL, temp_dir,
/freebsd-10-stable/contrib/apr/include/
H A Dapr_file_io.h957 * @param temp_dir The temp directory.
964 APR_DECLARE(apr_status_t) apr_temp_dir_get(const char **temp_dir,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c838 const char *temp_dir;
849 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir, mt->db, mt->wri_abspath,
852 temp_dir, base_name, ".tmp",
837 const char *temp_dir; local
H A Dconflicts.c1430 const char *temp_dir;
1441 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir, db,
1449 temp_dir, delete_when,
1429 const char *temp_dir; local
H A Ddeprecated.c614 const char *temp_dir;
622 err = svn_wc__get_tmpdir(&temp_dir, wc_ctx, local_abspath, pool, pool);
627 SVN_ERR(svn_io_open_unique_file3(fp, new_name, temp_dir,
613 const char *temp_dir; local

Completed in 238 milliseconds