Searched refs:d_name (Results 101 - 110 of 110) sorted by relevance

12345

/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c767 * dirent64 pointers and yield their d_name and d_reclen fields. These
781 * the d_name field in the dirent structures passed to the kernel via the
927 offsetof(struct dirent, d_name),
941 SYS_getdents64, offsetof(struct dirent64, d_name),
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c1141 if (regex(re, result->d_name, conver, ipaddr) != NULL) {
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c1585 cp->name = cp->match = cp->desc = (const char*)ent->d_name;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c1001 s = d->d_name;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c378 printf("\tName of device: %s\n", vol->u.dev->d_name);
H A Dntfsresize.c2496 printf("Successfully resized NTFS on device '%s'.\n", vol->u.dev->d_name);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1389 const char *name = dp->d_name;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c3840 sv = newSVpvn(dp->d_name, dp->d_namlen);
3842 sv = newSVpv(dp->d_name, 0);
H A Dconfig_h.SH683 * you need to do strlen() on the d_name field.
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4704 p->pid = atoi(dentp->d_name);

Completed in 91 milliseconds

12345