Searched refs:diffreg (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/diff/
H A DMakefile4 SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c diffreg_new.c
H A Ddiff.h88 * Status values for print_status() and diffreg() return values
124 int diffreg(char *, char *, int, int);
H A Ddiffdir.c169 * Do the actual diff by calling either diffreg() or diffdir().
279 dp->d_status = diffreg(path1, path2, flags, 0);
H A Ddiff.c469 print_status(diffreg(argv[0], argv[1], dflags, 1), argv[0],
H A Ddiffreg.c1 /* $OpenBSD: diffreg.c,v 1.93 2019/06/28 13:35:00 deraadt Exp $ */
228 diffreg(char *file1, char *file2, int flags, int capsicum) function
/freebsd-current/contrib/libdiff/diff/
H A Ddiff.c44 int diffreg(char *, char *, enum diffreg_algo, bool, bool, bool,
114 rc = diffreg(argv[0], argv[1], algo, force_text, ignore_whitespace,
186 diffreg(char *file1, char *file2, enum diffreg_algo algo, bool force_text, function

Completed in 233 milliseconds