Searched refs:st_ino (Results 1 - 25 of 234) sorted by relevance

12345678910

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsame-inode.h23 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dfdmatch.c60 (sbuf1.st_ino == sbuf2.st_ino))
H A Dgetpwd.c83 && dotstat.st_ino == pwdstat.st_ino
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsane_link.c61 && from_st.st_ino == to_st.st_ino) {
H A Dedit_file.c251 || before_lock.st_ino != after_lock.st_ino
/macosx-10.10/postfix-255/postfix/src/global/
H A Dfile_id.c98 return (MQID_LG_ENCODE_INUM(result, st->st_ino));
100 return (MQID_SH_ENCODE_INUM(result, st->st_ino));
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dstat.pl25 ($st_dev,$st_ino,$st_mode,$st_nlink,$st_uid,$st_gid,$st_rdev,$st_size,
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Drename.c57 if (fb.st_dev == tb.st_dev && fb.st_ino == tb.st_ino)
H A Dmailstat.c114 st_tmp.st_ino == st_new_last.st_ino &&
H A Dgetcwd.c107 thisino = st.st_ino;
112 rootino = st.st_ino;
159 dotino = st.st_ino;
194 if (st.st_dev == thisdev && st.st_ino == thisino)
/macosx-10.10/ksh-23/ksh/src/lib/libast/preroot/
H A Dispreroot.c52 i = !stat(a, &ast) && !stat(b, &bst) && ast.st_dev == bst.st_dev && ast.st_ino == bst.st_ino;
H A Dgetpreroot.c83 if (stat(PR_REAL, cur) || stat("/", par) || cur->st_dev == par->st_dev && cur->st_ino == par->st_ino) ERROR(ENOTDIR);
111 if (par->st_ino == cur->st_ino)
126 if (D_FILENO(entry) == cur->st_ino)
146 } while (tstst.st_ino != cur->st_ino || tstst.st_dev != cur->st_dev);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dftok.c45 return (key_t) (id << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff));
H A Dgetcwd.c76 if (dot.st_dev == 0 || dot.st_ino == 0) {
107 * Since dot.st_dev and dot.st_ino are non-zero, we don't need to
108 * separately test for pt.st_dev and pt.st_ino being non-zero, because
111 if (dot.st_dev != pt.st_dev || dot.st_ino != pt.st_ino) {
194 root_ino = s.st_ino;
204 ino = s.st_ino;
271 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.10/shell_cmds-179/pwd/
H A Dpwd.c121 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dgetcwd.c208 env[n].ino = cur->st_ino;
209 if (cur->st_ino == par->st_ino && cur->st_dev == par->st_dev)
248 if (par->st_ino == cur->st_ino)
272 if (D_FILENO(entry) == cur->st_ino)
296 } while (stat(dots, &tstst) || tstst.st_ino != cur->st_ino || tstst.st_dev != cur->st_dev);
316 if (env[n].ino == par->st_ino && env[n].dev == par->st_dev)
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h74 int st_ino; /* file serial number */ member in struct:stat
/macosx-10.10/vim-55/src/
H A Dif_cscope.h60 ino_t st_ino; /* inode number of cscope db */ member in struct:csi
66 DWORD nIndexHigh; /* st_ino has no meaning in the Windows */
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dgetcwd.c137 root_ino = s.st_ino;
147 ino = s.st_ino;
213 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dgetcwd.c103 root_ino = s.st_ino;
113 ino = s.st_ino;
182 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.10/sudo-73/src/
H A Dgetcwd.c134 root_ino = s.st_ino;
144 ino = s.st_ino;
213 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtls.c60 s += sfsprintf(s, LS_W_MAX, "%*I*u ", LS_W_INUMBER - 1, sizeof(st->st_ino), st->st_ino);
/macosx-10.10/xar-254/xar/test/
H A Dhardlink.py20 assert stat1.st_ino == stat2.st_ino, "inodes do not match for hard-linked files \"{p1}\" and \"{p2}\"".format(p1=path1, p2=path2)
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_fid.c55 * Nothing is ever big enough -- on Sparc V9, st_ino, st_dev and the
79 tmp = (u_int32_t)sb.st_ino;
/macosx-10.10/disklabel-6/
H A Dstatus.c65 mine = sbuf.st_ino;

Completed in 222 milliseconds

12345678910