Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/cvs/src/
Dcheckin.c68 switch (RCS_checkin (finfo->rcs, finfo->file, message, rev, 0,
Drcs.h233 int RCS_checkin PROTO ((RCSNode *rcs, const char *workfile,
DChangeLog-973 * rcs.c (RCS_checkin): Use gmtime() instead of localtime()
54 * rcs.c (RCS_checkin): Disable keyword expansion when generating
326 RCS_checkin and "could not diff" in RCS_delete_revs).
355 * rcs.c (RCS_checkin): Initialize `commitpt'.
364 (RCS_checkin): Fix call to pass correct number of arguments.
483 * rcs.c (RCS_checkin): Actually, when we get a change text
487 * rcs.c (RCS_checkin): Pass correct mode to get_file for
541 * rcs.c (RCS_checkin): Change type of bufsize from int to size_t.
552 * rcs.c (RCS_checkin): When checking if we were holding the lock
571 * rcs.c (RCS_checkin, RCS_lock, RCS_unlock): Rename local variable
[all …]
Dcommit.c1741 retcode = RCS_checkin (finfo->rcs, finfo->file, message, rev, 0,
2117 retcode = RCS_checkin (rcs, NULL, tmp, NULL, 0,
2224 retcode = RCS_checkin (rcs, NULL, tmp, revnum, headtime,
DChangeLog300 * rcs.c (RCS_checkin): Add assert (tip).
773 * patch.c (patch_fileproc, RCS_checkin, RCS_delete_revs), rcscmds.c
897 (RCS_deltas, RCS_checkin, RCS_addbranch, do_locks, do_symbols),
1135 * rcs.c (RCS_checkin): Add citime argument.
1136 * rcs.h (RCS_checkin): Ditto.
1137 * checkin.c (Checkin): Pass new RCS_checkin argument.
1620 expand_keywords, RCS_checkout, RCS_addbranch, RCS_checkin, RCS_lock,
2053 * rcs.c (RCS_checkin): Ditto.
2918 * checkin.c (Checkin): Pass work file name to RCS_checkin so that this
3659 * rcs.c (RCS_checkin): Fix bad call to error () in buggy
[all …]
Dimport.c768 status = RCS_checkin (rcs, tocvsPath == NULL ? vfile : tocvsPath,
DChangeLog-961087 RCS_fast_checkout and RCS_checkin.
1724 * rcscmds.c (RCS_checkin): Remove noerr parameter. Change all
1726 * cvs.h (RCS_checkin): Update declaration.
1727 * commit.c (remove_file): Pass RCS_FLAGS_QUIET to RCS_checkin.
3942 * rcscmds.c, cvs.h (RCS_checkin): New function.
Drcs.c5057 RCS_checkin (rcs, workfile_in, message, rev, citime, flags) in RCS_checkin() function