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

/freebsd-current/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-current/usr.bin/grep/
H A Dutil.c64 bool same_file; /* Same file as previously printed? */ member in struct:mprintc
199 if (!first_match && (!mc->same_file || mc->last_outed > 0))
218 mc->same_file = true;
/freebsd-current/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc535 TEST_F(CopyFileRange, same_file)

Completed in 89 milliseconds