HomeSort by: relevance | last modified time | path
    Searched refs:st_ino (Results 1 - 25 of 290) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/include/
same-inode.h 25 ((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] \
32 /* stat() and fstat() set st_dev and st_ino to 0 if information about
35 (!((a).st_ino == 0 && (a).st_dev == 0) \
36 && (a).st_ino == (b).st_ino && (a).st_dev == (b).st_dev
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
same-inode.h 25 ((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] \
32 /* stat() and fstat() set st_dev and st_ino to 0 if information about
35 (!((a).st_ino == 0 && (a).st_dev == 0) \
36 && (a).st_ino == (b).st_ino && (a).st_dev == (b).st_dev
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
same-inode.h 25 ((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] \
32 /* stat() and fstat() set st_dev and st_ino to 0 if information about
35 (!((a).st_ino == 0 && (a).st_dev == 0) \
36 && (a).st_ino == (b).st_ino && (a).st_dev == (b).st_dev
    [all...]
  /src/external/gpl3/gdb/dist/include/
same-inode.h 25 ((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] \
32 /* stat() and fstat() set st_dev and st_ino to 0 if information about
35 (!((a).st_ino == 0 && (a).st_dev == 0) \
36 && (a).st_ino == (b).st_ino && (a).st_dev == (b).st_dev
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
dev-ino.h 9 ino_t st_ino; member in struct:dev_ino
cycle-check.c 40 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
92 state->dev_ino.st_ino = sb->st_ino;
  /src/external/gpl3/binutils/dist/libiberty/
fdmatch.c 60 (sbuf1.st_ino == sbuf2.st_ino))
getpwd.c 83 && dotstat.st_ino == pwdstat.st_ino
  /src/external/gpl3/binutils.old/dist/libiberty/
fdmatch.c 60 (sbuf1.st_ino == sbuf2.st_ino))
getpwd.c 83 && dotstat.st_ino == pwdstat.st_ino
  /src/external/gpl3/gcc/dist/libiberty/
fdmatch.c 60 (sbuf1.st_ino == sbuf2.st_ino))
getpwd.c 83 && dotstat.st_ino == pwdstat.st_ino
  /src/external/gpl3/gcc.old/dist/libiberty/
fdmatch.c 60 (sbuf1.st_ino == sbuf2.st_ino))
getpwd.c 83 && dotstat.st_ino == pwdstat.st_ino
  /src/external/gpl3/gdb.old/dist/libiberty/
fdmatch.c 60 (sbuf1.st_ino == sbuf2.st_ino))
  /src/external/gpl3/gdb/dist/libiberty/
fdmatch.c 60 (sbuf1.st_ino == sbuf2.st_ino))
  /src/external/gpl2/lvm2/dist/include/
lvm-file.h 53 ((buf1).st_ino == (buf2).st_ino && \
  /src/external/gpl2/lvm2/dist/lib/misc/
lvm-file.h 53 ((buf1).st_ino == (buf2).st_ino && \
  /src/external/ibm-public/postfix/dist/src/util/
sane_link.c 63 && from_st.st_ino == to_st.st_ino) {
  /src/external/ibm-public/postfix/dist/src/global/
file_id.c 100 return (MQID_LG_ENCODE_INUM(result, st->st_ino));
102 return (MQID_SH_ENCODE_INUM(result, st->st_ino));
  /src/sys/compat/aoutm68k/
aoutm68k_stat.h 44 u_int32_t st_ino; /* inode's number */ member in struct:aoutm68k_stat43
64 u_int32_t st_ino; /* inode's number */ member in struct:aoutm68k_stat12
85 u_int32_t st_ino; /* inode's number */ member in struct:aoutm68k_stat
  /src/tests/lib/libc/c063/
t_linkat.c 79 ATF_REQUIRE(ost.st_ino == nst.st_ino);
102 ATF_REQUIRE(ost.st_ino == nst.st_ino);
167 ATF_REQUIRE(ost.st_ino != nst.st_ino);
171 ATF_REQUIRE(ost.st_ino == nst.st_ino);
199 ATF_REQUIRE(ost.st_ino == nst.st_ino);
    [all...]
t_symlinkat.c 75 ATF_REQUIRE(ost.st_ino == nst.st_ino);
98 ATF_REQUIRE(ost.st_ino == nst.st_ino);
  /src/lib/libc/gen/
ftok.c 57 (st.st_ino & 0xffff));
  /src/bin/pwd/
pwd.c 136 if (s_pwd.st_dev != s_dot.st_dev || s_pwd.st_ino != s_dot.st_ino)

Completed in 64 milliseconds

1 2 3 4 5 6 7 8 91011>>