Home | History | Annotate | Download | only in common

Lines Matching defs:bdp

336 	struct dirent *bdp;
409 bdp = (struct dirent *)inp;
410 reclen = bdp->d_reclen;
415 if (bdp->d_fileno == 0) {
424 if (bdp->d_namlen >= sizeof(idb.d_name))
427 idb.d_namlen = bdp->d_namlen;
428 old_reclen = _DIRENT_RECLEN(&idb, bdp->d_namlen);
439 idb.d_fileno = (uint32_t)bdp->d_fileno;
441 idb.d_fileno = (uint32_t)bdp->d_fileno;
442 (void)memcpy(idb.d_name, bdp->d_name, idb.d_namlen);