Home
last modified time | relevance | path

Searched refs:st_ino (Results 1 – 25 of 128) sorted by relevance

123456

/dragonfly/contrib/grep/lib/
H A Dsame-inode.h25 ((a).st_ino[0] == (b).st_ino[0] \
26 && (a).st_ino[1] == (b).st_ino[1] \
27 && (a).st_ino[2] == (b).st_ino[2] \
35 (!((a).st_ino == 0 && (a).st_dev == 0) \
36 && (a).st_ino == (b).st_ino && (a).st_dev == (b).st_dev)
43 ((a).st_ino == (b).st_ino \
H A Dcycle-check.h47 (State)->dev_ino.st_ino = (SB_dir).st_ino; \
H A Dcycle-check.c81 state->dev_ino.st_ino = sb->st_ino; in cycle_check()
/dragonfly/contrib/cvs-1.12/lib/
H A Dcycle-check.c37 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
89 state->dev_ino.st_ino = sb->st_ino; in cycle_check()
/dragonfly/contrib/xz/src/xz/
H A Dfile_io.c315 || memcmp(&new_st.st_ino, &known_st->st_ino, in io_unlink()
316 sizeof(new_st.st_ino)) != 0 in io_unlink()
320 || new_st.st_ino != known_st->st_ino in io_unlink()
870 && st.st_ino == pair->src_st.st_ino) { in io_open_dest_real()
911 pair->dest_st.st_ino[0] = 0; in io_open_dest_real()
912 pair->dest_st.st_ino[1] = 0; in io_open_dest_real()
913 pair->dest_st.st_ino[2] = 0; in io_open_dest_real()
916 pair->dest_st.st_ino = 0; in io_open_dest_real()
/dragonfly/bin/pax/
H A Dtables.c141 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; in chk_lnk()
148 if ((pt->ino == arcn->sb.st_ino) && in chk_lnk()
190 pt->ino = arcn->sb.st_ino; in chk_lnk()
229 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; in purg_lnk()
239 if ((pt->ino == arcn->sb.st_ino) && in purg_lnk()
774 if ((nino = arcn->sb.st_ino & (ino_t)ino_mask) != arcn->sb.st_ino) { in map_dev()
776 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask); in map_dev()
797 arcn->sb.st_ino = nino; in map_dev()
863 arcn->sb.st_ino = nino; in map_dev()
H A Dcpio.c288 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), OCT); in cpio_rd()
425 ul_asc((u_long)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino), in cpio_wr()
567 arcn->sb.st_ino = (ino_t)asc_ul(hd->c_ino, sizeof(hd->c_ino), HEX); in vcpio_rd()
740 if (ul_asc((u_long)arcn->sb.st_ino, hd->c_ino, sizeof(hd->c_ino), in vcpio_wr()
864 arcn->sb.st_ino = (ino_t)(RSHRT_EXT(hd->h_ino)); in bcpio_rd()
879 arcn->sb.st_ino = (ino_t)(SHRT_EXT(hd->h_ino)); in bcpio_rd()
1038 hd->h_ino[0] = CHR_WR_2(arcn->sb.st_ino); in bcpio_wr()
1039 hd->h_ino[1] = CHR_WR_3(arcn->sb.st_ino); in bcpio_wr()
1040 if (arcn->sb.st_ino != (ino_t)(SHRT_EXT(hd->h_ino))) in bcpio_wr()
/dragonfly/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c205 return a->stab.st_ino < b->stab.st_ino; in lessp()
213 && (a->stab.st_ino == b->stab.st_ino)); in equal()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
H A Dgetpwd.c83 && dotstat.st_ino == pwdstat.st_ino in getpwd()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
H A Dgetpwd.c83 && dotstat.st_ino == pwdstat.st_ino in getpwd()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
H A Dgetpwd.c83 && dotstat.st_ino == pwdstat.st_ino in getpwd()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
H A Dgetpwd.c83 && dotstat.st_ino == pwdstat.st_ino in getpwd()
/dragonfly/contrib/lvm2/dist/include/
H A Dlvm-file.h53 ((buf1).st_ino == (buf2).st_ino && \
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-file.h53 ((buf1).st_ino == (buf2).st_ino && \
/dragonfly/usr.bin/relpath/
H A Drelpath.c71 st2.st_ino == st1.st_ino in main()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dplugin.c394 last_st.st_ino = 0; in load_plugin()
408 && last_st.st_ino == st.st_ino in load_plugin()
409 && st.st_ino != 0) in load_plugin()
415 last_st.st_ino = st.st_ino; in load_plugin()
/dragonfly/bin/pwd/
H A Dpwd.c106 if (logic.st_dev == phy.st_dev && logic.st_ino == phy.st_ino) in getcwd_logical()
/dragonfly/contrib/gdb-7/libiberty/
H A Dgetpwd.c83 && dotstat.st_ino == pwdstat.st_ino in getpwd()
/dragonfly/contrib/nvi2/ex/
H A Dex_init.c233 lsb.st_ino != hsb.st_ino) && in ex_exrc()
241 lsb.st_ino != hsb.st_ino) && in ex_exrc()
/dragonfly/lib/libutil/
H A Dflopen.c89 sb.st_ino != fsb.st_ino) { in flopen()
/dragonfly/contrib/bmake/
H A Dutil.c267 if (st_cur.st_ino == st_root.st_ino && in getwd()
291 if (d->d_fileno == st_cur.st_ino) in getwd()
310 if (st_next.st_ino == st_cur.st_ino && in getwd()

123456