Searched defs:same_file (Results 1 – 4 of 4) sorted by relevance
270 #define same_file(s,t) ((s)->st_ino==(t)->st_ino && (s)->st_dev==(t)->st_dev) macro
364 # define same_file(s, t) \ macro
233 int same_file; in FDECL4() local
216 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro