Home
last modified time | relevance | path

Searched defs:same_file (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/diff/
H A Dsystem.h270 #define same_file(s,t) ((s)->st_ino==(t)->st_ino && (s)->st_dev==(t)->st_dev) macro
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Dconf.h213 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro