Searched refs:workfile (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | rcscmds.c | 213 RCS_merge (RCSNode *rcs, const char *path, const char *workfile, in RCS_merge() argument 267 cvs_output (workfile, 0); in RCS_merge() 278 call_diff_add_arg (workfile); in RCS_merge() 285 call_diff_add_arg (workfile); in RCS_merge() 297 copy_file (diffout, workfile); in RCS_merge() 356 const char *label1, const char *label2, const char *workfile) in RCS_exec_rcsdiff() argument 404 assert (workfile != NULL); in RCS_exec_rcsdiff() 405 use_file2 = workfile; in RCS_exec_rcsdiff() 429 RCS_output_diff_options (diff_argc, diff_argv, rev1, rev2, workfile); in RCS_exec_rcsdiff() 572 const char *workfile) in RCS_output_diff_options() argument [all …]
|
| H A D | rcs.c | 4146 RCS_checkout (RCSNode *rcs, const char *workfile, const char *rev, in RCS_checkout() argument 4182 : (workfile != NULL ? workfile in RCS_checkout() 4188 if (noexec && !server_active && workfile != NULL) in RCS_checkout() 4191 assert (sout == RUN_TTY || workfile == NULL); in RCS_checkout() 4192 assert (pfn == NULL || (sout == RUN_TTY && workfile == NULL)); in RCS_checkout() 4338 if (pfn != NULL || (workfile == NULL && sout == RUN_TTY)) in RCS_checkout() 4341 if (workfile == NULL) in RCS_checkout() 4344 dest = workfile; in RCS_checkout() 4374 if (workfile != NULL) in RCS_checkout() 4405 if (link (uptodate_link->key, workfile) < 0) in RCS_checkout() [all …]
|
| H A D | rcs.h | 232 int RCS_checkin (RCSNode *rcs, const char *update_dir, const char *workfile,
|
| H A D | cvs.h | 449 const char *workfile);
|
| H A D | ChangeLog-96 | 1075 noexec, and workfile is not NULL, just return immediately. Assert 1076 that sout is RUN_TTY or workfile is NULL, rather than using it as 1080 * rcs.c (RCS_fast_checkout): Don't handle the case of workfile set 1126 * rcs.c (RCS_fast_checkout): Amend last patch: if workfile is 1144 * rcs.c (RCS_fast_checkout): If workfile is NULL, don't try to 2631 * rcs.c (RCS_fast_checkout): If error closing file, and workfile 2632 is NULL, use sout in error message instead of workfile. 2637 workfile is NULL and sout is a file name. 2770 * rcs.c (RCS_fast_checkout): If workfile is NULL, don't call chmod.
|
| H A D | ChangeLog-97 | 1060 selected files and diff3 them. Take new `rcs' and `workfile'
|
| H A D | ChangeLog | 12865 * rcs.c (RCS_checkout): If opening the local workfile fails due to 13654 (RCS_checkout): If `workfile' and `sout' are symlinks, remove them
|
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | pvcs2rcs.in | 430 my ($pvcsarchive, $workfile, $rcsarchive); # .??v, checked out file, and ,v files, 669 $workfile = $'; 670 $num_fields = split /[\/\\]/, $workfile; 673 $workfile = $_[$num_fields - 1 ]; 677 $rcsarchive .= $workfile; 679 print "Workfile is $workfile\n" if ($options{debug}); 855 if ( ( @hits = grep { $workfile =~ /$_/ } keys %bin_ext ) || $options{'force-binary'} ) 858 $workfile =~ /$hits[0]/ if (@hits); 866 $rcs_command .= " \"$workfile\""; 893 print "$rcs_base_command -l$branch \"$workfile\"\n" [all …]
|
| H A D | ChangeLog | 738 those cases where the case of the workfile and the case of the
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | ChangeLog | 1180 Make sure workfile is a regular file; 1449 1. added copying of path from workfile to RCS file, if RCS file omitted;
|