Searched refs:same_file (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/diff/src/
H A Dsystem.h288 #ifndef same_file
289 # define same_file(s, t) \
287 # define same_file macro
H A Ddir.c286 if (0 < same_file (&p->file[i].stat, &cmp->file[i].stat))
H A Dcmp.c307 if (0 < same_file (&stat_buf[0], &stat_buf[1])
320 && 0 < same_file (&outstat, &nullstat))
H A Ddiff.c1208 && 0 < same_file (&cmp.file[0].stat, &cmp.file[1].stat)
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c70 bool same_file; /* Same file as previously printed? */ member in struct:mprintc
203 if (!first_match && (!mc->same_file || mc->last_outed > 0))
222 mc->same_file = true;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h212 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro
H A Drcsfnms.c832 same_file(PWDstat, dotstat, 1)
H A Drcsedit.c286 same_file(sb, tb, 0)
1655 if (! same_file(st, tostat, 0)) {
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c151 if (same_file(RCSstat, workstat, 0)) {
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c360 if (workstatstat == 0 && same_file(RCSstat, workstat, 0)) {
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c489 if (same_file(RCSstat, workstat, 0)) {

Completed in 214 milliseconds