Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dcycle-check.c36 #define SAME_INODE(Stat_buf_1, Stat_buf_2) \ argument
37 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
38 && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)