Home | History | Annotate | Download | only in common

Lines Matching defs:bdp

102 	struct dirent *bdp;
179 bdp = (struct dirent *)inp;
180 reclen = bdp->d_reclen;
185 if (bdp->d_fileno == 0) {
193 linux32_reclen = LINUX_RECLEN(&idb, bdp->d_namlen);
205 idb.d_ino = bdp->d_fileno;
211 idb.d_reclen = (u_short)bdp->d_namlen;
221 size_t dirl = MIN(sizeof(idb.d_name) - 1, bdp->d_namlen + 1);
222 memcpy(idb.d_name, bdp->d_name, dirl);
223 idb.d_name[dirl + 1] = bdp->d_type;