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

12345678910

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsame-inode.h23 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
/macosx-10.9.5/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.9.5/postfix-252/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.9.5/postfix-252/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.9.5/CPANInternal-140/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.9.5/bash-92/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 &&
/macosx-10.9.5/ksh-20/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.9.5/xnu-2422.115.4/tools/tests/unit_tests/
H A Dpipes_fill_procinfo_11179336.c27 printf("ino value = %p \n", (void *)mystat.st_ino);
29 if ( (uintptr_t)mystat.st_ino == (uintptr_t)pdinfo.pipeinfo.pipe_handle)
32 printf("[FAILED] fill_pipeinfo returned wrong values. (i.e. pipeinfo->pipe_handle != fstat->st_ino ) \n");
35 printf("[PASSED] fill_pipeinfo returned correct values. (i.e. pipeinfo->pipe_handle == fstat->st_ino ) \n");
/macosx-10.9.5/Libc-997.90.3/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.9.5/shell_cmds-175/pwd/
H A Dpwd.c121 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/macosx-10.9.5/ksh-20/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.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathkey.c139 if (!stat("/", &st) && st.st_ino != 8 * sizeof(char*) && (st.st_ino == 32 || st.st_ino == 64))
/macosx-10.9.5/emacs-92/emacs/mac/inc/sys/
H A Dstat.h74 int st_ino; /* file serial number */ member in struct:stat
/macosx-10.9.5/vim-53/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.9.5/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.9.5/OpenSSH-186/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.9.5/sudo-72/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.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCP.c57 sig->st_ino = statBuf->st_ino;
/macosx-10.9.5/ksh-20/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.9.5/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;

Completed in 142 milliseconds

12345678910