Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/src/
H A Dsystem.h191 # define same_file(s, t) \ macro
/dragonfly/gnu/usr.bin/diff/diff/
H A Dsystem.h191 # define same_file(s, t) \ macro
/dragonfly/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
/dragonfly/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