Searched defs:linklen (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c489 int linklen; local
495 linklen = readlink(s, buf, sizeof buf);
496 if (linklen < 0)
501 if (linklen >= sizeof buf)
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c1000 size_t prelen, linklen; local
1011 linklen = strlen(dyntp->dyncomp) + 1;
1019 } else if (*dyntp->dyncomp != '/' && linklen > 1 &&
1022 linklen += prelen; /* The "/dev/" needs to be prepended */
1028 if ((dyntp->devlink = calloc(1, linklen)) == NULL) {
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8567 int linklen; /* length of link section */ local
8602 linklen = linkstringlen + sizeof (struct xattr_buf);
8603 len += linklen;
8605 linklen = 0;
8629 sizeof (hptr->h_link_component_len) - 1, linklen);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7605 int linklen; /* length of link section */ local
7640 linklen = linkstringlen + sizeof (struct xattr_buf);
7641 len += linklen;
7643 linklen = 0;
7671 sizeof (hptr->h_link_component_len) - 1, linklen);

Completed in 113 milliseconds