Searched refs:SAME_INODE (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/grep/lib/ |
| HD | same-inode.h | 24 # define SAME_INODE(a, b) \ macro 34 # define SAME_INODE(a, b) \ macro 39 # define SAME_INODE(a, b) 0 macro 42 # define SAME_INODE(a, b) \ macro
|
| HD | cycle-check.h | 44 if (SAME_INODE ((State)->dev_ino, SB_subdir)) \
|
| HD | cycle-check.c | 65 if (state->chdir_counter && SAME_INODE (*sb, state->dev_ino)) in cycle_check()
|
| HD | fts.c | 1720 && SAME_INODE (sb1, sb2)); in same_fd()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | cycle-check.c | 36 #define SAME_INODE(Stat_buf_1, Stat_buf_2) \ macro 73 if (state->chdir_counter && SAME_INODE (*sb, state->dev_ino)) in cycle_check()
|
| /dragonfly/contrib/grep/src/ |
| HD | grep.c | 1842 && S_ISREG (st.st_mode) && SAME_INODE (st, out_stat)) in grepdesc() 2829 && SAME_INODE (tmp_stat, null_stat)) in main()
|