Home
last modified time | relevance | path

Searched refs:tmp_stem (Results 1 – 4 of 4) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dlocal-cache.c194 t_uchar * tmp_stem = 0; in arch_find_or_make_tmp_local_copy() local
197 tmp_stem = str_alloc_cat_many (0, ",,", revision, "--", archive, str_end); in arch_find_or_make_tmp_local_copy()
198 tmp_path = tmp_file_name (tmp_dir, tmp_stem); in arch_find_or_make_tmp_local_copy()
212 lim_free (0, tmp_stem); in arch_find_or_make_tmp_local_copy()
H A Dimport.c146 t_uchar * tmp_stem = 0; in arch_prepare_import_pristine() local
166 tmp_stem = str_alloc_cat_many (0, ",,import.", version, "--base-0--", archive, str_end); in arch_prepare_import_pristine()
167 tmp_path = tmp_file_name (tree_root, tmp_stem); in arch_prepare_import_pristine()
356 lim_free (0, tmp_stem); in arch_prepare_import_pristine()
H A Dcommit.c196 t_uchar * tmp_stem = 0; in arch_prepare_commit_changeset() local
232 tmp_stem = str_alloc_cat_many (0, ",,commit.", revision, "--", archive, str_end); in arch_prepare_commit_changeset()
233 tmp_path = tmp_file_name (tree_root, tmp_stem); in arch_prepare_commit_changeset()
551 lim_free (0, tmp_stem); in arch_prepare_commit_changeset()
H A Darchive.c1176 t_uchar * tmp_stem = 0; in make_tmp_tar_archive() local
1186 tmp_stem = str_alloc_cat_many (0, ",,", dir_tail, ".tar.gz", str_end); in make_tmp_tar_archive()
1187 tmp_in_cwd = tmp_file_name (".", tmp_stem); in make_tmp_tar_archive()
1266 lim_free (0, tmp_stem); in make_tmp_tar_archive()