Home
last modified time | relevance | path

Searched refs:cvs_temp_file (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dpatch.c549 if ((fp1 = cvs_temp_file (&tmpfile1)) == NULL) in patch_fileproc()
558 if ((fp2 = cvs_temp_file (&tmpfile2)) == NULL) in patch_fileproc()
567 if ((fp3 = cvs_temp_file (&tmpfile3)) == NULL) in patch_fileproc()
H A Dfilesubr.c714 fp = cvs_temp_file (&fn); in cvs_temp_name()
744 cvs_temp_file (char **filename) in cvs_temp_file() function
H A Dlogmsg.c218 if( ( fp = cvs_temp_file( &fname ) ) == NULL ) in do_editor()
893 if ((fp = cvs_temp_file (&(vpd->fname))) == NULL) in verifymsg_proc()
H A Dlogin.c387 if ((tmp_fp = cvs_temp_file (&tmp_name)) == NULL) in password_entry_operation()
H A Dlog-buffer.c88 lb->log = cvs_temp_file (&lb->back_fn); in log_buffer_force_file()
H A Dcvs.h528 FILE *cvs_temp_file (char **filename);
H A Dimport.c360 if ((logfp = cvs_temp_file (&tmpfile)) == NULL) in import()
H A Dacl.c1825 accessfpout = cvs_temp_file (&tmpaccessout); in write_perms()
H A Dcommit.c632 fp = cvs_temp_file (&fname); in commit()
H A DChangeLog240 * filesubr.c (cvs_temp_file): Use get_cvs_tmp_dir.
1138 * filesubr.c (deep_remove_dir, cvs_temp_file): Ditto.
6015 * filesubr.c (cvs_temp_file): Replace a chmod 0600, which shouldn't
6046 * filesubr.c (cvs_temp_file): Expand comments. Check for glibc version
6051 * logmsg.c (do_editor): Use cvs_temp_file rather than cvs_temp_name to
6543 * filesubr.c (cvs_temp_file): Tidy a comment.
9784 * filesubr.c (cvs_temp_file): back out the previous change in the
9789 * filesubr.c (cvs_temp_file): refine the exit behavior to notice if
9795 * filesubr.c (cvs_temp_file): fixed a garble or two, added some
9800 * filesubr.c (cvs_temp_file): added cvs_temp_file
[all …]
/netbsd-src/external/gpl2/xcvs/dist/
H A DTESTS246 the cvs_temp_file function.
248 by cvs_temp_file (always set to `$TMPDIR/$tempfile').
H A DTODO762 201. cvs_temp_file should be creating temporary files in a privately owned
H A DChangeLog3885 * TODO: Add note about cvs_temp_file.
4101 new cvs_temp_file function.