Searched refs:xcmp (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | filesubr.c | 604 xcmp (const char *file1, const char *file2) in xcmp() function
|
| D | cvs.h | 575 int xcmp (const char *file1, const char *file2);
|
| D | edit.c | 624 if (xcmp (finfo->file, basefilename) != 0) in unedit_fileproc()
|
| D | update.c | 2057 if (!noexec && !xcmp (backup, finfo->file)) in merge_file() 2587 if (!noexec && !xcmp (backup, finfo->file)) in join_file()
|
| D | ChangeLog-9395 | 1505 rename_file, link_file, unlink_file, xcmp, tmpnam, 2199 * subr.c (copy_file, xcmp): Changed to read the file(s) by blocks 2204 for xcmp) can easily fail due to lack of available memory or 2209 * subr.c (xcmp): Added const qualifier to function arguments. 2210 * cvs.h (xcmp): Added const qualifer to prototype arguments. 2754 * update.c (merge_file): Don't call xcmp if noexec.
|
| D | rcs.c | 5705 retcode = xcmp (tmp, filename); in RCS_cmp_file()
|
| D | ChangeLog | 5538 * filesubr.c (xcmp): Make sure S_ISLNK exists before calling it. 10128 * filesubr.c (copy_file, xcmp): Handle systems (like Plan 9) that 13666 * filesubr.c (xcmp): Consider files to be different if they are of 13670 * rcs.c (RCS_cmp_file): Use `xcmp' to compare files, simplifying
|
| D | ChangeLog-97 | 2369 RCS_checkout and xcmp.
|
| D | ChangeLog-96 | 1787 if xcmp returns 0.
|