Lines Matching defs:ndp
574 char *ndp;
583 ndp = (char *)(void *)fd + (size_t)len;
584 fd = (struct fuse_dirent *)(void *)ndp;
608 char *ndp;
639 ndp = (char *)(void *)dents + written;
640 dents = (struct dirent *)(void *)ndp;
725 ndp = (char *)(void *)fd_base + (size_t)fd_offset;
726 fd = (struct fuse_dirent *)(void *)ndp;
745 char *ndp;
753 ndp = (char *)(void *)pnd->pnd_dirent + (size_t)*readoff;
754 fromdent = (struct dirent *)(void *)ndp;