Home
last modified time | relevance | path

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

12345678910>>...17

/netbsd/external/gpl3/gdb/dist/gnulib/import/
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 Dstat-w32.c215 memcpy (&buf->st_ino, &id.FileId, sizeof (ino_t)); in _gl_fstat_by_handle()
233 … buf->st_ino._gl_ino[0] = ((ULONGLONG) info.nFileIndexHigh << 32) | (ULONGLONG) info.nFileIndexLow; in _gl_fstat_by_handle()
234 buf->st_ino._gl_ino[1] = 0; in _gl_fstat_by_handle()
238 buf->st_ino = ((ULONGLONG) info.nFileIndexHigh << 32) | (ULONGLONG) info.nFileIndexLow; in _gl_fstat_by_handle()
244 buf->st_ino = 0; in _gl_fstat_by_handle()
369 buf->st_ino._gl_ino[0] = buf->st_ino._gl_ino[1] = 0; in _gl_fstat_by_handle()
371 buf->st_ino = 0; in _gl_fstat_by_handle()
H A Dstat.c271 buf->st_ino._gl_ino[0] = buf->st_ino._gl_ino[1] = 0; in rpl_stat()
273 buf->st_ino = 0; in rpl_stat()
279 buf->st_ino = 0; in rpl_stat()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
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 Dstat-w32.c215 memcpy (&buf->st_ino, &id.FileId, sizeof (ino_t)); in _gl_fstat_by_handle()
233 … buf->st_ino._gl_ino[0] = ((ULONGLONG) info.nFileIndexHigh << 32) | (ULONGLONG) info.nFileIndexLow; in _gl_fstat_by_handle()
234 buf->st_ino._gl_ino[1] = 0; in _gl_fstat_by_handle()
238 buf->st_ino = ((ULONGLONG) info.nFileIndexHigh << 32) | (ULONGLONG) info.nFileIndexLow; in _gl_fstat_by_handle()
244 buf->st_ino = 0; in _gl_fstat_by_handle()
369 buf->st_ino._gl_ino[0] = buf->st_ino._gl_ino[1] = 0; in _gl_fstat_by_handle()
371 buf->st_ino = 0; in _gl_fstat_by_handle()
H A Dstat.c271 buf->st_ino._gl_ino[0] = buf->st_ino._gl_ino[1] = 0; in rpl_stat()
273 buf->st_ino = 0; in rpl_stat()
279 buf->st_ino = 0; in rpl_stat()
/netbsd/tests/lib/libc/c063/
H A Dt_linkat.c79 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
102 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
167 ATF_REQUIRE(ost.st_ino != nst.st_ino); in ATF_TC_BODY()
171 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
199 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
203 ATF_REQUIRE(ost.st_ino != nst.st_ino); in ATF_TC_BODY()
H A Dt_renameat.c78 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
103 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
H A Dt_symlinkat.c75 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
98 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dcycle-check.c40 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
92 state->dev_ino.st_ino = sb->st_ino; in cycle_check()
/netbsd/sys/compat/sys/
H A Dstat.h47 uint32_t st_ino; /* inode's number */ member
66 uint32_t st_ino; /* inode's number */ member
100 uint32_t st_ino; /* inode's number */ member
143 ino_t st_ino; /* inode's number */ member
/netbsd/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c314 || memcmp(&new_st.st_ino, &known_st->st_ino, in io_unlink()
315 sizeof(new_st.st_ino)) != 0 in io_unlink()
319 || new_st.st_ino != known_st->st_ino in io_unlink()
866 && st.st_ino == pair->src_st.st_ino) { in io_open_dest_real()
907 pair->dest_st.st_ino[0] = 0; in io_open_dest_real()
908 pair->dest_st.st_ino[1] = 0; in io_open_dest_real()
909 pair->dest_st.st_ino[2] = 0; in io_open_dest_real()
912 pair->dest_st.st_ino = 0; in io_open_dest_real()
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_stat.h44 u_int32_t st_ino; /* inode's number */ member
64 u_int32_t st_ino; /* inode's number */ member
85 u_int32_t st_ino; /* inode's number */ member
H A Daoutm68k_stat.c239 ast->st_ino = st->st_ino; in aoutm68k_stat43_convert()
269 ast->st_ino = st->st_ino; in aoutm68k_stat12_convert()
298 ast->st_ino = st->st_ino; in aoutm68k_stat13_convert()
/netbsd/bin/pax/
H A Dtables.c158 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; in chk_lnk()
165 if ((pt->ino == arcn->sb.st_ino) && in chk_lnk()
206 pt->ino = arcn->sb.st_ino; in chk_lnk()
245 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; in purg_lnk()
255 if ((pt->ino == arcn->sb.st_ino) && in purg_lnk()
789 if ((nino = arcn->sb.st_ino & (ino_t)ino_mask) != arcn->sb.st_ino) { in map_dev()
791 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask); in map_dev()
812 arcn->sb.st_ino = nino; in map_dev()
878 arcn->sb.st_ino = nino; in map_dev()
/netbsd/usr.bin/make/
H A Dutil.c268 if (st_cur.st_ino == st_root.st_ino && in getwd()
292 if (d->d_fileno == st_cur.st_ino) in getwd()
311 if (st_next.st_ino == st_cur.st_ino && in getwd()
/netbsd/external/gpl2/gmake/dist/
H A Ddir.c199 st->st_ino[0] = h & 0xff; in vmsstat_dir()
200 st->st_ino[1] = h & 0xff00; in vmsstat_dir()
201 st->st_ino[2] = h >> 16; in vmsstat_dir()
499 dc_key.ino[0] = st.st_ino[0]; in find_directory()
500 dc_key.ino[1] = st.st_ino[1]; in find_directory()
501 dc_key.ino[2] = st.st_ino[2]; in find_directory()
503 dc_key.ino = st.st_ino; in find_directory()
542 dc->ino[0] = st.st_ino[0]; in find_directory()
543 dc->ino[1] = st.st_ino[1]; in find_directory()
544 dc->ino[2] = st.st_ino[2]; in find_directory()
[all …]
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino)) in fdmatch()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dsane_link.c63 && from_st.st_ino == to_st.st_ino) { in sane_link()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dfile_id.c100 return (MQID_LG_ENCODE_INUM(result, st->st_ino)); in get_file_id_st()
102 return (MQID_SH_ENCODE_INUM(result, st->st_ino)); in get_file_id_st()

12345678910>>...17