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

/freebsd-9.3-release/contrib/cvs/diff/
H A Dsystem.h272 #ifndef same_file macro
273 #define same_file(s,t) ((s)->st_ino==(t)->st_ino && (s)->st_dev==(t)->st_dev)
H A Ddiff.c1075 && 0 < same_file (&inf[0].stat, &inf[1].stat))
/freebsd-9.3-release/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.c1204 && 0 < same_file (&cmp.file[0].stat, &cmp.file[1].stat)
/freebsd-9.3-release/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-9.3-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c151 if (same_file(RCSstat, workstat, 0)) {
/freebsd-9.3-release/gnu/usr.bin/rcs/co/
H A Dco.c360 if (workstatstat == 0 && same_file(RCSstat, workstat, 0)) {
/freebsd-9.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c489 if (same_file(RCSstat, workstat, 0)) {

Completed in 98 milliseconds