Searched refs:st_nlink (Results 51 - 75 of 119) sorted by relevance

12345

/freebsd-13-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1189 else if (sb.st_nlink != 1)
1225 fsb.st_nlink != 1 ||
1226 sb.st_nlink != 1 ||
1400 sb.st_nlink != 1 ||
/freebsd-13-stable/bin/pax/
H A Dgen_subs.c115 (uintmax_t)sbp->st_nlink,
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c135 FIELD(st_nlink);
345 ATF_CHECK_EQ(sb.st_nlink, 3);
412 ATF_REQUIRE_EQ(sb.st_nlink, 2);
447 ATF_REQUIRE_EQ(sb.st_nlink, 1);
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux.h124 l_uint st_nlink; member in struct:l_newstat
/freebsd-13-stable/crypto/openssh/
H A Dsftp-common.c234 snprintf(lc, sizeof(lc), "%u", (u_int)st->st_nlink);
/freebsd-13-stable/usr.sbin/fmtree/
H A Dspec.c234 ip->st_nlink = strtoul(val, &ep, 10);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dunlink.cc88 EXPECT_EQ(1u, sb_new.st_nlink);
H A Dlookup.cc94 EXPECT_EQ(9ull, sb.st_nlink);
/freebsd-13-stable/bin/ls/
H A Dls.c813 if (sp->st_nlink > maxnlink)
814 maxnlink = sp->st_nlink;
/freebsd-13-stable/contrib/mtree/
H A Dcreate.c228 if (keys & F_NLINK && p->fts_statp->st_nlink != 1)
230 (uintmax_t)p->fts_statp->st_nlink);
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_rename.sh100 [ ${st_nlink} = 2 ] || atf_fail "Incorrect number of links"
102 [ ${st_nlink} = 3 ] || atf_fail "Incorrect number of links"
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c545 .st_nlink = sb->st_nlink,
/freebsd-13-stable/usr.sbin/makefs/
H A Dwalk.c186 if (stbuf.st_nlink > 1) {
438 stbuf.st_nlink = 1;
/freebsd-13-stable/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c78 return st.st_nlink;
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c81 finfo->nlink = info->st_nlink;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux.h134 l_ulong st_nlink; member in struct:l_newstat
/freebsd-13-stable/usr.bin/tail/
H A Dforward.c387 sb2.st_nlink == 0) {
/freebsd-13-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh902 local st_nlink
907 st_nlink=0 # In case the file does not yet exist
912 if [ -n "${AUTO_INSTALL}" -a $st_nlink -gt 1 ]; then
/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c1347 if (isb.st_nlink > 1 && fflag == 0) {
1350 (uintmax_t)isb.st_nlink - 1,
1351 isb.st_nlink == 1 ? "" : "s");
1555 if (isb.st_nlink > 1 && lflag == 0 && fflag == 0) {
1557 file, (uintmax_t)isb.st_nlink - 1);
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c756 st.st_nlink = 345;
817 assertEqualInt(pst->st_nlink, 345);
867 assertEqualInt(pst->st_nlink, 344);
/freebsd-13-stable/lib/libutil/
H A Dgr_util.c116 if (st.st_nlink != 0)
/freebsd-13-stable/libexec/atrun/
H A Datrun.c224 if (buf.st_nlink > 1)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp240 out->st_nlink = in->st_nlink;
274 out->st_nlink = in->st_nlink;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c226 if (stats.st_nlink <= 1) {
/freebsd-13-stable/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c395 printf("nlink\t%jd\n", (uintmax_t)st.st_nlink);

Completed in 331 milliseconds

12345