Home
last modified time | relevance | path

Searched refs:Stat_buf_1 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dcycle-check.c39 #define SAME_INODE(Stat_buf_1, Stat_buf_2) \ argument
40 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
41 && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)