Home
last modified time | relevance | path

Searched refs:same_file (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/diff/src/
H A Dsystem.h286 #ifndef same_file
287 # define same_file(s, t) \ macro
H A Dcmp.c304 if (0 < same_file (&stat_buf[0], &stat_buf[1]) in main()
317 && 0 < same_file (&outstat, &nullstat)) in main()
H A Ddir.c285 if (0 < same_file (&p->file[i].stat, &cmp->file[i].stat)) in dir_loop()
H A Ddiff.c1205 && 0 < same_file (&cmp.file[0].stat, &cmp.file[1].stat) in compare_files()
/freebsd/usr.bin/grep/
H A Dutil.c64 bool same_file; /* Same file as previously printed? */ member
208 if (!first_match && (!mc->same_file || mc->last_outed > 0)) in procmatch_match()
227 mc->same_file = true; in procmatch_match()
/freebsd/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc535 TEST_F(CopyFileRange, same_file) in TEST_F() argument
/freebsd/contrib/diff/
H A DChangeLog1301 (same_file): Do not check attributes.
1573 Check for same_file_attributes as well as same_file.
1794 (same_file): Use them.
1923 * pc/emx/config.h (same_file): Add.
1924 * pc/config.h (same_file): Remove.
2276 Use same_file to determine whether two files are the same.
2290 initialize_main, O_BINARY, same_file): New macros.