Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/diff/src/
HDsystem.h287 # define same_file(s, t) \ macro
/freebsd-11-stable/usr.bin/grep/
HDutil.c70 bool same_file; /* Same file as previously printed? */ member
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
HDconf.h212 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro