Searched refs:d_namlen (Results 26 - 38 of 38) sorted by relevance

12

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c804 d->d_namlen = ntohl(rd->len);
805 bcopy(rd->name, d->d_name, d->d_namlen);
806 d->d_name[d->d_namlen] = '\0';
1463 d->d_namlen = ntohl(rent->len);
1464 bcopy(rent->nameplus, d->d_name, d->d_namlen);
1465 d->d_name[d->d_namlen] = '\0';
1467 pos = roundup(d->d_namlen, sizeof(uint32_t)) / sizeof(uint32_t);
H A Dcd9660.c550 d->d_namlen = namelen;
552 bcopy(name, d->d_name, d->d_namlen);
553 d->d_name[d->d_namlen] = 0;
H A Dext2fs.c298 u_int8_t d_namlen; /* name length */ member in struct:ext2dirent
778 namlen = dp->d_namlen;
905 strncpy(d->d_name, ed->d_name, ed->d_namlen);
906 d->d_name[ed->d_namlen] = '\0';
H A Dufs.c468 namlen = dp->d_namlen;
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c149 nulldir.d_namlen = 1;
274 if ((loclen + dp->d_namlen) >= (sizeof (locname) - 2)) {
283 locname[loclen+dp->d_namlen+1] = '\0';
399 } while (dp->d_namlen != len || strncmp(dp->d_name, cp, len) != 0);
505 /* LINTED: strlen will fit into d_namlen */
506 ndp->d_namlen = strlen(ndp->d_name);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass2.c436 proto.d_namlen = 1;
555 proto.d_namlen = 2;
713 if (dirp->d_namlen <= 2 &&
716 if (dirp->d_namlen == 1) {
H A Dinode.c1002 MIN(dirp->d_namlen, MAXNAMLEN) + 1);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h177 grub_u_int8_t d_namlen; /* length of string in d_name */ member in struct:direct
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c289 d->d_namlen = strlen(d->d_name);
365 d->d_namlen = strlen(d->d_name);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c80 # define NAMLEN(dirent) (dirent)->d_namlen
/illumos-gate/usr/src/common/fs/
H A Dufsops.c306 if (dp->d_namlen == len && strcmp(path, dp->d_name) == 0) {
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c364 if (dp->d_namlen == len && strcmp(path, dp->d_name) == 0)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4012 if (idp->d_ino == 0 && idp->d_reclen == 0 && idp->d_namlen == 0) {
4036 DIRENT64_RECLEN(idp->d_namlen);

Completed in 95 milliseconds

12