Lines Matching defs:membuf
652 void *membuf;
676 membuf = NULL;
678 membuf = dbufp->buf;
689 membuf = cur->symlink;
692 return membuf;
700 void *membuf;
728 membuf = NULL;
730 membuf = dbufp->buf;
741 membuf = cur->symlink;
744 return membuf;
753 void *membuf;
818 membuf = ffs_build_dinode1(&din.ffs1_din, &dirbuf, cur,
821 membuf = ffs_build_dinode2(&din.ffs2_din, &dirbuf, cur,
832 if (membuf != NULL) {
833 ffs_write_file(&din, cur->inode->ino, membuf, fsopts);