Home
last modified time | relevance | path

Searched refs:xcmp (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dfilesubr.c604 xcmp (const char *file1, const char *file2) in xcmp() function
Dcvs.h575 int xcmp (const char *file1, const char *file2);
Dedit.c624 if (xcmp (finfo->file, basefilename) != 0) in unedit_fileproc()
Dupdate.c2057 if (!noexec && !xcmp (backup, finfo->file)) in merge_file()
2587 if (!noexec && !xcmp (backup, finfo->file)) in join_file()
DChangeLog-93951505 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.
Drcs.c5705 retcode = xcmp (tmp, filename); in RCS_cmp_file()
DChangeLog5538 * 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
DChangeLog-972369 RCS_checkout and xcmp.
DChangeLog-961787 if xcmp returns 0.