Searched refs:nlink (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/lsof-53/lsof/lib/
H A Dcvfs.c85 vfs->nlink = mp->nlink;
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dpathphys.c81 int double_slash_path, linklen, nlink; local
91 nlink = 0;
176 nlink++;
177 if (nlink > MAXSYMLINKS)
/macosx-10.10/file_cmds-242/pax/
H A Dtables.h64 u_long nlink; /* expected link count */ member in struct:hrdlnk
H A Dtables.c187 if (--pt->nlink <= 1) {
204 pt->nlink = arcn->sb.st_nlink;
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dfstat.test37 } {atime ctime dev gid ino mode mtime nlink size tty type uid}
47 list $stat(nlink) $stat(size) [expr $stat(mode)&0777] $stat(type) \
67 } {atime ctime dev gid ino mode mtime nlink size tty type uid}
76 list [keylget stat nlink] [keylget stat size] \
146 foreach type {dev ino mode nlink uid gid size atime mtime ctime tty
167 } {1 {Got "foo", expected one of "atime", "ctime", "dev", "gid", "ino", "mode", "mtime", "nlink", "size", "tty", "type", "uid", "remotehost", or "localhost"}}
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dlook.pl15 local($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/macosx-10.10/bind9-45.101/bin/
H A Dstrip45 && $st->nlink > 1) {
/macosx-10.10/python-89/bin/
H A Dstrip45 && $st->nlink > 1) {
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dls.tcl48 [fmode sb] $sb(nlink) $sb(uid) $sb(gid) $sb(size) \
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c784 Lf->nlink = (long)n->n_vattr.va_nlink;
796 Lf->nlink = (long)i->i_nlink;
801 Lf->nlink = (long)hm->h_nlink;
803 Lf->nlink = (long)h->c_nlink;
811 Lf->nlink = iso_links;
818 if (Lf->nlink_def && Nlink && (Lf->nlink < Nlink))
864 Lf->nlink = sb.st_nlink;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfsevents.h162 uint64_t nlink; // only filled in if the vnode is marked as a hardlink member in struct:fse_info
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dwebdavvfs.tcl88 lappend res dev -1 uid -1 gid -1 nlink 1 depth 0 \
118 lappend res dev -1 uid -1 gid -1 nlink 1 depth 0 \
H A Dtclprocvfs.tcl45 uid -1 gid -1 nlink 1]
H A DvfsUrl.tcl78 uid -1 gid -1 nlink 1]
H A Dftpvfs.tcl90 depth 0 name "" dev -1 uid -1 gid -1 nlink 1]
106 lappend res dev -1 uid -1 gid -1 nlink 1 depth 0 \
H A Dtkvfs.tcl50 uid -1 gid -1 nlink 1]
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_file_info.h196 apr_int32_t nlink; member in struct:apr_finfo_t
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dditto.sh121 integer ntw=0 ncp=0 nrm=0 nlink=0 n
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfileinfo.c96 ABTS_ASSERT(tc, "apr_stat and apr_getfileinfo differ in nlink",
97 f1->nlink == f2->nlink);
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dfts.c89 long nlink; /* FTS_D link count */ \
113 #define SKIPLINK(p,f) ((f)->fts_parent->nlink == 0)
526 f->fts_parent->nlink--;
528 if ((f->nlink = sp->st_nlink) < 2)
531 f->nlink = 2;
536 if ((f->nlink = sp->st_nlink) >= 2)
1019 fts->current->nlink--;
1026 fts->current->nlink--;
1224 * re-stat to update nlink/times
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Ddfile.c168 Lf->nlink = vip->vip_vi.vi_stat.vst_nlink;
170 if (Nlink && (Lf->nlink < Nlink))
/macosx-10.10/lsof-53/lsof/
H A Dlsof.h487 unsigned char nlink_st; /* 1 if nlink has a value */
490 long nlink; member in struct:afsnode
724 long nlink; /* link count */ member in struct:lfile
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DFile.pm33 our @STAT_KEYS = qw( dev ino mode nlink uid gid rdev size
179 dev ino mode nlink uid gid rdev size
/macosx-10.10/PostgreSQL-97/Support/backup_restore/
H A Dxpostgres626 my ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev,
686 my ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev,
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_xar.c193 unsigned int nlink; member in struct:xar_file
608 int nlink = (*hdlink)->cnt + 1; local
610 file->nlink = nlink;
613 f2->nlink = nlink;
677 /* Set proper nlink. */
681 archive_entry_set_nlink(entry, file->nlink);
1695 file->nlink = 1;

Completed in 233 milliseconds

123