Home
last modified time | relevance | path

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

/netbsd/external/gpl2/xcvs/dist/diff/
H A Dsystem.h269 #ifndef same_file
270 #define same_file(s,t) ((s)->st_ino==(t)->st_ino && (s)->st_dev==(t)->st_dev) macro
H A Ddiff.c1071 && 0 < same_file (&inf[0].stat, &inf[1].stat))
/netbsd/external/gpl2/diffutils/dist/src/
H A Dsystem.h363 #ifndef same_file
364 # define same_file(s, t) \ macro
H A Dcmp.c302 if (0 < same_file (&stat_buf[0], &stat_buf[1]) in main()
315 && 0 < same_file (&outstat, &nullstat)) in main()
H A Ddir.c288 if (0 < same_file (&p->file[i].stat, &cmp->file[i].stat)) in dir_loop()
H A Ddiff.c1213 || (0 < same_file (&cmp.file[0].stat, &cmp.file[1].stat) in compare_files()
/netbsd/external/gpl2/rcs/include/
H A Dconf.h216 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro
/netbsd/external/gpl2/rcs/dist/src/
H A Drcsclean.c153 if (same_file(RCSstat, workstat, 0)) {
H A Dco.c363 if (workstatstat == 0 && same_file(RCSstat, workstat, 0)) {
H A Drcsedit.c289 same_file(sb, tb, 0)
1662 if (! same_file(st, tostat, 0)) {
H A Drcsfnms.c840 same_file(PWDstat, dotstat, 1) in getfullRCSname()
H A Dconf.sh1917 : configuring same_file
2007 exitmain(!same_file(s, ss, 0));
H A Dci.c492 if (same_file(RCSstat, workstat, 0)) {
H A Dconf.heg211 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev)
H A DChangeLog444 HP-UX brain damage, execv, mmap, waitpid, same_file. Remove ULONG_MAX.
/netbsd/external/gpl2/diffutils/dist/
H A DChangeLog832 (same_file): Do not check attributes.
1104 Check for same_file_attributes as well as same_file.
1325 (same_file): Use them.
1454 * pc/emx/config.h (same_file): Add.
1455 * pc/config.h (same_file): Remove.
1807 Use same_file to determine whether two files are the same.
1821 initialize_main, O_BINARY, same_file): New macros.
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199915388 same_file and pfile->lineno != 0. All callers changed.