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

/freebsd-10.3-release/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.3-release/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_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_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_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.3-release/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.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c699 char temp_dir[MAX_PATH - 64]; local
702 if (! GetTempPath(MAX_PATH - 64, temp_dir))
713 sprintf(filename, "%s%s%s.%s", temp_dir, prefix, time_str, ext);
H A Dio.c723 static const char *temp_dir;
742 SVN_ERR(svn_dirent_get_absolute(&temp_dir, dir, global_pool));
755 *dir = apr_pstrdup(pool, temp_dir);
721 static const char *temp_dir; variable
/freebsd-10.3-release/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.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c830 const char *temp_dir;
841 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir, mt->db, mt->wri_abspath,
844 temp_dir, base_name, ".tmp",
829 const char *temp_dir; local
H A Dconflicts.c1580 const char *temp_dir;
1597 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir, db,
1601 temp_dir, svn_io_file_del_none,
2445 const char *temp_dir;
2453 SVN_ERR(svn_wc__db_temp_wcroot_tempdir(&temp_dir, db,
2459 temp_dir,
1579 const char *temp_dir; local
2443 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 155 milliseconds