Home
last modified time | relevance | path

Searched refs:remove_file (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog-9194188 * commit.c (remove_file): correct another static buffer problem.
315 * commit.c (remove_file): actually allocate space for the
390 * commit.c (remove_file): fix for files removed in trunk
393 * commit.c (remove_file): initialize some variables. Otherwise we
407 * commit.c (remove_file): when checking in a dead revision to a
435 (remove_file): add message and list of srcfiles to calling
H A Dcommit.c50 static int remove_file PROTO ((struct file_info *finfo, char *tag,
1342 err = remove_file (finfo, ci->tag, saved_message);
1621 remove_file (finfo, tag, message) in remove_file() function
H A DChangeLog-96272 * commit.c (remove_file, commit_filesdoneproc), run.c (run_print,
785 * commit.c (remove_file): supply new argument to RCS_checkout.
1086 * commit.c (remove_file): Pass explicit file name to
1112 (remove_file): Update RCSNode path if the file is renamed.
1197 (remove_file): Remove rcs local variable. Require that finfo->rcs
1727 * commit.c (remove_file): Pass RCS_FLAGS_QUIET to RCS_checkin.
2139 * checkin.c (Checkin), commit.c (finaladd, remove_file), update.c
2342 * commit.c (remove_file): Pass noerr as 0 to RCS_checkout.
3486 * commit.c (remove_file): Remove unused variable p.
H A DChangeLog-93951616 (remove_file, checkaddfile): Use CVS_MKDIR instead of mkdir.
1996 * import.c (add_rev), commit.c (remove_file, ci_new_rev),
2890 * rcs.c (RCS_parsercsfile_i), commit.c (remove_file, checkaddfile)
2903 (remove_file, checkaddfile) [CVSDEA]: Use them instead of ci -K.
2912 * commit.c (remove_file): Call Scratch_Entry when removing tag
3191 * commit.c (remove_file,checkaddfile): Change type of umask
3537 (remove_file): If server_active, remove file before creating
H A DChangeLog-97790 * commit.c (remove_file): Updated caller.
807 * commit.c (remove_file): Update caller. Also call RCS_rewrite
813 * commit.c (remove_file): Call RCS_rewrite after calling RCS_setbranch.
822 (remove_file): Same. Call RCS_lock quietly.
1202 * commit.c (remove_file), rcs.c (RCS_getversion), rtag.c
H A DChangeLog1863 * commit.c (remove_file): Call history_write with update_dir NULL
3501 * commit.c (remove_file, checkaddfile): Call it.
3527 * commit.c (remove_file): Check for errors from CVS_MKDIR and
3529 (remove_file): No need to remove the file in the temporary
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_xgmi.c448 goto remove_file; in amdgpu_xgmi_sysfs_add_dev_info()
466 remove_file: in amdgpu_xgmi_sysfs_add_dev_info()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1189 remove_file(dst)
1197 remove_file(log_file)
2608 remove_file(file)
2615 def remove_file(file, num_retries=1, sleep_duration=0.5): function