Home
last modified time | relevance | path

Searched refs:link_len (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dufs.c602 int link_len = DIP(fp, di_size); in ufs_open() local
607 if (link_len + len > MAXPATHLEN || in ufs_open()
613 bcopy(cp, &namebuf[link_len], len + 1); in ufs_open()
615 if (link_len < fs->fs_maxsymlinklen) { in ufs_open()
620 bcopy(cp, namebuf, (unsigned)link_len); in ufs_open()
642 bcopy((char *)buf, namebuf, (unsigned)link_len); in ufs_open()
H A Dnfs.c588 int link_len, len; in nfs_open() local
594 link_len = strlen(linkbuf); in nfs_open()
597 if (link_len + len > MAXPATHLEN || in nfs_open()
603 bcopy(cp, &namebuf[link_len], len + 1); in nfs_open()
604 bcopy(linkbuf, namebuf, link_len); in nfs_open()
H A Dext2fs.c482 int link_len = fp->f_di.di_size; in ext2fs_open() local
486 if (link_len + len > MAXPATHLEN || in ext2fs_open()
492 bcopy(cp, &namebuf[link_len], len + 1); in ext2fs_open()
495 namebuf, link_len); in ext2fs_open()
517 bcopy((char *)buf, namebuf, link_len); in ext2fs_open()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2430 int aggr_len, link_len, clnt_name_len, i; in aggr_grp_port_rename() local
2446 link_len = (intptr_t)((uintptr_t)str_end - (uintptr_t)str_del); in aggr_grp_port_rename()
2450 bcopy(str_del, link_name, link_len + 1); in aggr_grp_port_rename()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8227 int comp_len, link_len; in read_xattr_hdr() local
8268 (void) sscanf(xattrhead->h_link_component_len, "%10d", &link_len); in read_xattr_hdr()
8272 if (link_len > 0) in read_xattr_hdr()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8757 int comp_len, link_len; in read_xattr_hdr() local
8811 (void) sscanf(xattrhead->h_link_component_len, "%10d", &link_len); in read_xattr_hdr()
8815 if (link_len > 0) { in read_xattr_hdr()