Searched refs:workfile (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | rcscmds.c | 239 char *workfile; 294 cvs_output (workfile, 0); 305 call_diff_arg (workfile); 311 call_diff_arg (workfile); 323 copy_file (diffout, workfile); 387 char *workfile; 426 assert (workfile != NULL); 427 use_file2 = workfile; 645 char *workfile; 662 assert (workfile != NULL); [all …]
|
H A D | rcs.c | 4028 ? workfile 4345 dest = workfile; 4364 workfile); 4400 && isfile (workfile) && !iswritable (workfile)) 4447 ? workfile 4499 workfile); 4869 p = workfile + (strlen (workfile) - extlen); 4991 workfile); 5050 get_file (workfile, workfile, 5300 get_file (workfile, workfile, [all …]
|
H A D | rcs.h | 223 int RCS_checkin PROTO ((RCSNode *rcs, char *workfile, char *message,
|
H A D | cvs.h | 439 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 | 3910 * rcs.c (RCS_checkout): If opening the local workfile fails due to 4699 (RCS_checkout): If `workfile' and `sout' are symlinks, remove them
|
H A D | ChangeLog-97 | 1060 selected files and diff3 them. Take new `rcs' and `workfile'
|
/openbsd/usr.bin/rcs/ |
H A D | rlog.c | 358 char *workfile, *p; in rlog_file() local 371 if ((workfile = basename(fnamebuf)) == NULL) in rlog_file() 377 if ((p = strrchr(workfile, ',')) != NULL) in rlog_file() 381 printf("\nWorking file: %s", workfile); in rlog_file()
|
H A D | diff3.c | 261 rcs_diff3(RCSFILE *rf, char *workfile, RCSNUM *rev1, RCSNUM *rev2, int flags) in rcs_diff3() argument 280 if ((b1 = buf_load(workfile)) == NULL) in rcs_diff3() 335 diff3_conflicts = diff3_internal(argc, argv, workfile, r2); in rcs_diff3()
|
/openbsd/gnu/usr.bin/cvs/contrib/ |
H A D | ChangeLog | 135 those cases where the case of the workfile and the case of the
|
/openbsd/usr.bin/vi/docs/tutorial/ |
H A D | vi.advanced | 662 'backwards' or 'workfile') separated by any number (including zero) of
|